Skip to main content
GET
/
v2
/
farming
/
apr
/
{protocol}
Get APR data for a specific protocol
curl --request GET \
  --url https://api.getnimbus.io/v2/farming/apr/{protocol}
{
  "data": [
    {
      "minApr": "<string>",
      "maxApr": "<string>",
      "minApy": "<string>",
      "maxApy": "<string>",
      "minBaseApr": "<string>",
      "maxBaseApr": "<string>",
      "minRewardsApr": "<string>",
      "maxRewardsApr": "<string>",
      "minBaseApy": "<string>",
      "maxBaseApy": "<string>",
      "minRewardsApy": "<string>",
      "maxRewardsApy": "<string>",
      "minTvl": "<string>",
      "maxTvl": "<string>",
      "interval": "1h",
      "type": "<string>",
      "chain": "SUI"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getnimbus.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

protocol
string
required

The protocol slug

Query Parameters

minTvl
number

The minimum TVL of the protocol

maxTvl
number

The maximum TVL of the protocol

chain
string
default:SUI

The chain of the protocol

type
enum<string>

The type of the vault

Available options:
LP,
VAULT,
STAKING,
LENDING,
BORROW

Response

Protocol APR data

data
object[]