cURL
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" } ] }
The protocol slug
The minimum TVL of the protocol
The maximum TVL of the protocol
The chain of the protocol
The type of the vault
LP
VAULT
STAKING
LENDING
BORROW
Protocol APR data
The response is of type object.
object