cURL
curl --request GET \ --url https://api.circular.rosetta.sh/api/v1/stats \ --header 'Authorization: Bearer <token>'
{ "data": { "protocol": "<string>", "totalSupplyUsd": 123, "totalBorrowUsd": 123, "tvl": 123, "marketCount": 123, "vaultCount": 123, "avgUtilization": 123, "chains": [ 123 ] }, "meta": { "latencyMs": 123, "freshness": "<string>", "source": "<string>" } }
Aggregate protocol statistics including total supply, borrow, TVL, and market counts.
API key in format circ_live_* or circ_test_*
Protocol statistics
Show child attributes