Prerequisites
- You have installed Python 3.7 or newer.
- Follow the instructions in Preparation for development environment to set up your Cobo account and create your organization. If an organization has already been set up, ask your organization admin to invite you to join the organization.
- Follow the instructions in Send your first request to generate an API key and an API secret, and register the API key on Cobo Portal.
Install the SDK
-
Install the SDK using the pip install command.
Open a terminal window and run the following command:
Replace {VERSION} with the lastest version number, for example,
1.2.0. Obtain the latest version number from the GitHub repository.-
Import the package in your project files as follows:
