Metadata-Version: 2.1
Name: python-coincall
Version: 0.0.9
Summary: Python SDK for Coincall
Home-page: https://docs.coincall.com
Author: coincall_api
Author-email: api@coincall.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

### Overview
This is an unofficial Python wrapper for the [Coincall exchange API](https://docs.coincall.com)

If you came here looking to purchase cryptocurrencies from the Coincall exchange, please go [here](https://www.coincall.com/).

#### 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

```python
pip install python-coincall
```

