Body
application/json
Response
Array of price candles
Candle start time timestamp in milliseconds. Represents the beginning of the time interval.
Example:
1681923600000
Opening price for the time period
Example:
"43200.0"
Highest price during the time period
Example:
"43350.5"
Lowest price during the time period
Example:
"43150.0"
Closing price for the time period
Example:
"43250.0"
Volume traded during the time period. Represents the total amount of the base asset traded.
Example:
"125.75"
Number of trades during the time period
Example:
47