Added - Universal transfer types `MAIN_PAY`, `PAY_MAIN`, `ISOLATEDMARGIN_MARGIN`,`MARGIN_ISOLATEDMARGIN`,`ISOLATEDMARGIN_ISOLATEDMARGIN` - New endpoints for Margin OCO orders: - `POST /sapi/v1/margin/order/oco` to send new margin OCO order - `DELETE /sapi/v1/margin/orderList` to cancel margin OCO order - `GET /sapi/v1/margin/orderList` to query a margin OCO order - `GET /sapi/v1/margin/allOrderList` to query all margin OCO orders - `GET /sapi/v1/margin/openOrderList` to query open margin OCO orders - New endpoints for Isolated Margin: - `DELETE /sapi/v1/margin/isolated/account` to disable isolated margin account for a specific symbol - `POST /sapi/v1/margin/isolated/account` to enable isolated margin account for a specific symbol - `GET /sapi/v1/margin/isolated/accountLimit` to query num of enabled isolated margin accounts and its max limit - New endpoints for BSwap: - `GET /sapi/v1/bswap/poolConfigure` to get pool configure - `GET /sapi/v1/bswap/addLiquidityPreview` to calculate expected share amount for adding liquidity in single or dual token - `GET /sapi/v1/bswap/removeLiquidityPreview` to calculate expected asset amount of single token redemption or dual token redemption
1.5.0
Changed - `GET api/v3/exchangeInfo` now supports single or multi-symbol query - `GET api/v3/myTrades` has a new optional field `orderId`
Added - `GET /sapi/v1/c2c/orderMatch/listUserOrderHistory` to query user C2C trade history
1.4.0
Added - New Fiat endpoints: - `GET /sapi/v1/fiat/orders` to query user fiat deposit and withdraw history - `GET /sapi/v1/fiat/payments` to query user fiat payments history
Fixed - Typo in `margin_max_transferable`
1.3.0
Added - New endpoints for Wallet: - `POST /sapi/v1/asset/get-funding-asset` to query funding wallet, includes Binance Pay, Binance Card, Binance Gift Card, Stock Token - `GET /sapi/v1/account/apiRestrictions` to query user API Key permission