v2

latestOpenAPI 3.0.32026-07-21152427.4 KB
Jettons

Get jetton price chart data

get/api/v3/jettons/{address}/price-chart

Path parameters

addressstring required

The jetton master address

Query parameters

fromstring date-time required

Start timestamp (ISO datetime)

tostring date-time required

End timestamp (ISO datetime)

currency'usd' | 'ton'

Currency for price data

Response

Price chart data

Example response

{
  "points": [
    {
      "value": 1.234,
      "time": "2024-01-15T10:30:00Z"
    }
  ]
}