Get token market data

What DUAL is worth today: its price, market capitalisation, the last 24 hours of trading and movement, its all-time high and low, and how many tokens exist. Anything with a price is given per currency — look up `usd`, `eur` or whichever you need by name. The figures come from market data providers and move at their pace, not with every request you make. Open to everyone. No sign-in needed.

GET
/public/network/token/market-data

Response Body

application/json

application/json

application/json

curl -X GET "https://api.dual.network/public/network/token/market-data"
{
  "current_price": {
    "usd": 0.0412
  },
  "market_cap": {
    "usd": 100194689
  },
  "total_volume": {
    "usd": 2841557
  },
  "price_change_percentage_24h": -3.21,
  "ath": {
    "usd": 0.191
  },
  "ath_date": {
    "usd": "2026-01-18T04:00:00Z"
  },
  "circulating_supply": 2431905078.16,
  "total_supply": 10000000000
}
{
  "code": 3,
  "message": "Key: 'limit' Error:Field validation for 'limit' failed on the 'lte' tag"
}
{
  "code": 13,
  "message": "internal error"
}