Skip to main content

Base URL

Authentication

Every request must include your API key as a header:
All API keys have access to all endpoints. Rate limits depend on your plan — see Plans & Pricing, or contact support to increase your limit.

Networks

The V2 API tracks vaults across 20+ EVM-compatible networks. Networks can be identified by name or CAIP-2 identifier: Use GET /v2/networks for the complete current list of V2 EVM networks. Solana/SVM vault discovery, portfolio, idle-asset, and transaction endpoints are available separately in Beta.

APY values

All APY fields are raw decimals. Multiply by 100 to display as a percentage:

Pagination

All list endpoints use offset pagination with page (zero-indexed) and perPage:
The response includes nextPage — it is null when you are on the last page.

Error responses

Error bodies follow this shape:
Some authentication errors omit statusCode; always key your handling off the HTTP status code first.

Quick start

Fetch the top 5 USDC vaults by 7-day APY on Ethereum mainnet:
Check a user’s idle assets and suggest vaults to deposit into: