Skip to main content
GET
OHLCV candles
OHLCV candles for a single asset and interval. Both start_time and end_time are required. Supported intervals: 1m, 5m, 15m, 1h, 4h, 1d.

Example

Query Parameters

coin
string
required
interval
enum<string>
default:1h
Available options:
1m,
5m,
15m,
1h,
4h,
1d
start_time
integer
required
end_time
integer
required
network
string
default:mainnet

Response

200 - application/json

Candles array

t
integer

Open time (ms)

T
integer

Close time (ms)

s
string

Symbol

i
string

Interval

o
string

Open price

c
string

Close price

h
string

High price

l
string

Low price

v
string

Volume

n
integer

Number of trades