GET v2/public/candles/{marketSymbol}?interval={interval}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
marketSymbol

string

Required

interval

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of CandleModel
NameDescriptionTypeAdditional information
starts_at

string

None.

open

decimal number

None.

high

decimal number

None.

low

decimal number

None.

close

decimal number

None.

volume

decimal number

None.

base_volume

decimal number

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.