gdax-python-api
gdax-python-api copied to clipboard
No information how to retrieve other WebSocket informat
The examples for the module show how to subscribe to a websocket for the Orderbook, and it shows you how to use the REST API interface to place an order.
However, there is no information or instructions on how to subscribe to a websocket to see the status of those orders or to receive live updates for those orders or your account. Yes, one could use the REST interface, but that doesn't inform you as and when things happen.