Get APR growth - Wallet & Data API
Get APR growth - Returns APR growth data for a specific protocol.
Get APR growth data - [Value: 3340CU]
Returns APR growth data for a specific protocol.
GET https://lb.drpc.live/lambda/{key}/v1/{protocol}/data/ledger/grow
Use cases
- Track APR changes over time and compare yield performance
- Identify increasing or declining APR opportunities
Constraints
- APR growth calculations depend on indexed historical protocol data
Unlock Access to 100+ chains
Boost your app's speed and reliability with dRPC - get your access API key
Language
Request
Examples
curl --request GET \
--url "https://lb.drpc.live/lambda/{key}/v1/aave_v3/data/ledger/grow" \
--header "accept: application/json"Response
200
[
{
"network": "string",
"deposit_token": "string",
"interest": {
"type": "string",
"value": 0,
"currency": "string"
}
}
]Path params
keystring
[Required] Your dRPC API key
protocolstring
[Required] Allowed: aave_v3, lido
Query params
Request params
Response
200
Response params
object
networkstring
[Required] Network name
deposit_tokenstring
[Required] Deposit token name
interestobject
[Required] Interest details
object
typestring
[Required] Interest type (e.g., APY)
valuenumber
Interest value
currencystring
[Required] Interest currency