For the complete documentation index, see llms.txt. This page is also available as Markdown.

Benchmarks

Benchmark vault APY rates computed from on-chain snapshots

Get historical vault APY

get

Returns a daily timeseries of rolling 7-day APY for any vault with on-chain snapshots. Works with both internal vaults (sharePrice) and ERC-4626 vaults (convertToAssets). Specify the vault by address or token symbol.

Authorizations
x-api-keystringOptional

API key in the format: cc_xxx_yyy (for customer API routes)

Query parameters
addressstringOptional

Vault contract address (e.g., 0xabc...)

symbolstringOptional

Token symbol to look up the vault (e.g., stataEthUSDC)

networkIdstringRequired

CAIP-2 network identifier (e.g., eip155:1 for Ethereum, eip155:8453 for Base)

Example: eip155:1
fromstring · dateOptional

Start date (YYYY-MM-DD). Defaults to earliest available data.

Example: 2025-01-01
tostring · dateOptional

End date (YYYY-MM-DD). Defaults to latest available data.

Example: 2025-12-31
Responses
200

Default Response

application/json
addressstringRequired
networkIdstringRequired
symbolstringOptional
get/v3/benchmarks/vault-apy

Get historical benchmark rate

get

Returns a daily timeseries of a benchmark rate from the prices table. Use symbol FED_FUNDS_RATE for the Federal Funds Effective Rate.

Authorizations
x-api-keystringOptional

API key in the format: cc_xxx_yyy (for customer API routes)

Query parameters
symbolstringOptional

Rate symbol (e.g., FED_FUNDS_RATE). Defaults to FED_FUNDS_RATE.

Default: FED_FUNDS_RATE
fromstring · dateOptional

Start date (YYYY-MM-DD). Defaults to earliest available.

Example: 2025-01-01
tostring · dateOptional

End date (YYYY-MM-DD). Defaults to latest available.

Example: 2025-12-31
Responses
200

Default Response

application/json
symbolstringRequired
get/v3/benchmarks/rate

Last updated

Was this helpful?