Credits
Why use Credits?
Our subscriptions are based around "Credits" or "Compute Units", which provide a measure for the resources required to fulfill each request.
To demonstrate through an example, /v1/vaults/{network}/{vaultAddress}/apy
is lighter weight than an endpoint like /v1/vaults/{network}/{vaultAddress}/historical-apy
.
The /apy
endpoint returns a single APY at a point in time, while the /historical-apy
endpoint can return a wealth of data for many points of time, including detailed metrics for base vs. rewards APY and liquid/locked TVL over requested intervals spanning weeks or months.
Weights by endpoint
GET /v1/vaults
1 credit
GET /v1/tags
1 credit
GET /v1/tokens
1 credit
GET /v1/networks
1 credit
GET /v1/detailed/vaults
Variable — 7 credits per vault requested
GET /v1/benchmarks
3 credits
GET /v1/vaults/{network}/{vaultAddress}/
3 credits
GET /v1/vaults/{network}/{vaultAddress}/apy
1 credit
GET /v1/vaults/{network}/{vaultAddress}/historical-tvl/{timestamp}
2 credits
GET /v1/vaults/{network}/{vaultAddress}/historical-apy/{timestamp}
2 credits
GET /v1/vaults/{network}/{vaultAddress}/holder-events/{holder}
3 credits
GET /v1/vaults/{network}/{vaultAddress}/holder-total-returns/{holder}
2 credits
GET /v1/vaults/{network}/{vaultAddress}/historical-apy
2 credits base + 0.1 per data point
GET /v1/vaults/{network}/{vaultAddress}/historical-data (variation)
4 credits base + 2 per data point
GET /v1/transactions/vaults/actions/details
3 credits
POST /v1/transactions/vaults/deposit
5 credits
POST /v1/transactions/vaults/redeem
5 credits
POST /v1/transactions/vaults/request-redeem
5 credits
POST /v1/transactions/vaults/claim-redeem
5 credits
POST /v1/transactions/vaults/claim-rewards
5 credits
GET /v1/transactions/assets
3 credits
GET /v1/transactions/vaults
3 credits
POST /v1/portfolio/best-deposit-options/{userAddress}
Variable — 2 credits per vault requested
POST /v1/portfolio/best-vault/{userAddress}
2 credits
GET/v1/portfolio/wallet-balances
5 credits
GET /v1/portfolio/positions/{userAddress}
5 credits
Last updated