Sections
General
Core endpoints for vault discovery, assets, networks, protocols, and curators.
Core reference data endpoints — use these to browse available vaults, resolve asset and network metadata, and populate filter dropdowns.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Core endpoints for vault discovery, assets, networks, protocols, and curators.
| Capability | How to call | Required inputs |
|---|---|---|
| List supported vault identifiers | GET /v2/vaults | None. Optional query filters include network, assetSymbol, onlyTransactional, onlyAppFeatured, page, and perPage |
| List supported assets and tokens | GET /v2/assets | None. Optional query filters include network, page, and perPage |
| List supported networks | GET /v2/networks | None |
| List vault tags | GET /v2/tags | None. See Vault Tags for taxonomy definitions |
| List vault curators | GET /v2/curators | None |
| List supported protocols and their filterable protocol IDs | GET /v2/protocols | None. See Protocol names and IDs for filtering examples |
| Check API availability | GET /v2/health | None |
