Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

Python SDK for WooX exchange

Awesome Lists containing this project

README

        

# wootrade-sdk-py

[![PyPI version](https://badge.fury.io/py/wootrade-sdk.svg)](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
```