List Second Candles

Retrieves the list of candles per second.

Query Params
string
required

Trading pair code representing the market.

string

End time of the query period.
Candles earlier than the specified time will be retrieved. If omitted, the latest candles are returned based on the request time.

Accepts ISO 8601 datetime format. You must perform URL encoding to ensure proper handling of spaces and special characters.

[Example]
2025-06-24T04:56:53Z
2025-06-24 04:56:53
2025-06-24T13:56:53+08:00

Second candles support queries only for up to the last 3 months from the request time. If you specify a time earlier than that, the response will return an empty array.

integer
Defaults to 1

Number of candles to retrieve.
Supports up to 200 candles.
Default: 1.

Responses

Language
URL
Response
Choose an example:
application/json