Getting Started

Installation

python-allcoin is available on PYPI. Install with pip:

pip install python-allcoin

Register on Allcoin

Firstly register an account with Allcoin.

Generate an API Key

To use signed account methods you are required to verify to create a Transaction Password and then create an API Key and apply appropriate permissions.

Initialise the client

Pass your API Key and Secret

from allcoin.client import Client
client = Client(api_key, api_secret)

API Rate Limit

Unknown