GET /sapi/v1/bswap/poolConfigure
to get pool configureGET /sapi/v1/bswap/addLiquidityPreview
to get add liquidity previewGET /sapi/v1/margin/isolated/accountLimit
to get remove liquidity preview- Axios version upgrade to
0.21.4
GET /sapi/v1/capital/withdraw/history
has a new optional field withdrawOrderIdDELETE /sapi/v1/margin/isolated/account
to disable isolated margin account for a specific symbolPOST /sapi/v1/margin/isolated/account
to enable isolated margin account for a specific symbolGET /sapi/v1/margin/isolated/accountLimit
to query enabled isolated margin account limit
- Fix on websocket close event detection logic
POST /sapi/v1/asset/transfer
andGET /sapi/v1/asset/transfer
optional fieldsfromSymbol
,toSymbol
POST /sapi/v1/margin/order/oco
create a margin account OCO orderDELETE /sapi/v1/margin/orderList
cancel a margin account OCO orderGET /sapi/v1/margin/orderList
query OCO orders under a margin accountGET /sapi/v1/margin/allOrderList
query all OCO orders under a margin accountGET /sapi/v1/margin/openOrderList
query open OCO orders under a margin account
GET /sapi/v1/c2c/orderMatch/listUserOrderHistory
to query user C2C trade historyGET api/v3/myTrades
has a new optional field orderId
GET /sapi/v1/fiat/orders
to query user fiat deposit and withdraw historyGET /sapi/v1/fiat/payments
to query user fiat payments history
- First release, please find details from
README.md