README: document new status update event

This commit is contained in:
Jacob Plaster
2019-07-19 14:33:31 +07:00
committed by Jacob Plaster
parent ef3dfe1d40
commit e35b7312a7

View File

@@ -114,6 +114,7 @@ The websocket exposes a collection of events that are triggered when certain dat
- `order_snapshot` (array[Order]): Initial open orders (Fired once) - `order_snapshot` (array[Order]): Initial open orders (Fired once)
- `positions_snapshot` (array): Initial open positions (Fired once) - `positions_snapshot` (array): Initial open positions (Fired once)
- `wallet_update` (Wallet): changes to the balance of wallets - `wallet_update` (Wallet): changes to the balance of wallets
- `status_update` (json): new platform status info
- `seed_candle` (json): initial past candle to prime strategy - `seed_candle` (json): initial past candle to prime strategy
- `seed_trade` (json): initial past trade to prime strategy - `seed_trade` (json): initial past trade to prime strategy
- `funding_offer_snapshot` (array): opening funding offer balances - `funding_offer_snapshot` (array): opening funding offer balances