Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.05 KB

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

  • Implementation of all public endpoints

Donate

If useful, buy me a coffee?

  • ETH: 0x00000000051CBcE3fD04148CcE2c0adc7c651829 (brendanc.eth)
  • SPL: AQBqATwRqbU8odBL3RCFovzLbHR13MuoF2v53QpmjEV3

Installation

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

Quickstart

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

  • Support Wallet and Trade API

2021-02-08

  • Birth!