Nov-17-2019, 12:06 PM
I'm requesting a tutorial/ help on how to create a new HMAC using SHA512 to send a get request to Bittrex.com's API to place a buy/sell/etc order/request.
I know how to do requests that are public but am having a really tough time finding how to create a new HMAC.
The internet desperately needs a basic explanation on these two or three topics, because I have searched youtube, forums, google search results, modules' code on github, api documentations like on Bittrex itself, and even bought 3 courses on Udemy.
NOTHING is explaining the entire process of creating a new HMAC request.
I am gladly ready to send anyone who helps me learn how to do this a tip in Bitcoin, because I would appreciate help that much.
Or also just pointing me somewhere to learn about HMAC, hashlib, and anything else that I may be missing such as UTF-8 encoding, ASCII encoding, bytearray, or anything else that could be where I'm going wrong.
Just in case I was unclear, my goal here is this:
To be able to write something similar to this:
I know how to do requests that are public but am having a really tough time finding how to create a new HMAC.
The internet desperately needs a basic explanation on these two or three topics, because I have searched youtube, forums, google search results, modules' code on github, api documentations like on Bittrex itself, and even bought 3 courses on Udemy.
NOTHING is explaining the entire process of creating a new HMAC request.
I am gladly ready to send anyone who helps me learn how to do this a tip in Bitcoin, because I would appreciate help that much.
Or also just pointing me somewhere to learn about HMAC, hashlib, and anything else that I may be missing such as UTF-8 encoding, ASCII encoding, bytearray, or anything else that could be where I'm going wrong.
Just in case I was unclear, my goal here is this:
To be able to write something similar to this:
If bitcoin_price >= 10000: then buy_bitcoin