Metadata-Version: 2.1
Name: coingate-interface
Version: 1.0.1
Summary: Coingate API for humans
Home-page: UNKNOWN
Author: fly1ngDream
Author-email: fly1ngDream@protonmail.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

### Coingate API for humans

#### Usage:

```
client = CoingateAPIClient('token')
```

##### Options:

```
create_order(price_amount, price_currency, title, description)


get_order(order_id)


get_orders()
```


