diff --git a/README.md b/README.md index bf74d5d02..02a51c45f 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. @@ -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 ```