https://github.com/narumiruna/maicoin
WIP: A Python package for MaiCoin MAX API
https://github.com/narumiruna/maicoin
crypto cryptocurrency exchange maicoin max
Last synced: 6 months ago
JSON representation
WIP: A Python package for MaiCoin MAX API
- Host: GitHub
- URL: https://github.com/narumiruna/maicoin
- Owner: narumiruna
- License: mit
- Created: 2022-03-11T05:00:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T08:24:23.000Z (11 months ago)
- Last Synced: 2025-01-31T17:58:10.545Z (8 months ago)
- Topics: crypto, cryptocurrency, exchange, maicoin, max
- Language: Python
- Homepage:
- Size: 375 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# maicoin
A Python package for MaiCoin MAX API
## Usage
Install package
```shell
pip install .
```Create `.env` file
```
MAX_API_KEY=
MAX_API_SECRET=
```Run [example.py](example.py):
```shell
python example.py
```## To-Do List
- [x] [WebSocket API](https://maicoin.github.io/max-websocket-docs)
- [x] Public channels
- [x] Subscribe
- [x] Unsubscribe
- [x] Orderbook
- [x] Trade
- [x] Ticker
- [x] Kline
- [x] Market Status
- [x] Authentication
- [x] Private channels
- [x] Order
- [x] Trade
- [x] Account
- [ ] [HTTP API](https://max.maicoin.com/documents/api_list/v2)