This is an UNOFFICIAL wrapper for DexLab exchange HTTP API written in Python 3.7
The library can be used to fetch market data or create third-party clients
USE THIS WRAPPER AT YOUR OWN RISK, I WILL NOT CORRESPOND TO ANY LOSES
If useful, buy me a coffee?
$ git clone https://github.com/LeeChunHao2000/dexlab-api-wrapper-python3
This wrapper requires requests
This is an introduction on how to get started with DexLab client. First, make sure the DexLab library is installed. And then:
from DexLab.client import Client
client = Client('')