From d4466d2e0fe912f0ee616867d56759160d4e204e Mon Sep 17 00:00:00 2001 From: Nikolai Date: Sun, 26 May 2019 21:55:28 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c62423..c4e013c 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The script uses four ZeroMQ sockets: 3. `Live socket` - automatically pushes last candle when it closes. 4. `Streaming socket` - automatically pushes last transaction info every time it happens. -The idea is to send requests via `System socket` and recieve results/errors via `Data socket`. For `Live socket` and `Streaming socket` event handlers should be created because server sends data to theese sockets automatically. See examples in [Usage](#usage) section. +The idea is to send requests via `System socket` and recieve results/errors via `Data socket`. Event handlers should be created for `Live socket` and `Streaming socket` because server sends data to theese sockets automatically. See examples in [Usage](#usage) section. `System socket` request uses default JSON dictionary: @@ -73,7 +73,7 @@ Check out the available combinations of `action` and `actionType`: action | actionType | Description | -----------|----------------------|----------------------------| -CONFIG | None | Set script configuration | +CONFIG | None | Set script configuration | ACCOUNT | None | Get account settings | BALANCE | None | Get current balance | POSITIONS | None | Get current open positions |