cURL
curl --request GET \ --url https://tokens.swap.coffee/api/v3/jettons/{address}/price-chart \ --header 'X-Api-Key: <api-key>'
{ "points": [ { "value": 1.234, "time": "2024-01-15T10:30:00Z" } ] }
The jetton master address
Start timestamp (ISO datetime)
End timestamp (ISO datetime)
Currency for price data
usd
ton
Price chart data
Array of price chart data points
Show child attributes