Open yungsoros opened 6 years ago
Hi @yungsoros
The following sample Python should work: https://github.com/BTCMarkets/api-client-python/blob/master/btcmarkets.py
Please feel free to run the sample or use it as a reference implementation.
Thanks.
Regards, Martin
Hi,
I keep getting "Bad request" errors when passing POST requests to the API. There's no issue with GETs, so I am fairly certain the problem lies with the request body. Here's my code snippet, using python3, the base64, hmac, hashlib and requests libraries.
Any ideas what I might be doing wrong? Any help is appreciated.