Core APIReferenceAssetsSlug
/assets/{slug}/stats
Get asset stats by slug
Get asset stats by slug
Path Parameters
slug*string
The slug of the asset
Length
1 <= lengthResponse 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 } ] }}