|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 3.10.0 - 2024-11-29 |
| 4 | +### Added |
| 5 | +- Margin |
| 6 | + - `POST /sapi/v1/margin/order/oto` |
| 7 | + - `POST /sapi/v1/margin/order/otoco` |
| 8 | + |
| 9 | +- Portfolio |
| 10 | + - `GET /sapi/v2/portfolio/account` |
| 11 | + - `GET /sapi/v1/portfolio/balance` |
| 12 | + - `GET /sapi/v2/portfolio/collateralRate` |
| 13 | + |
| 14 | +- Simple Earn |
| 15 | + - `POST /sapi/v1/simple-earn/locked/setRedeemOption` |
| 16 | + |
| 17 | +- Staking |
| 18 | + - `GET /sapi/v2/eth-staking/account` |
| 19 | + - `GET /sapi/v1/eth-staking/eth/quota` |
| 20 | + - `POST /sapi/v2/eth-staking/eth/stake` |
| 21 | + - `POST /sapi/v1/eth-staking/eth/redeem` |
| 22 | + - `POST /sapi/v1/eth-staking/wbeth/wrap` |
| 23 | + - `GET /sapi/v1/eth-staking/eth/history/stakingHistory` |
| 24 | + - `GET /sapi/v1/eth-staking/eth/history/redemptionHistory` |
| 25 | + - `GET /sapi/v1/eth-staking/eth/history/rewardsHistory` |
| 26 | + - `GET /sapi/v1/eth-staking/eth/history/wbethRewardsHistory` |
| 27 | + - `GET /sapi/v1/eth-staking/eth/history/rateHistory` |
| 28 | + - `GET /sapi/v1/eth-staking/wbeth/history/wrapHistory` |
| 29 | + - `GET /sapi/v1/eth-staking/wbeth/history/unwrapHistory` |
| 30 | + |
| 31 | +- Wallet |
| 32 | + - `POST /sapi/v1/localentity/withdraw/apply` |
| 33 | + - `GET /sapi/v1/localentity/withdraw/history` |
| 34 | + - `PUT /sapi/v1/localentity/deposit/provide-info` |
| 35 | + - `GET /sapi/v1/localentity/deposit/history` |
| 36 | + |
| 37 | +- Websocket Stream |
| 38 | + - `<symbol>kline_<interval>+08:00` |
| 39 | + |
| 40 | +### Updated |
| 41 | +- Add parameters showPermissionSets and symbolStatus to `GET /api/v3/exchangeInfo` |
| 42 | +- Add parameter timeZone to `GET /api/v3/klines`, `GET /api/v3/uiKlines`, `klines` and `uiKlines` |
| 43 | +- Add parameter redeemTo to `POST /sapi/v1/simple-earn/locked/subscribe` |
| 44 | +- Add parameters `txId` and `includeSource` to `GET /sapi/v1/capital/deposit/hisrec` |
| 45 | +- Add parameter `idList` to `GET /sapi/v1/capital/withdraw/history` and `GET /sapi/v1/capital/deposit/subHisrec` |
| 46 | +- Update Documentation |
| 47 | +- Update `JSONDecodeError` error response |
| 48 | + |
| 49 | +### Removed |
| 50 | +- Crypto-loans |
| 51 | + - `GET /sapi/v1/loan/collateral/data` |
| 52 | + - `POST /sapi/v1/loan/borrow` |
| 53 | + - `POST /sapi/v1/loan/repay` |
| 54 | + - `POST /sapi/v1/loan/adjust/ltv` |
| 55 | + - `POST /sapi/v1/loan/customize/margin_call` |
| 56 | + - `GET /sapi/v1/loan/ongoing/orders` |
| 57 | + |
| 58 | + |
3 | 59 | ## 3.9.0 - 2024-10-02
|
4 | 60 |
|
5 | 61 | ### Removed
|
|
0 commit comments