Getting Started

Installation

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

pip install python-bigone

Register on BigONE

Firstly register an account with BigONE.

Generate an API Key

To use signed account methods you are required to create an API Key and store it.

Initialise the client

Pass your API Key and Secret

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

API Rate Limit

No information