Skip to content

Commit 51de2f5

Browse files
authored
Merge pull request #424 from binance/release_clients_2025_09_05
2 parents 0eb8d54 + fa785f5 commit 51de2f5

File tree

179 files changed

+1306
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

179 files changed

+1306
-338
lines changed

clients/algo/CHANGELOG.md

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

3+
## 1.4.0 - 2025-09-05
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.0.0`
8+
39
## 1.3.0 - 2025-08-22
410

511
### Changed (1)

clients/algo/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-algo"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Official Binance Algo SDK - A lightweight library that provides a convenient interface to Binance's Algo REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "2.0.0"
23+
binance-common = "3.0.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

clients/c2c/CHANGELOG.md

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

3+
## 1.4.0 - 2025-09-05
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.0.0`
8+
39
## 1.3.0 - 2025-08-22
410

511
### Changed (1)

clients/c2c/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-c2c"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Official Binance C2C SDK - A lightweight library that provides a convenient interface to Binance's C2C REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "2.0.0"
23+
binance-common = "3.0.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

clients/convert/CHANGELOG.md

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

3+
## 1.4.0 - 2025-09-05
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.0.0`
8+
39
## 1.3.0 - 2025-08-22
410

511
### Changed (1)

clients/convert/examples/rest_api/MarketData/list_all_convert_pairs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
# Create configuration for the REST API
1515
configuration_rest_api = ConfigurationRestAPI(
16-
api_key=os.getenv("API_KEY", ""),
17-
api_secret=os.getenv("API_SECRET", ""),
16+
api_key="CVp5zsxL61CJRCV7UJMZpDw4sgsDP1EUiLDLJvUFrrUXIdiAGYybe0gMDdB9pppG",
17+
api_secret="LIRgrJxa9vTw6gOxxheCLYDYpuMTiftdtwB8CUW09wlZVKrCswE7jWpWOiu9hEk0",
1818
base_path=os.getenv("BASE_PATH", CONVERT_REST_API_PROD_URL),
1919
)
2020

clients/convert/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-convert"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Official Binance Convert SDK - A lightweight library that provides a convenient interface to Binance's Convert REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "2.0.0"
23+
binance-common = "3.0.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

clients/copy_trading/CHANGELOG.md

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

3+
## 1.4.0 - 2025-09-05
4+
5+
### Changed (1)
6+
7+
- Updated `binance-common` library to version `3.0.0`
8+
39
## 1.3.0 - 2025-08-22
410

511
### Changed (1)

clients/copy_trading/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "binance-sdk-copy-trading"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Official Binance CopyTrading Connector - A lightweight library that provides a convenient interface to Binance's CopyTrading REST API"
55
authors = ["Binance"]
66
license = "MIT"
@@ -20,7 +20,7 @@ black = "^25.1.0"
2020
ruff = "^0.12.0"
2121
pycryptodome = "^3.17"
2222
aiohttp = "^3.9"
23-
binance-common = "2.0.0"
23+
binance-common = "3.0.0"
2424
pytest = { version = ">=6.2.5", optional = true }
2525

2626
[tool.poetry.extras]

clients/crypto_loan/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 2.0.0 - 2025-08-25
4+
5+
### Changed (5)
6+
7+
- Added parameter `collateralAmount`
8+
- affected methods:
9+
- `flexible_loan_borrow()` (`POST /sapi/v2/loan/flexible/borrow`)
10+
- Added parameter `loanAmount`
11+
- affected methods:
12+
- `flexible_loan_borrow()` (`POST /sapi/v2/loan/flexible/borrow`)
13+
14+
- Modified response for `flexible_loan_repay()` method (`POST /sapi/v2/loan/flexible/repay`):
15+
16+
- Modified response for `get_flexible_loan_repayment_history()` method (`GET /sapi/v2/loan/flexible/repay/history`):
17+
- Updated `binance-common` library to version `3.0.0`
18+
319
## 1.3.0 - 2025-08-22
420

521
### Changed (1)
@@ -21,4 +37,4 @@
2137

2238
## 1.0.0 - 2025-07-17
2339

24-
- Initial release
40+
- Initial release

0 commit comments

Comments
 (0)