Skip to main content
GET
/
stats
Get protocol statistics
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>"
  }
}

Authorizations

Authorization
string
header
required

API key in format circ_live_* or circ_test_*

Response

Protocol statistics

data
object
meta
object