AaioAsync
Fully async python wrapper for Aaio.io API
Installing
pip install AaioAsync
Code example
import asyncio
from AaioAsync import AaioAsync
aaio = AaioAsync("API Key", "Shop ID", "Secretkey №1")
async def main():
balance = await aaio.getbalance()
print('Доступно >>> ', balance.balance)
print('В холде >>> ', balance.hold)
print('Реферальный >>> ', balance.referral)
info = await aaio.getorderinfo('HelloAaio')
print('ID >>> ', info.order_id)
print('Сумма >>> ', info.amount)
print('Дата >>> ', info.date)
print('Валюта >>>', info.currency)
asyncio.run(main())
Output
Доступно >>> 122783.43
В холде >>> 10267.3
Реферальный >>> 3245.92
ID >>> HelloAaio
Сумма >>> 7510.0
Дата >>> 2023-07-29 23:21:20
Валюта >>> RUB
Docs
Go to https://wiki.aaio.io/ for more information about working with acquiring
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
AaioAsync-0.1.8.tar.gz
(4.7 kB
view details)
File details
Details for the file AaioAsync-0.1.8.tar.gz.
File metadata
- Download URL: AaioAsync-0.1.8.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2ce1a25a288be2678e9bd8e2357670958f6593d54f784c4f326321a94357083
|
|
| MD5 |
19e0f0263842cdda7a646caa672f6467
|
|
| BLAKE2b-256 |
c06c9e57b80fc4e60ec629f42e0698cb3d251af3560173ee882685a2f09e7b94
|