Get network token market data

Retrieve detailed information about the network token, including current fees, network status, and other relevant metrics.

GET
/public/network/token/market-data

Response Body

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/public/network/token/market-data"
{
  "current_price": {
    "property1": 0,
    "property2": 0
  },
  "total_value_locked": null,
  "mcap_to_tvl_ratio": 0,
  "fdv_to_tvl_ratio": 0,
  "roi": null,
  "ath": {
    "property1": 0,
    "property2": 0
  },
  "ath_change_percentage": {
    "property1": 0,
    "property2": 0
  },
  "ath_date": {
    "property1": "string",
    "property2": "string"
  },
  "atl": {
    "property1": 0,
    "property2": 0
  },
  "atl_change_percentage": {
    "property1": 0,
    "property2": 0
  },
  "atl_date": {
    "property1": "string",
    "property2": "string"
  },
  "market_cap": {
    "property1": 0,
    "property2": 0
  },
  "market_cap_rank": 0,
  "fully_diluted_valuation": {
    "property1": 0,
    "property2": 0
  },
  "total_volume": {
    "property1": 0,
    "property2": 0
  },
  "high_24h": {
    "property1": 0,
    "property2": 0
  },
  "low_24h": {
    "property1": 0,
    "property2": 0
  },
  "price_change_24h": 0,
  "price_change_percentage_24h": 0,
  "price_change_percentage_7d": 0,
  "price_change_percentage_14d": 0,
  "price_change_percentage_30d": 0,
  "price_change_percentage_60d": 0,
  "price_change_percentage_200d": 0,
  "price_change_percentage_1y": 0,
  "market_cap_change_24h": 0,
  "market_cap_change_percentage_24h": 0,
  "price_change_24h_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "price_change_percentage_1h_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "price_change_percentage_24h_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "price_change_percentage_7d_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "price_change_percentage_14d_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "price_change_percentage_30d_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "price_change_percentage_60d_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "price_change_percentage_200d_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "price_change_percentage_1y_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "market_cap_change_24h_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "market_cap_change_percentage_24h_in_currency": {
    "property1": 0,
    "property2": 0
  },
  "total_supply": 0,
  "max_supply": 0,
  "circulating_supply": 0,
  "last_updated": "string"
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}