https://github.com/akagi201/wootrade-sdk-py
Python SDK for WooX exchange
https://github.com/akagi201/wootrade-sdk-py
api crypto exchange rest sdk websocket woo
Last synced: 12 months ago
JSON representation
Python SDK for WooX exchange
- Host: GitHub
- URL: https://github.com/akagi201/wootrade-sdk-py
- Owner: Akagi201
- Created: 2023-09-26T09:38:09.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T02:19:25.000Z (over 2 years ago)
- Last Synced: 2025-01-08T23:25:56.961Z (over 1 year ago)
- Topics: api, crypto, exchange, rest, sdk, websocket, woo
- Language: Python
- Homepage: https://woo.org/
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wootrade-sdk-py
[](https://badge.fury.io/py/wootrade-sdk)
**Note: not maintained anymore, just use the awesome ccxt**
api doc:
Fork from to make it work.
## Install dep
```sh
poetry add wootrade_sdk
```
## Usage
```sh
poetry install
poetry shell # enter the virtual env
black . # format code
cd examples
python get_all_symbols_price_change_percentage.py
```