History of jetton price changes
cURL
curl --request GET \ --url https://api.dyor.io/v1/jettons/{address}/price/ticks
{ "items": [ { "value": { "ton": { "value": "1000500000", "decimals": 9 }, "usd": { "value": "1000500000", "decimals": 9 } }, "time": "2023-11-07T05:31:56Z", "timeLt": "<string>" } ], "next": "<string>" }
Jetton address
Example: EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
EQCQZpelevHNsbw5IUtwSa4Cs8kqWww0KsYeDri9kwS18eCz
Default value: 20
Max value: 1000
Cursor to paginate list
Should be set by value from response field next
next
A successful response.
Show child attributes
To get the real value: value * pow(10, -decimals)
value * pow(10, -decimals)
"1000500000"
9
If the field is empty or not exists there's no next page