Hi Guys!
Anyone using the VALR API?
I am using Go/Golang and I can authenticate and get the Orderbook, no problem.
But Oh misery! when I try and get anything done where a POST transaction needs to be performed, my frigging signature just seems to be wrong EVERY TIME!!!
Even re-wrote in Python and STILL get the dang incorrect signature error.
See, when doing a GET, the body seems to be optional, but with POST, it seems the body must be populated (when you calculate your Signature). But something just does not work once you add your body... It has been driving me up the walls!!!
So if anyone else maybe has some pointers, will be much appreciated.
Did log a ticket with their Support, but always nice to pick the brain of a fellow crypto-nerd
I can share my Go and Python scrips (very basic for testing).
Thanks
Anyone using the VALR API?
I am using Go/Golang and I can authenticate and get the Orderbook, no problem.
But Oh misery! when I try and get anything done where a POST transaction needs to be performed, my frigging signature just seems to be wrong EVERY TIME!!!
Even re-wrote in Python and STILL get the dang incorrect signature error.
See, when doing a GET, the body seems to be optional, but with POST, it seems the body must be populated (when you calculate your Signature). But something just does not work once you add your body... It has been driving me up the walls!!!
So if anyone else maybe has some pointers, will be much appreciated.
Did log a ticket with their Support, but always nice to pick the brain of a fellow crypto-nerd
I can share my Go and Python scrips (very basic for testing).
Thanks