Skip to main content

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

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python-coincall-0.1.0.tar.gz (7.6 kB view details)

Uploaded Source

Built Distribution

python_coincall-0.1.0-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

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

Hashes for python-coincall-0.1.0.tar.gz
Algorithm Hash digest
SHA256 edfacc983e126ae3b2a0565120607c9cd7e394e5ff610bc8e98d66fc010f2d53
MD5 1526ed0b6c99b17594aff62862c2fc92
BLAKE2b-256 db0e331cf866cc2c33dbe317695c0fc36ee767c97539b59c617f0b97364f5bb1

See more details on using hashes here.

File details

Details for the file python_coincall-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for python_coincall-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4b0de227d7cc4dc60b92bc04461763ffb6d4e622302bfab44633552e1344a2ea
MD5 3451a17c0f6754dd4b9deba106fba47a
BLAKE2b-256 4b5a30d2a6a1f0c26a259459eb3d2b95c936c0d8e998d96633c3e158abd97c44

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page