Get compressed, aggregate trades. Trades that fill at the time, from the same taker order, with the same price will have the quantity aggregated. Weight: 4
Request parameters.
Current average price for a symbol. Weight: 2
Request parameters.
Weight: Adjusted based on the limit:
Limit | Request Weight |
---|---|
1-100 | 5 |
101-500 | 25 |
501-1000 | 50 |
1001-5000 | 250 |
Request parameters.
Get recent trades. Weight: 25
Request parameters.
Get older trades. Weight: 25
Request parameters.
Kline/candlestick bars for a symbol. Klines are uniquely identified by their open time. Weight: 2
Request parameters.
Weight: 4 for each requested symbol regardless of windowSize.
The weight for this request will cap at 200 once the number of symbols
in the request is more than 50.
Optional
requestParameters: SpotRestAPI.TickerRequestRequest parameters.
24 hour rolling window price change statistics. Careful when accessing this with no symbol. Weight:
Parameter | Symbols Provided | Weight |
---|---|---|
symbol | 1 | 2 |
symbol parameter is omitted | 80 | |
symbols | 1-20 | 2 |
21-100 | 40 | |
101 or more | 80 | |
symbols parameter is omitted | 80 |
Optional
requestParameters: SpotRestAPI.Ticker24hrRequestRequest parameters.
Best price/qty on the order book for a symbol or symbols. Weight:
Parameter | Symbols Provided | Weight |
---|---|---|
symbol | 1 | 2 |
symbol parameter is omitted | 4 | |
symbols | Any | 4 |
Optional
requestParameters: TickerBookTickerRequestRequest parameters.
Latest price for a symbol or symbols. Weight:
Parameter | Symbols Provided | Weight |
---|---|---|
symbol | 1 | 2 |
symbol parameter is omitted | 4 | |
symbols | Any | 4 |
Optional
requestParameters: SpotRestAPI.TickerPriceRequestRequest parameters.
Price change statistics for a trading day.
Weight: 4 for each requested symbol.
The weight for this request will cap at 200 once the number of symbols
in the request is more than 50.
Optional
requestParameters: SpotRestAPI.TickerTradingDayRequestRequest parameters.
The request is similar to klines having the same parameters and response.
uiKlines
return modified kline data, optimized for presentation of candlestick charts.
Weight: 2
Request parameters.
MarketApi - interface MarketApi