|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 3.3.0 - 2024-06-19 |
| 4 | +### Changed |
| 5 | +- Upgraded dependencies |
| 6 | +- Updated default testnet Websocket API URL to `wss://ws-api.testnet.binance.vision` |
| 7 | +- Updated default testnet Websocket Stream URL to `wss://stream.testnet.binance.vision` |
| 8 | + |
| 9 | +### Removed |
| 10 | +- Deleted deprecated Bswap, Margin and Staking endpoints, namely: |
| 11 | + - Bswap |
| 12 | + - `GET /sapi/v1/bswap/pools` |
| 13 | + - `GET /sapi/v1/bswap/liquidity` |
| 14 | + - `POST /sapi/v1/bswap/liquidityAdd` |
| 15 | + - `POST /sapi/v1/bswap/liquidityRemove` |
| 16 | + - `GET /sapi/v1/bswap/liquidityOps` |
| 17 | + - `GET /sapi/v1/bswap/quote` |
| 18 | + - `POST /sapi/v1/bswap/swap` |
| 19 | + - `GET /sapi/v1/bswap/swap` |
| 20 | + - `GET /sapi/v1/bswap/poolConfigure` |
| 21 | + - `GET /sapi/v1/bswap/addLiquidityPreview` |
| 22 | + - `GET /sapi/v1/bswap/removeLiquidityPreview` |
| 23 | + - `GET /sapi/v1/bswap/unclaimedRewards` |
| 24 | + - `POST /sapi/v1/bswap/claimRewards` |
| 25 | + - `GET /sapi/v1/bswap/claimedHistory` |
| 26 | + |
| 27 | + - Margin |
| 28 | + - `POST /sapi/v1/margin/transfer` |
| 29 | + - `POST /sapi/v1/margin/isolated/transfer` |
| 30 | + - `POST /sapi/v1/margin/loan` |
| 31 | + - `POST /sapi/v1/margin/repay` |
| 32 | + - `GET /sapi/v1/margin/isolated/transfer` |
| 33 | + - `GET /sapi/v1/margin/asset` |
| 34 | + - `GET /sapi/v1/margin/pair` |
| 35 | + - `GET /sapi/v1/margin/isolated/pair` |
| 36 | + - `GET /sapi/v1/margin/loan` |
| 37 | + - `GET /sapi/v1/margin/repay` |
| 38 | + - `GET /sapi/v1/margin/dribblet` |
| 39 | + - `GET /sapi/v1/margin/dust` |
| 40 | + - `POST /sapi/v1/margin/dust` |
| 41 | + |
| 42 | + - Staking |
| 43 | + - `GET /sapi/v1/staking/productList` |
| 44 | + - `POST /sapi/v1/staking/purchase` |
| 45 | + - `POST /sapi/v1/staking/redeem` |
| 46 | + - `GET /sapi/v1/staking/position` |
| 47 | + - `GET /sapi/v1/staking/stakingRecord` |
| 48 | + - `POST /sapi/v1/staking/setAutoStaking` |
| 49 | + - `GET /sapi/v1/staking/personalLeftQuota` |
| 50 | + |
3 | 51 | ## 3.2.0 - 2023-12-22 |
4 | 52 |
|
5 | 53 | ### Added |
|
0 commit comments