Skip to main content
GET
/
api
/
v3
/
jettons
/
{address}
/
price-chart
Get jetton price chart data
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"
    }
  ]
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

address
string
required

The jetton master address

Query Parameters

from
string<date-time>
required

Start timestamp (ISO datetime)

to
string<date-time>
required

End timestamp (ISO datetime)

currency
enum<string>
default:usd

Currency for price data

Available options:
usd,
ton

Response

Price chart data

points
object[]
required

Array of price chart data points