candleSnapshot

post
/info

Request candlestick snapshots.

Body

Request candlestick snapshots.

typeundefined · enumRequired

Type of request.

Possible values:
Responses
chevron-right
200

Array of candlestick data points.

application/json

Array of candlestick data points.

tnumberRequired

Opening timestamp (ms since epoch).

TnumberRequired

Closing timestamp (ms since epoch).

sstringRequired

Asset symbol.

istring · enumRequired

Time interval.

Possible values:
ostringRequired

Opening price.

Pattern: ^[0-9]+(\.[0-9]+)?$
cstringRequired

Closing price.

Pattern: ^[0-9]+(\.[0-9]+)?$
hstringRequired

Highest price.

Pattern: ^[0-9]+(\.[0-9]+)?$
lstringRequired

Lowest price.

Pattern: ^[0-9]+(\.[0-9]+)?$
vstringRequired

Total volume traded in base currency.

Pattern: ^[0-9]+(\.[0-9]+)?$
nnumberRequired

Number of trades executed.

post
/info
TypeScript

Last updated