|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 8.0.0 - 2025-12-31 |
| 4 | + |
| 5 | +### Added (4) |
| 6 | + |
| 7 | +#### REST API |
| 8 | + |
| 9 | +- `orderListOpo()` (`POST /api/v3/orderList/opo`) |
| 10 | +- `orderListOpoco()` (`POST /api/v3/orderList/opoco`) |
| 11 | + |
| 12 | +#### WebSocket API |
| 13 | + |
| 14 | +- `orderListPlaceOpo()` (`orderList.place.opo` method) |
| 15 | +- `orderListPlaceOpoco()` (`orderList.place.opoco` method) |
| 16 | + |
| 17 | +### Changed (6) |
| 18 | + |
| 19 | +#### REST API |
| 20 | + |
| 21 | +- Added parameter `symbolStatus` |
| 22 | + - affected methods: |
| 23 | + - `depth()` (`GET /api/v3/depth`) |
| 24 | + - `ticker()` (`GET /api/v3/ticker`) |
| 25 | + - `ticker24hr()` (`GET /api/v3/ticker/24hr`) |
| 26 | + - `tickerBookTicker()` (`GET /api/v3/ticker/bookTicker`) |
| 27 | + - `tickerPrice()` (`GET /api/v3/ticker/price`) |
| 28 | + - `tickerTradingDay()` (`GET /api/v3/ticker/tradingDay`) |
| 29 | +- Modified response for `exchangeInfo()` (`GET /api/v3/exchangeInfo`): |
| 30 | + - `symbols`.items: property `opoAllowed` added |
| 31 | + - `symbols`.items: item property `opoAllowed` added |
| 32 | + |
| 33 | +- Marked `orderOco()` (`POST /api/v3/order/oco`) as deprecated. |
| 34 | + |
| 35 | +#### WebSocket API |
| 36 | + |
| 37 | +- Added parameter `symbolStatus` |
| 38 | + - affected methods: |
| 39 | + - `depth()` (`depth` method) |
| 40 | + - `ticker()` (`ticker` method) |
| 41 | + - `ticker24hr()` (`ticker.24hr` method) |
| 42 | + - `tickerBook()` (`ticker.book` method) |
| 43 | + - `tickerPrice()` (`ticker.price` method) |
| 44 | + - `tickerTradingDay()` (`ticker.tradingDay` method) |
| 45 | +- Modified response for `exchangeInfo()` (`exchangeInfo` method): |
| 46 | + - `result`.`symbols`.items: property `opoAllowed` added |
| 47 | + - `result`.`symbols`.items: item property `opoAllowed` added |
| 48 | + |
| 49 | +- Marked `orderListPlace()` (`orderList.place` method) as deprecated. |
| 50 | + |
| 51 | +### Removed (7) |
| 52 | + |
| 53 | +#### REST API |
| 54 | + |
| 55 | +- `deleteUserDataStream()` (`DELETE /api/v3/userDataStream`) |
| 56 | +- `newUserDataStream()` (`POST /api/v3/userDataStream`) |
| 57 | +- `putUserDataStream()` (`PUT /api/v3/userDataStream`) |
| 58 | + |
| 59 | +#### WebSocket API |
| 60 | + |
| 61 | +- `/userDataStream.ping()` (`userDataStream.ping` method) |
| 62 | +- `/userDataStream.start()` (`userDataStream.start` method) |
| 63 | +- `/userDataStream.stop()` (`userDataStream.stop` method) |
| 64 | + |
| 65 | +#### WebSocket Streams |
| 66 | + |
| 67 | +- `/!ticker@arr()` (`!ticker@arr` stream) |
| 68 | + |
3 | 69 | ## 7.0.0 - 2025-10-21 |
4 | 70 |
|
5 | 71 | ### Added (2) |
|
0 commit comments