Skip to main content
GET
Stream real-time token OHLCV candles

Query Parameters

chain
string
required

Chain identifier

token_id
string
required

Token address. Required unless address is supplied.

address
string

Alias for token_id, accepted for consistency with the other SSE endpoints. Ignored when token_id is set.

interval
enum<string>
default:1s

Candle interval

Available options:
1s
request_id
integer

Optional request identifier

Required range: 0 <= x <= 4294967295
limit
integer

Maximum event count

Required range: x >= 1

Response

Stream established successfully

Sealed token candle event

chain
string

Chain identifier

Example:

"ethereum"

token_id
string

Token address

Example:

"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"

interval
string

Candle interval

Example:

"1s"

timestamp
string<date-time>

Candle start time

open
number

Open price in USD

Example:

1.234

high
number

High price in USD

Example:

1.25

low
number

Low price in USD

Example:

1.22

close
number

Close price in USD

Example:

1.24

avg
number

Average price in USD

Example:

1.235

volume_usd
number

Total volume in USD

Example:

15230.5

txns
integer

Number of swaps

Example:

12