-
UM_Futures:
GET /fapi/v1/fundingInfo
GET /futures/data/delivery-price
GET /fapi/v1/constituents
GET /fapi/v1/accountConfig
GET /fapi/v1/symbolConfig
GET /fapi/v1/rateLimit/order
GET /fapi/v1/order/asyn
GET /fapi/v1/order/asyn/id
GET /fapi/v1/trade/asyn
GET /fapi/v1/trade/asyn/id
POST /fapi/v1/feeBurn
GET /fapi/v1/feeBurn
GET /fapi/v1/convert/exchangeInfo
POST /fapi/v1/convert/getQuote
POST /fapi/v1/convert/acceptQuote
GET /fapi/v1/convert/orderStatus
- Websocket Stream
mark_price_all_market
-
CM_Futures:
GET /dapi/v1/income/asyn
GET /dapi/v1/constituents
-
UM_Futures:
GET /fapi/v1/income
: Add parameterpage
for paginationPOST /fapi/v1/order
: Add parametersselfTradePreventionMode
,priceMatch
andgoodTillDate
POST /fapi/v1/batchOrders
: Add parameterspriceMatch
,selfTradePreventionMode
andgoodTillDate
GET /fapi/v1/ticker/price
: deprecated, replaced byGET /fapi/v2/ticker/price
GET /fapi/v2/balance
: deprecated, replaced byGET /fapi/v3/balance
GET /fapi/v2/account
: deprecated, replaced byGET /fapi/v3/account
GET /fapi/v2/positionRisk
: deprecated, replaced byGET /fapi/v3/positionRisk
-
CM_Futures:
GET /dapi/v1/income
: Add parameterpage
for paginationPOST /dapi/v1/order
: Add parameterspriceMatch
andselfTradePreventionMode
-
Update Websocket connection exceptions: Add
_handle_exception
method 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 theprice
parameter
- Implemented Modify Order (
PUT /fapi/v1/order
) -modify_order
for UM Futures.
- Redesign of Websocket part. Please consult
README.md
for details on its new usage.
- Merge #68
- RSA Key support
- Python 3.6 Support Deprecated
- New endpoint
GET /fapi/v1/pmExchangeInfo
to get current Portfolio Margin exchange trading rules.
- New endpoint
GET /dapi/v1/pmExchangeInfo
to get current Portfolio Margin exchange trading rules.
symbol
is 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/asyn
to get Download Id For Futures Transaction History - New endpoint
GET /fapi/v1/income/asyn/id
to get Futures Transaction History Download Link by Id
- Refactor the connector