curl --request GET \
--url https://tonapi.io/v2/rates/chart{
"points": [
[
1668436763,
97.21323234
]
]
}Get chart by token
curl --request GET \
--url https://tonapi.io/v2/rates/chart{
"points": [
[
1668436763,
97.21323234
]
]
}accept jetton master address
"usd"
x <= 21143808001668436763
x <= 21143808001668436763
0 <= x <= 200token chart
Each inner array is a pair [timestamp, price]:
• index 0 — Unix timestamp (int64)
• index 1 — token price (decimal) in the requested currency.
2 elements[[1668436763, 97.21323234]]Was this page helpful?