cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/vaults/{address}/depositors \ --header 'Authorization: Bearer <token>'
{ "data": "<unknown>", "meta": { "latencyMs": 123, "freshness": "<string>", "source": "<string>" } }
List depositors in a vault with their share and USD value.
API key in format circ_live_* or circ_test_*
Vault contract address (0x...)
Maximum number of results to return
List of depositors
Show child attributes