LeeChunHao2000 / dexlab-api-wrapper-python3

DexLab exchange API wrapper in python3
MIT License
11 stars 4 forks source link

DexLab-Trader

Warning

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

Features

Donate

If useful, buy me a coffee?

Installation

$ git clone https://github.com/LeeChunHao2000/dexlab-api-wrapper-python3

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('')

Contributors

Version Logs

2021-07-09

2021-02-08