public class UMMarket extends Market
| Constructor and Description |
|---|
UMMarket(String productUrl,
String baseUrl,
String apiKey,
boolean showLimitUsage,
com.binance.connector.futures.client.utils.ProxyAuth proxy) |
| Modifier and Type | Method and Description |
|---|---|
String |
assetIndex(LinkedHashMap<String,Object> parameters)
asset index for Multi-Assets mode
GET /v1/assetIndex https://binance-docs.github.io/apidocs/futures/en/#multi-assets-mode-asset-index |
String |
bookTicker(LinkedHashMap<String,Object> parameters)
Best price/qty on the order book for a symbol or symbols.
|
String |
historicalBlvt(LinkedHashMap<String,Object> parameters)
The BLVT NAV system is based on Binance Futures, so the endpoint is based on fapi
GET /v1/lvtKlines https://binance-docs.github.io/apidocs/futures/en/#historical-blvt-nav-kline-candlestick |
String |
indexInfo(LinkedHashMap<String,Object> parameters)
GET /v1/indexInfo
https://binance-docs.github.io/apidocs/futures/en/#composite-index-symbol-information |
String |
longShortRatio(LinkedHashMap<String,Object> parameters)
Long/Short Ratio
GET /futures/data/globalLongShortAccountRatio https://binance-docs.github.io/apidocs/futures/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 |
takerBuySellVol(LinkedHashMap<String,Object> parameters)
Taker Buy/Sell Volume
GET /futures/data/takerlongshortRatio https://binance-docs.github.io/apidocs/futures/en/#taker-buy-sell-volume |
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/futures/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 takerBuySellVol(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 historicalBlvt(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 indexInfo(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 assetIndex(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.