Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Make small changes to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
craysiii committed Jan 28, 2018
1 parent 8400680 commit 23533bb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,18 @@ Or install it yourself as:

#### Current

* Basic implementation of public, account, and withdraw REST API endpoints
* Basic implementation of REST API
* Easy to use authentication
* Methods return parsed JSON
* No need to generate timestamps
* No need to generate signatures
* Basic implementation of WebSocket API
* Pass procs or lambdas to event handlers
* Single and multiple streams supported
* Runs on EventMachine

#### Planned

* Implementation of the User Data Stream API
* Exception handling with responses
* High level abstraction

Expand Down Expand Up @@ -80,7 +82,7 @@ client.deposit_address asset: 'NEO'
# => {"address"=>"AHXeTWYv8qZQhQ2WNrBza9LHyzdZtFnbaT", "success"=>true, "addressTag"=>"", "asset"=>"NEO"}
```

Required and optional parameters, as well as enum values, can currently be found on the [Binance API Page](https://www.binance.com/restapipub.html). Parameters should always be passed to client methods as keyword arguments, with the same capitalization and spelling.
Required and optional parameters, as well as enum values, can currently be found on the [Binance API Page](https://www.binance.com/restapipub.html) or in the individual method comments. Parameters should always be passed to client methods as keyword arguments, with the same capitalization and spelling.

#### WebSocket Client

Expand Down

0 comments on commit 23533bb

Please sign in to comment.