Wallet API
Protocols
Get APR Growth

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

Use cases

  • Track APR changes over time and compare yield performance
  • Identify increasing or declining APR opportunities
Constraints

Constraints

  • APR growth calculations depend on indexed historical protocol data
Get started
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"
Copy
Response
200
[
  {
    "network": "string",
    "deposit_token": "string",
    "interest": {
      "type": "string",
      "value": 0,
      "currency": "string"
    }
  }
]
Copy

Path params

Parameters
keystring
[Required] Your dRPC API key
protocolstring
[Required] Allowed: aave_v3, lido

Query params

ParametersThis method does not accept any parameters.

Request params

ParametersThis method does not accept any parameters.

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