Skip to main content
GET
/
api
/
v2
/
tokens
/
{tokenId}
/
price
/
chart
GET /api/v2/tokens/:tokenId/price/chart — OHLCV candle data
curl --request GET \
  --url https://api.shuriken.trade/api/v2/tokens/{tokenId}/price/chart \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tokenId
string
required

Token ID in chain:address format

Query Parameters

resolution
string

Candle resolution: 1m, 5m, 15m, 30m, 1h, 6h, 1d (default: 1h)

count
integer<int32>

Number of candles (default: 100, max: 500)

Required range: x >= 0

Response

200

OHLCV candle data