Market
UIKlines
The request is similar to klines having the same parameters and response.
uiKlines return modified kline data, optimized for presentation of candlestick charts.
Weight(IP): 2
get/api/v3/uiKlines
Query parameters
symbolstring required
Example:BNBUSDT
Trading symbol, e.g. BNBUSDT
interval'1s' | '1m' | '3m' | '5m' | '15m' | '30m' | '1h' | '2h' | '4h' | '6h' | '8h' | '12h' | '1d' | '3d' | '1w' | '1M' required
Example:"1m"
kline intervals
startTimeinteger
UTC timestamp in ms
endTimeinteger
UTC timestamp in ms
timeZonestring
Default: 0 (UTC)
limitinteger
Example:5
Default 500; max 1000.
Response
UIKline data
Example response
[
[
1499040000000,
"0.01634790",
"0.80000000",
"0.01575800",
"0.01577100",
"148976.11427815",
1499644799999,
"2434.19055334",
308,
"1756.87402397",
"28.46694368",
"0"
]
]Changes
Changed in 2 of the 26 revisions of this API.2
- ○
added the new optional
queryrequest parametertimeZonenew-optional-request-parameter
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
- ○