Base URL
Authentication
Every request must include your API key as a header: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 withpage (zero-indexed) and perPage:
nextPage — it is null when you are on the last page.
Error responses
Error bodies follow this shape:
statusCode; always key your handling off the HTTP status code first.

