cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/vaults/{address} \ --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 detailed information for a specific vault including allocations, APY breakdown, and depositor data.
API key in format circ_live_* or circ_test_*
Vault contract address (0x...)
Vault details
Show child attributes