Animica x402 Directory

Directory / api.vaults.fyi

api.vaults.fyi/v2/vaults

Retrieves a filtered list of vaults with their basic information including address, network, associated asset details, and transactional support status.

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://api.vaults.fyi/v2/vaults'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://api.vaults.fyi/v2/vaults'

Endpoint: https://api.vaults.fyi/v2/vaults. Operated by api.vaults.fyi, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on api.vaults.fyi

api.vaults.fyi/v2/assets

Retrieves a filtered list of supported assets with their metadata including address, symbol, name, decimals, and network information.

GET · $0.002

api.vaults.fyi/v2/detailed-vaults

Retrieves a comprehensive list of vaults with detailed performance metrics including APY, TVL, rewards, risk scores, and protocol information based on specified…

GET · $0.302

api.vaults.fyi/v2/networks

Retrieves a complete list of supported blockchain networks with their identifiers including network name, chain ID, and CAIP format identifier.

GET · $0.002

api.vaults.fyi/v2/tags

Retrieves a complete list of available vault categorization tags that can be used for filtering and organizing vault data

GET · $0.002

All 5 endpoints on api.vaults.fyi →