An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# BitBuy API Authentication Python
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](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.