GET
/
v2
/
farming
/
apr
/
{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"
    }
  ]
}

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

200
application/json
Protocol APR data
data
object[]