From 475b0bc6a11aafb9c1c0bcbf3abc8c1b241c5a9f Mon Sep 17 00:00:00 2001 From: Mehdi Shahdoost Date: Tue, 24 Nov 2020 21:23:53 +0330 Subject: [PATCH 1/2] fix Binance rest api documentation address Binance rest api address no longer exists (https://www.binance.com/restapipub.html) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf74d5d02..ba6b5fd38 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Java Binance API -binance-java-api is a lightweight Java library for interacting with the [Binance API](https://www.binance.com/restapipub.html), providing complete API coverage, and supporting synchronous and asynchronous requests, as well as event streaming using WebSockets. +binance-java-api is a lightweight Java library for interacting with the [Binance API](https://github.com/binance-exchange/binance-official-api-docs/blob/master/rest-api.md), providing complete API coverage, and supporting synchronous and asynchronous requests, as well as event streaming using WebSockets. ## Features * Support for synchronous and asynchronous REST requests to all [General](https://www.binance.com/restapipub.html#user-content-general-endpoints), [Market Data](https://www.binance.com/restapipub.html#user-content-market-data-endpoints), [Account](https://www.binance.com/restapipub.html#user-content-account-endpoints) endpoints, and [User](https://www.binance.com/restapipub.html#user-content-user-data-stream-endpoints) stream endpoints. From 2ceda697e1a861580ddc7d9896d4ae7ac5cdc1cb Mon Sep 17 00:00:00 2001 From: Mehdi Shahdoost Date: Tue, 24 Nov 2020 21:50:23 +0330 Subject: [PATCH 2/2] fix binance java api version fix Binance java api version in pom dependency on README.md file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba6b5fd38..02a51c45f 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ binance-java-api is a lightweight Java library for interacting with the [Binance com.binance.api binance-api-client - 1.0.0 + 1.0.1 ```