cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/vaults \ --header 'Authorization: Bearer <token>'
{ "data": [ { "address": "<string>", "name": "<string>", "curator": "<string>", "chainId": 123, "asset": "<string>", "tvl": 123, "apy": { "base": 123, "rewards": 123, "total": 123 }, "allocations": [ { "marketId": "<string>", "collateral": "<string>", "share": 123, "apy": 123, "supplyUsd": 123 } ], "leverageExposure": 123, "topDepositors": 123 } ], "meta": { "latencyMs": 123, "freshness": "<string>", "source": "<string>" } }
Fetch a summary of vaults with TVL, APY, allocations, and curator information.
API key in format circ_live_* or circ_test_*
Maximum number of results to return
Number of results to skip
List of vaults
Show child attributes