Core APIReferenceAssetsSlug

/assets/{slug}/stats

Get asset stats by slug

GET
/assets/{slug}/stats

Get asset stats by slug

Path Parameters

slug*string

The slug of the asset

Length1 <= length

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/assets/superstate-uscc/stats"
{  "data": {    "slug": "string",    "tokens": [      {        "assetAddress": "string",        "chainId": 0,        "symbol": "string",        "maxDrawdown": 0,        "dailyVolatilityBps": 0      }    ]  }}