cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/risk/exposure/{collateral} \ --header 'Authorization: Bearer <token>'
{ "data": { "collateral": "<string>", "totalExposureUsd": 123, "vaults": [ { "name": "<string>", "exposureUsd": 123, "share": 123 } ], "depegImpact": { "pct5": { "lossUsd": 123, "liquidationsTriggered": 123 }, "pct10": { "lossUsd": 123, "liquidationsTriggered": 123 }, "pct25": { "lossUsd": 123, "liquidationsTriggered": 123 } } }, "meta": { "latencyMs": 123, "freshness": "<string>", "source": "<string>" } }
Analyze exposure to a specific collateral asset including vault distribution and depeg impact simulation.
API key in format circ_live_* or circ_test_*
Collateral asset symbol
Exposure analysis
Show child attributes