GET
/
v2
/
farming
/
{id}
/
apy-historical
curl --request GET \
  --url https://api.getnimbus.io/v2/farming/{id}/apy-historical
{
  "data": [
    {
      "dateKey": "2023-11-07T05:31:56Z",
      "apy": 123,
      "tvl": 123
    }
  ]
}

Path Parameters

id
string
required

The ID of the vault

Query Parameters

chain
string
required

The chain of the vault

Response

200
application/json
Historical APY data
data
object[]