You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

5
+
[](https://central.sonatype.com/artifact/io.github.binance/binance-algo)
@@ -30,7 +30,7 @@ This is a client library for the Binance Algo API, enabling developers to intera
30
30
31
31
## Installation
32
32
33
-
To use this library, ensure your environment is running Java version **17** or newer.
33
+
To use this library, ensure your environment is running Java version **11** or newer.
34
34
35
35
Then add dependency to pom.xml:
36
36
@@ -44,11 +44,11 @@ Then add dependency to pom.xml:
44
44
45
45
## Documentation
46
46
47
-
For detailed information, refer to the [Binance API Documentation](https://developers.binance.com/docs/%{productName%}).
47
+
For detailed information, refer to the [Binance API Documentation](https://developers.binance.com/docs/algo).
48
48
49
49
### REST APIs
50
50
51
-
All REST API endpoints are available through the [`rest-api`](./src/main/java/com/binance/connector/client/%{productName%}/rest) module. Note that some endpoints require authentication using your Binance API credentials.
51
+
All REST API endpoints are available through the [`rest`](./src/main/java/com/binance/connector/client/algo/rest) module. Note that some endpoints require authentication using your Binance API credentials.
@@ -68,7 +68,7 @@ public static void main(String[] args) {
68
68
}
69
69
```
70
70
71
-
More examples can be found in the [`examples/rest-api`](./examples/algo/src/main/java/com/binance/connector/client/algo/rest) folder.
71
+
More examples can be found in the [`examples/rest`](./../../examples/algo/src/main/java/com/binance/connector/client/algo/rest) folder.
72
72
73
73
#### Configuration Options
74
74
@@ -107,10 +107,6 @@ Enable or disable response compression. See the [Compression example](./docs/res
107
107
108
108
Configure the number of retry attempts and delay in milliseconds between retries for failed requests. See the [Retries example](./docs/rest-api/retries.md) for detailed usage.
109
109
110
-
##### HTTPS Agent
111
-
112
-
Customize the HTTPS agent for advanced TLS configurations. See the [HTTPS Agent example](./docs/rest-api/httpsAgent.md) for detailed usage.
113
-
114
110
##### Key Pair Based Authentication
115
111
116
112
The REST API supports key pair-based authentication for secure communication. You can use `RSA` or `ED25519` keys for signing requests. See the [Key Pair Based Authentication example](./docs/rest-api/key-pair-authentication.md) for detailed usage.
@@ -134,7 +130,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.

6
+
[](https://central.sonatype.com/artifact/io.github.binance/binance-auto-invest)
@@ -30,7 +31,7 @@ This is a client library for the Binance Algo API, enabling developers to intera
30
31
31
32
## Installation
32
33
33
-
To use this library, ensure your environment is running Java version **17** or newer.
34
+
To use this library, ensure your environment is running Java version **11** or newer.
34
35
35
36
Then add dependency to pom.xml:
36
37
@@ -44,11 +45,11 @@ Then add dependency to pom.xml:
44
45
45
46
## Documentation
46
47
47
-
For detailed information, refer to the [Binance API Documentation](https://developers.binance.com/docs/%{productName%}).
48
+
For detailed information, refer to the [Binance API Documentation](https://developers.binance.com/docs/auto_invest).
48
49
49
50
### REST APIs
50
51
51
-
All REST API endpoints are available through the [`rest-api`](./src/main/java/com/binance/connector/client/%{productName%}/rest) module. Note that some endpoints require authentication using your Binance API credentials.
52
+
All REST API endpoints are available through the [`rest`](./src/main/java/com/binance/connector/client/auto_invest/rest) module. Note that some endpoints require authentication using your Binance API credentials.
@@ -68,7 +69,7 @@ public static void main(String[] args) {
68
69
}
69
70
```
70
71
71
-
More examples can be found in the [`examples/rest-api`](./examples/auto-invest/src/main/java/com/binance/connector/client/auto-invest/rest) folder.
72
+
More examples can be found in the [`examples/rest`](./../../examples/auto-invest/src/main/java/com/binance/connector/client/auto_invest/rest) folder.
72
73
73
74
#### Configuration Options
74
75
@@ -107,10 +108,6 @@ Enable or disable response compression. See the [Compression example](./docs/res
107
108
108
109
Configure the number of retry attempts and delay in milliseconds between retries for failed requests. See the [Retries example](./docs/rest-api/retries.md) for detailed usage.
109
110
110
-
##### HTTPS Agent
111
-
112
-
Customize the HTTPS agent for advanced TLS configurations. See the [HTTPS Agent example](./docs/rest-api/httpsAgent.md) for detailed usage.
113
-
114
111
##### Key Pair Based Authentication
115
112
116
113
The REST API supports key pair-based authentication for secure communication. You can use `RSA` or `ED25519` keys for signing requests. See the [Key Pair Based Authentication example](./docs/rest-api/key-pair-authentication.md) for detailed usage.
@@ -134,7 +131,7 @@ If `basePath` is not provided, it defaults to `https://api.binance.com`.
0 commit comments