- Docs
- Api%2Freference%2Findexer%2FGetNetworkTokenPriceHistory
Get network token price history
Retrieve detailed information about the eBus network token, including current fees, network status, and other relevant metrics.
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": {}
}