GET
/
insights
/
v1
/
tokens
/
price
/
supported
Get supported tokens for price data
curl --request GET \
  --url https://data-api.b3.fun/insights/v1/tokens/price/supported
{
  "data": [
    {
      "chain_id": 1,
      "address": "vitalik.eth",
      "symbol": "<string>"
    }
  ]
}

Response

200
application/json

Successful response

The response is of type object.