Historical

get

Retrieves historical APY and TVL for a specific vault, based on the provided query parameters.

Authorizations
x-api-keystringRequired
Path parameters
networkstring · enumRequired

Include only vaults with provided network(name or CAIP)

Possible values:
vaultAddressstringRequired

Address of the vault for which the data will be returned

Pattern: ^0x[a-fA-F0-9]{40}$
Query parameters
pageintegerOptional

Page number (starting from 0)

Default: 0
perPageinteger · max: 20000Optional

Number of items per page

Default: 50
apyIntervalstring · enumOptional

Interval for APY data. Possible values: 1day, 7day, 30day

Default: 7dayPossible values:
granularitystring · enumOptional

Granularity for historical data (even intervals starting from epoch 0). Possible values: 1hour, 1day, 1week

Default: 1hourPossible values:
fromTimestampintegerOptional

Timestamp for the start of the time period for which data will be fetched

Default: 0
toTimestampintegerOptional

Timestamp for the end of the time period for which data will be fetched

Responses
get
/v2/historical/{network}/{vaultAddress}
get

Retrieves time-series historical APY data for a specific vault, including base yield and rewards components over a customizable time range

Authorizations
x-api-keystringRequired
Path parameters
networkstring · enumRequired

Include only vaults with provided network(name or CAIP)

Possible values:
vaultAddressstringRequired

Address of the vault for which the data will be returned

Pattern: ^0x[a-fA-F0-9]{40}$
Query parameters
pageintegerOptional

Page number (starting from 0)

Default: 0
perPageinteger · max: 20000Optional

Number of items per page

Default: 50
apyIntervalstring · enumOptional

Interval for APY data. Possible values: 1day, 7day, 30day

Default: 7dayPossible values:
granularitystring · enumOptional

Granularity for historical data (even intervals starting from epoch 0). Possible values: 1hour, 1day, 1week

Default: 1hourPossible values:
fromTimestampintegerOptional

Timestamp for the start of the time period for which data will be fetched

Default: 0
toTimestampintegerOptional

Timestamp for the end of the time period for which data will be fetched

Responses
get
/v2/historical/{network}/{vaultAddress}/apy
get

Retrieves time-series historical TVL data for a specific vault, including base yield and rewards components over a customizable time range

Authorizations
x-api-keystringRequired
Path parameters
networkstring · enumRequired

Include only vaults with provided network(name or CAIP)

Possible values:
vaultAddressstringRequired

Address of the vault for which the data will be returned

Pattern: ^0x[a-fA-F0-9]{40}$
Query parameters
pageintegerOptional

Page number (starting from 0)

Default: 0
perPageinteger · max: 20000Optional

Number of items per page

Default: 50
apyIntervalstring · enumOptional

Interval for APY data. Possible values: 1day, 7day, 30day

Default: 7dayPossible values:
granularitystring · enumOptional

Granularity for historical data (even intervals starting from epoch 0). Possible values: 1hour, 1day, 1week

Default: 1hourPossible values:
fromTimestampintegerOptional

Timestamp for the start of the time period for which data will be fetched

Default: 0
toTimestampintegerOptional

Timestamp for the end of the time period for which data will be fetched

Responses
get
/v2/historical/{network}/{vaultAddress}/tvl
get

Retrieves time-series historical TVL data for a specific vault, including base yield and rewards components over a customizable time range

Authorizations
x-api-keystringRequired
Path parameters
networkstring · enumRequired

Include only vaults with provided network(name or CAIP)

Possible values:
vaultAddressstringRequired

Address of the vault for which the data will be returned

Pattern: ^0x[a-fA-F0-9]{40}$
Query parameters
pageintegerOptional

Page number (starting from 0)

Default: 0
perPageinteger · max: 20000Optional

Number of items per page

Default: 50
apyIntervalstring · enumOptional

Interval for APY data. Possible values: 1day, 7day, 30day

Default: 7dayPossible values:
granularitystring · enumOptional

Granularity for historical data (even intervals starting from epoch 0). Possible values: 1hour, 1day, 1week

Default: 1hourPossible values:
fromTimestampintegerOptional

Timestamp for the start of the time period for which data will be fetched

Default: 0
toTimestampintegerOptional

Timestamp for the end of the time period for which data will be fetched

Responses
get
/v2/historical/{network}/{vaultAddress}/sharePrice

Last updated