Closed damianobarbati closed 5 years ago
@damianobarbati client_oid
is an optional parameter. You receive HTTP 500 Error
because it must be a string. But if you simply change it to
client_oid='1'
you will receive HTTP 400 Error: Invalid client_oid
(see https://github.com/coinbase/coinbase-pro-node/issues/345)
Thanks @vansergen
The following snippet:
Results in:
But the order is correctly placed on the order book, as I can see funds removed from my account!