Get network token price history

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

GET
/public/network/token/price-history

Query Parameters

time_range?string

Time range for filtering statistics and analytics data

Default"all"
Value in"all" | "today" | "week" | "month" | "year"

Response Body

application/json

application/json

application/json

curl -X GET "https://api-testnet.dual.network/public/network/token/price-history"
{
  "data": [
    {
      "when": "2019-08-24T14:15:22Z",
      "price": "string"
    }
  ]
}
{
  "code": 0,
  "message": "string",
  "details": {}
}
{
  "code": 0,
  "message": "string",
  "details": {}
}