Get historical APY on single vault at single timestamp

get

Get historical APY data for a vault for block with closest timestamp to the given one

Authorizations
x-api-keystringRequired
Path parameters
vaultAddressstringRequired

Address of a vault

Pattern: ^0x[a-fA-F0-9]{40}$
networkstring · enumRequired

Network name or caip

Possible values:
timestampintegerRequired

Timestamp of the historical data

Query parameters
intervalstring · enumRequired

Resolution of the APY data

Possible values:
Responses
200

Object describing the APY of the vault in given time

application/json
get
/v1/vaults/{network}/{vaultAddress}/historical-apy/{timestamp}
200

Object describing the APY of the vault in given time

Last updated