Token charts
GET
/token-charts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.nusabyte.com/api/v1/token-charts?tokenId&timeframe=1d&maxTime=1620000000&limit=3&page=1'
Response Response Example
[
{
"open": "1500.00",
"high": "1550.00",
"low": "1480.00",
"close": "1520.00",
"volume": "1000",
"time": 1714305600,
"timeframeDuration": 60
}
]
Request
Query Params
tokenId
string
optional
timeframe
enum<string>
optional
Allowed values:
5m1h6m1d
Example:
1d
maxTime
string
optional
Example:
1620000000
limit
string
optional
Example:
3
page
string
optional
Example:
1
Responses
Modified at 2025-04-28 07:52:10