- 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