KLine Data
This API retrieves historical chart data for a specified trading pair, including price and volume information over a specified time range.
GET
https://nami.exchange/api/v1/chart/history
Headers
Name
Value
Content-Type
application/json
Query Parameters
Name
Type
Description
Required
Example
from
integer
Start timestamp (in seconds) of the data range
Yes
1715889600
to
integer
End timestamp (in seconds) of the data range
Yes
1715893200
resolution
string
Resolution of the data (e.g. 1m, 5m, 1h)
Yes
1h
broker
string
Broker name (e.g. NAMI_SPOT)
No
NAMI_SPOT
symbol
string
Trading pair symbol
No
BTCUSDT
Response
Last updated