public class CMMarket extends Market
| Constructor and Description |
|---|
CMMarket(String productUrl,
String baseUrl,
String apiKey,
boolean showLimitUsage,
com.binance.connector.futures.client.utils.ProxyAuth proxy) |
| Modifier and Type | Method and Description |
|---|---|
String |
basis(LinkedHashMap<String,Object> parameters)
For COIN-M Futures Only
GET /futures/data/basis https://binance-docs.github.io/apidocs/delivery/en/#basis |
String |
bookTicker(LinkedHashMap<String,Object> parameters)
Best price/qty on the order book for a symbol or symbols.
|
String |
longShortRatio(LinkedHashMap<String,Object> parameters)
Long/Short Ratio
GET /futures/data/globalLongShortAccountRatio https://binance-docs.github.io/apidocs/delivery/en/#long-short-ratio |
String |
markPrice(LinkedHashMap<String,Object> parameters)
Mark Price and Funding Rate
GET /v1/premiumIndex |
String |
openInterestStatistics(LinkedHashMap<String,Object> parameters)
Open Interest History
GET /futures/data/openInterestHist https://binance-docs.github.io/apidocs/futures/en/#open-interest-statistics |
String |
ticker24H(LinkedHashMap<String,Object> parameters)
24 hour rolling window price change statistics.
|
String |
tickerSymbol(LinkedHashMap<String,Object> parameters)
Latest price for a symbol or symbols.
|
String |
topTraderLongShortAccs(LinkedHashMap<String,Object> parameters)
Top Trader Long/Short Ratio (Accounts)
GET /futures/data/topLongShortAccountRatio https://binance-docs.github.io/apidocs/delivery/en/#top-trader-long-short-ratio-accounts |
String |
topTraderLongShortPos(LinkedHashMap<String,Object> parameters)
Top Trader Long/Short Ratio (Positions)
GET /futures/data/topLongShortPositionRatio https://binance-docs.github.io/apidocs/delivery/en/#top-trader-long-short-ratio-positions |
aggTrades, continuousKlines, depth, exchangeInfo, fundingRate, getBaseUrl, getProductUrl, getRequestHandler, getShowLimitUsage, historicalTrades, indexPriceKlines, klines, markPriceKlines, openInterest, ping, setBaseUrl, setProductUrl, setRequestHandler, setShowLimitUsage, time, tradespublic String markPrice(LinkedHashMap<String,Object> parameters)
markPrice in class Marketparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String ticker24H(LinkedHashMap<String,Object> parameters)
ticker24H in class Marketparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String tickerSymbol(LinkedHashMap<String,Object> parameters)
tickerSymbol in class Marketparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String bookTicker(LinkedHashMap<String,Object> parameters)
bookTicker in class Marketparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String openInterestStatistics(LinkedHashMap<String,Object> parameters)
openInterestStatistics in class Marketparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String topTraderLongShortPos(LinkedHashMap<String,Object> parameters)
topTraderLongShortPos in class Marketparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String topTraderLongShortAccs(LinkedHashMap<String,Object> parameters)
topTraderLongShortAccs in class Marketparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String longShortRatio(LinkedHashMap<String,Object> parameters)
longShortRatio in class Marketparameters - LinkedHashedMap of String,Object pair
where String is the name of the parameter and Object is the value of the parameter
public String basis(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.