My goal is to send a Post request by using Coinbase API.
In the documentation (coinbase), it is specified that the body of the request should be added to the prehash string for message signature.
I am wondering what is the format of this body that I have to sent. Possible way I think I could do that :
- concatenation of only the values
value1+value2+value3
key=value
seperated with&
- other way ?