An async library for Poloniex api
Project description
An async library for Poloniex api with builtin requests rate control.
This library is still exerimental.
Install
A pip package is available.
pip3 install poloniex-aio
Usage
Full documentation available at readthedocs
from poloniex_aio import public
async def printTicker():
async with aiohttp.ClientSession() as client:
res = await public.returnTicker(client)
print(res)
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
poloniex_aio-0.2.0.tar.gz
(10.5 kB
view details)
File details
Details for the file poloniex_aio-0.2.0.tar.gz.
File metadata
- Download URL: poloniex_aio-0.2.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d57c2b4170840b6e427dce9e826cc532eaf6bb2bde8eda09be57a698ff8b1ccd
|
|
| MD5 |
3720aab8298b4b7cae52704793156969
|
|
| BLAKE2b-256 |
1d944f60811ae28e21b5ad489f4acd7aadb5bf99a997e718912b04a20cfb9701
|