| Package | Description |
|---|---|
| com.binance.client | |
| com.binance.client.impl |
| Modifier and Type | Method and Description |
|---|---|
List<Candlestick> |
SyncRequestClient.getCandlestick(String symbol,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit)
Get kline/candlestick bars for a symbol.
|
List<Candlestick> |
SyncRequestClient.getContinuousCandlesticks(String pair,
ContractType contractType,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit)
Get Kline/candlestick bars for a specific contract type.
|
List<Candlestick> |
SyncRequestClient.getIndexPriceCandlesticks(String pair,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit)
Get Kline/candlestick bars for the index price of a pair.
|
List<Candlestick> |
SyncRequestClient.getMarkPriceCandlesticks(String pair,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit)
Get Kline/candlestick bars for the mark price of a symbol.
|
| Modifier and Type | Method and Description |
|---|---|
List<Candlestick> |
SyncRequestImpl.getCandlestick(String symbol,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
List<Candlestick> |
SyncRequestImpl.getContinuousCandlesticks(String pair,
ContractType contractType,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
List<Candlestick> |
SyncRequestImpl.getIndexPriceCandlesticks(String pair,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
List<Candlestick> |
SyncRequestImpl.getMarkPriceCandlesticks(String pair,
CandlestickInterval interval,
Long startTime,
Long endTime,
Integer limit) |
Copyright © 2021. All rights reserved.