https://github.com/banhao/bitbuy-api-authentication-python
This is a POC that converts BitBuy API Authentication Java code to Python.
https://github.com/banhao/bitbuy-api-authentication-python
api authentication bitbuy python3
Last synced: 11 months ago
JSON representation
This is a POC that converts BitBuy API Authentication Java code to Python.
- Host: GitHub
- URL: https://github.com/banhao/bitbuy-api-authentication-python
- Owner: banhao
- License: mit
- Created: 2021-03-28T05:38:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T04:02:50.000Z (over 3 years ago)
- Last Synced: 2025-01-08T18:13:01.703Z (over 1 year ago)
- Topics: api, authentication, bitbuy, python3
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitBuy API Authentication Python
[](https://www.python.org/)
This is a POC that converts BitBuy API Authentication Java code to Python
BitBuy API documents:
https://bitbuy.ca/assets/api/docs/#/?id=partner-api-key-endpoints
I used https://www.devglan.com/online-tools/hmac-sha256-online to verify my HMAC is correct or not.


So My code gave the same Hash value as the website results. But I still have [401] response from the API.
If anyone can help me figure out what's wrong with my code I'll be very appreciate.
BTW, I tried to contact BitBuy but they refused to supply any support about their API.