Python SDK for Coincall
Project description
Overview
This is an unofficial Python wrapper for the Coincall exchange API
If you came here looking to purchase cryptocurrencies from the Coincall exchange, please go here.
Source code
https://github.com/Coincall-exchange/python-coincall
Features
- Implementation of all Rest API endpoints.
Quick start
Prerequisites
python version:>=3.9
WebSocketAPI: websockets package advise version 6.0
Step 1: register an account on Coincall and apply for an API key
- Register for an account: https://www.coincall.com/signup
- Apply for an API key: https://www.coincall.com/account/apikeys
Step 2: install python-coincall
pip install python-coincall
Step 3: Run examples
- availabel modules
from coincall import User, Public, Futures, Options, Referral
- fill in API credentials when use a module with a SIGNED endpoint:
api_key = 'Your API Key'
api_secret_key = 'Your API Secret'
- public module usage:
publicApi = Public.PublicAPI()
print(publicApi.get_server_time())
- SIGNED endpoint module:
userApi = User.UserAPI(api_key, api_secret_key)
print(userApi.get_user_info())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-coincall-0.1.0.tar.gz.
File metadata
- Download URL: python-coincall-0.1.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
edfacc983e126ae3b2a0565120607c9cd7e394e5ff610bc8e98d66fc010f2d53
|
|
| MD5 |
1526ed0b6c99b17594aff62862c2fc92
|
|
| BLAKE2b-256 |
db0e331cf866cc2c33dbe317695c0fc36ee767c97539b59c617f0b97364f5bb1
|
File details
Details for the file python_coincall-0.1.0-py3-none-any.whl.
File metadata
- Download URL: python_coincall-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4b0de227d7cc4dc60b92bc04461763ffb6d4e622302bfab44633552e1344a2ea
|
|
| MD5 |
3451a17c0f6754dd4b9deba106fba47a
|
|
| BLAKE2b-256 |
4b5a30d2a6a1f0c26a259459eb3d2b95c936c0d8e998d96633c3e158abd97c44
|