Rates
Get chart by token
get/v2/rates/chart
Query parameters
tokenstring address required
accept jetton master address
currencystring
Example:usd
start_dateinteger
Example:1668436763
end_dateinteger
Example:1668436763
points_countinteger
Response
token chart
Example response
{
"points": [
[
1668436763,
97.21323234
]
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.