Core APIReferenceVaultsSlug

/vaults/{slug}/tvl-history

Get Vault TVL history by slug for the given date range

GET
/vaults/{slug}/tvl-history

Get Vault TVL history by slug for the given date range

Path Parameters

slug*string

Unique slug identifier for the vault.

Length1 <= length

Query Parameters

startDate?|

Unix timestamp in seconds

endDate?|

Unix timestamp in seconds

Default1787560960

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/vaults/nest-alpha-vault/tvl-history"
{  "data": {    "vaultAddress": "string",    "history": [      {        "day": 0,        "tvl": 0      }    ]  }}