Skip to content

Commit 816c8ef

Browse files
aisling-2izahariev
andauthored
Rc v1.15.0 (#41)
* Updated spot_api.yaml Updated the description of /sapi/v1/giftcard/buyCode and /sapi/v1/giftcard/createCode. The word "sufficient" was written with a special character. Because of this compilation of generated client failed with "error: unmappable character (0x81) for encoding windows-1252". * version 1.15.0 --------- Co-authored-by: izahariev <[email protected]>
1 parent caa308b commit 816c8ef

File tree

2 files changed

+251
-120
lines changed

2 files changed

+251
-120
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## 1.15.0 - 2023-04-26
4+
### Added
5+
- New response fields `defaultSelfTradePreventionMode` and `allowedSelfTradePreventionModes` to `GET /api/v3/exchangeInfo`.
6+
- New response field `selfTradePreventionMode` to the following endpoints:
7+
- `POST /api/v3/order`
8+
- `POST /api/v3/order/oco`
9+
- `POST /api/v3/order/cancelReplace`
10+
- `GET /api/v3/order`
11+
- `DELETE /api/v3/order`
12+
- `DELETE /api/v3/orderList`
13+
- New response field `requireSelfTradePrevention` to `GET /api/v3/account`.
14+
- New response field `workingTime` to the following endpoints:
15+
- `POST /api/v3/order`
16+
- `GET /api/v3/order`
17+
- `POST /api/v3/order/cancelReplace`
18+
- `POST /api/v3/order/oco`
19+
- `GET /api/v3/openOrders`
20+
- `GET /api/v3/allOrders`
21+
- New response field `commissionRates` to `GET /api/v3/acccount`.
22+
23+
### Removed
24+
- Discontinued endpoints `POST /sapi/v1/sub-account/subAccountApi/ipRestriction` and `POST /sapi/v1/sub-account/subAccountApi/ipRestriction/ipList`.
25+
26+
### Changed
27+
- Replace `sufficient` word (contains special character) with `sufficient`.
28+
329
## 1.14.0 - 2022-12-23
430
### Added
531
VIP Loans:

0 commit comments

Comments
 (0)