Core APIReferenceAssetsSlug

/assets/{slug}/tvl

Get Asset TVL by slug

GET
/assets/{slug}/tvl

Get Asset TVL 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/tvl"
{  "data": {    "slug": "string",    "tokens": [      {        "assetAddress": "string",        "chainId": 0,        "symbol": "string",        "tvl": 0,        "price": 0,        "supply": 0,        "yield": 0      }    ]  }}