David

Results 4 issues of David

The buy / post functions are missing the optional post_only flag. e.g: `{ "id": "d0c5340b-6d6c-49d9-b567-48c4bfca13d2", "price": "0.10000000", "size": "0.01000000", "product_id": "BTC-USD", "side": "buy", "stp": "dc", "type": "limit", "time_in_force": "GTC", "post_only":...

If you try to cancel an order through this API you get a 400 Bad Request error I managed to track it down to the payload that is being used...

I'm writing a script to subscribe to the authenticated "user" channel using the code below (which used orderbook.py as its basis) and I'm passing the api_key/api_secret and passphrase through (I've...

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....