Skip to main content
GET
/
v2
/
farming
/
{id}
/
apy-historical
Get historical APY data for a specific vault
curl --request GET \
  --url https://api.getnimbus.io/v2/farming/{id}/apy-historical
{
  "data": [
    {
      "dateKey": "2023-11-07T05:31:56Z",
      "apy": 123,
      "tvl": 123
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getnimbus.io/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
string
required

The ID of the vault

Query Parameters

chain
string
required

The chain of the vault

Response

Historical APY data

data
object[]