$0.002
per call · USD Coin on Base
Retrieves a filtered list of vaults with their basic information including address, network, associated asset details, and transactional support status.
Endpoint
GET https://api.vaults.fyi/v2/vaults7
Calls / 30d
6
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://api.vaults.fyi/v2/vaults", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://api.vaults.fyi/v2/vaults?page=0&perPage=50" \
-H "X-PAYMENT: <signed x402 payment>"Payment details
0x108bcd8a07c3fdfca3aa500784a8573123a1029fUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of DeFi and the homepage with a featured placement.
More from vaults.fyi & similar services
vaults.fyi · Networks
api.vaults.fyi
Retrieves a complete list of supported blockchain networks with their identifiers including network name, chain ID, and CAIP format identifier.
vaults.fyi · Tags
api.vaults.fyi
Retrieves a complete list of available vault categorization tags that can be used for filtering and organizing vault data
vaults.fyi · Detailed Vaults
api.vaults.fyi
Retrieves a comprehensive list of vaults with detailed performance metrics including APY, TVL, rewards, risk scores, and protocol information based on specified filters.