-
UM_Futures:
GET /fapi/v1/fundingInfoGET /futures/data/delivery-priceGET /fapi/v1/constituentsGET /fapi/v1/accountConfigGET /fapi/v1/symbolConfigGET /fapi/v1/rateLimit/orderGET /fapi/v1/order/asynGET /fapi/v1/order/asyn/idGET /fapi/v1/trade/asynGET /fapi/v1/trade/asyn/idPOST /fapi/v1/feeBurnGET /fapi/v1/feeBurnGET /fapi/v1/convert/exchangeInfoPOST /fapi/v1/convert/getQuotePOST /fapi/v1/convert/acceptQuoteGET /fapi/v1/convert/orderStatus- Websocket Stream
mark_price_all_market
-
CM_Futures:
GET /dapi/v1/income/asynGET /dapi/v1/constituents
-
UM_Futures:
GET /fapi/v1/income: Add parameterpagefor paginationPOST /fapi/v1/order: Add parametersselfTradePreventionMode,priceMatchandgoodTillDatePOST /fapi/v1/batchOrders: Add parameterspriceMatch,selfTradePreventionModeandgoodTillDateGET /fapi/v1/ticker/price: deprecated, replaced byGET /fapi/v2/ticker/priceGET /fapi/v2/balance: deprecated, replaced byGET /fapi/v3/balanceGET /fapi/v2/account: deprecated, replaced byGET /fapi/v3/accountGET /fapi/v2/positionRisk: deprecated, replaced byGET /fapi/v3/positionRisk
-
CM_Futures:
GET /dapi/v1/income: Add parameterpagefor paginationPOST /dapi/v1/order: Add parameterspriceMatchandselfTradePreventionMode
-
Update Websocket connection exceptions: Add
_handle_exceptionmethod to handle exceptions
- CM_Futures:
/dapi/v1/pmExchangeInfo
- UM_Futures:
GET /v1/pmExchangeInfo
- Add proxy support for websockets
- Remove support for Python 3.7
- Change
User-Agent
- Fixed
modify_order(PUT /fapi/v1/order) Endpoint by correctly adding thepriceparameter
- Implemented Modify Order (
PUT /fapi/v1/order) -modify_orderfor UM Futures.
- Redesign of Websocket part. Please consult
README.mdfor details on its new usage.
- Merge #68
- RSA Key support
- Python 3.6 Support Deprecated
- New endpoint
GET /fapi/v1/pmExchangeInfoto get current Portfolio Margin exchange trading rules.
- New endpoint
GET /dapi/v1/pmExchangeInfoto get current Portfolio Margin exchange trading rules.
symbolis no longer a required parameter inGET /fapi/v1/premiumIndex
- Fix encoding issue of parameters in
DELETE /fapi/v1/batchOrders
- Fix import path error in example files
- New endpoint
GET /fapi/v1/income/asynto get Download Id For Futures Transaction History - New endpoint
GET /fapi/v1/income/asyn/idto get Futures Transaction History Download Link by Id
- Refactor the connector