| Constructor and Description |
|---|
Market(String productUrl,
String baseUrl,
String apiKey,
boolean showLimitUsage,
com.binance.connector.futures.client.utils.ProxyAuth proxy) |
| Modifier and Type | Method and Description |
|---|---|
String |
aggTrades(LinkedHashMap<String,Object> parameters)
Get compressed, aggregate trades.
|
String |
bookTicker(LinkedHashMap<String,Object> parameters) |
String |
continuousKlines(LinkedHashMap<String,Object> parameters)
Kline/candlestick bars for a specific contract type.
|
String |
depth(LinkedHashMap<String,Object> parameters)
GET /v1/depth
|
String |
exchangeInfo()
Current exchange trading rules and symbol information.
|
String |
fundingRate(LinkedHashMap<String,Object> parameters)
Get funding rate history
GET /v1/fundingRate |
String |
getBaseUrl() |
String |
getProductUrl() |
com.binance.connector.futures.client.utils.RequestHandler |
getRequestHandler() |
boolean |
getShowLimitUsage() |
String |
historicalTrades(LinkedHashMap<String,Object> parameters)
Get older market trades.
|
String |
indexPriceKlines(LinkedHashMap<String,Object> parameters)
Kline/candlestick bars for the index price of a pair.
|
String |
klines(LinkedHashMap<String,Object> parameters)
Kline/candlestick bars for a symbol.
|
String |
longShortRatio(LinkedHashMap<String,Object> parameters) |
String |
markPrice(LinkedHashMap<String,Object> parameters) |
String |
markPriceKlines(LinkedHashMap<String,Object> parameters)
Kline/candlestick bars for the mark price of a symbol.
|
String |
openInterest(LinkedHashMap<String,Object> parameters)
Get present open interest of a specific symbol.
|
String |
openInterestStatistics(LinkedHashMap<String,Object> parameters) |
String |
ping()
Test connectivity to the Rest API.
|
void |
setBaseUrl(String baseUrl) |
void |
setProductUrl(String productUrl) |
void |
setRequestHandler(String apiKey,
String secretKey,
com.binance.connector.futures.client.utils.ProxyAuth proxy) |
void |
setShowLimitUsage(boolean showLimitUsage) |
String |
ticker24H(LinkedHashMap<String,Object> parameters) |
String |
tickerSymbol(LinkedHashMap<String,Object> parameters) |
String |
time()
Test connectivity to the Rest API and get the current server time.
|
String |
topTraderLongShortAccs(LinkedHashMap<String,Object> parameters) |
String |
topTraderLongShortPos(LinkedHashMap<String,Object> parameters) |
String |
trades(LinkedHashMap<String,Object> parameters)
Get recent trades.
|
public String getBaseUrl()
public String getProductUrl()
public com.binance.connector.futures.client.utils.RequestHandler getRequestHandler()
public boolean getShowLimitUsage()
public void setBaseUrl(String baseUrl)
public void setProductUrl(String productUrl)
public void setRequestHandler(String apiKey, String secretKey, com.binance.connector.futures.client.utils.ProxyAuth proxy)
public void setShowLimitUsage(boolean showLimitUsage)
public String markPrice(LinkedHashMap<String,Object> parameters)
public String ticker24H(LinkedHashMap<String,Object> parameters)
public String tickerSymbol(LinkedHashMap<String,Object> parameters)
public String bookTicker(LinkedHashMap<String,Object> parameters)
public String openInterestStatistics(LinkedHashMap<String,Object> parameters)
public String topTraderLongShortPos(LinkedHashMap<String,Object> parameters)
public String topTraderLongShortAccs(LinkedHashMap<String,Object> parameters)
public String longShortRatio(LinkedHashMap<String,Object> parameters)
public String ping()
public String time()
public String exchangeInfo()
public String depth(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String trades(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String historicalTrades(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String aggTrades(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String klines(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String continuousKlines(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String indexPriceKlines(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String markPriceKlines(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String fundingRate(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String openInterest(LinkedHashMap<String,Object> parameters)
parameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
Copyright © 2024. All rights reserved.