Introduction
Welcome to the BuyCoins Python library documentation page.
Last updated
Was this helpful?
Welcome to the BuyCoins Python library documentation page.
Last updated
Was this helpful?
The allows interactions with the BuyCoins API from applications written in Python.
Begin by installing the package from the PyPi repository:
Next, create an auth_key variable in a .env
file:
If you haven't gotten your public and private key, refer to .
Test your installation from a python console:
If any of the above commands fails, appropriate error messages are displayed.
A 401 error is returned when an invalid auth_key
value is set:
The core features of the package are:
Buying & Selling supported cryptocurrencies (Bitcoin, Ethereum, Litecoin) using the P2P class.
Sending supported currencies to external addresses and generating addresses to receive supported currencies using the Wallet class.
Verifying webhook events using the Webhook class.
Generating deposit bank accounts to top up your account using the NGNT class.
The BuyCoins API is hosted on .