Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.
Shaft edited this page Jul 24, 2022 · 6 revisions

EZXT WIKI 📚

French page

What is EZXT ❔

CCXT is an awesome library allowing you to interact with a lot of crypto exchanges by trying to unify their APIs.
With this CCXT wrapper I want to go further in the simplification to allow developers, notably beginners, to interact with their exchange API with less coding as possible. By using EZXT, you will access to a set of simplified methods but also new features as detailed in the section below. The most important thing to know it's that use EZXT doesn't prevent you to use CCXT as provided.

Features 📋

Here is a list of some EZXT major features

  • EZXT make your order size match with market precision & minimal size.
  • EZXT provide a powerfull data manager that allow you to:
    • Download market data very quickly using multithreading (in the respect of API rate limit)
      • e. g. More than 1'000'000 candles in less than 20s on FTX
    • You can save your fresh downloaded market data as a csv file
    • You can load your market data from your csv file
    • You can download market data, save it as a file and update your file with new candles every time you load your data.
    • Everything listed above in only one method automatically
  • Access to the original CCXT client instanced by EZXT to use all CCXT features not implemented in EZXT

Wiki structure 🧱

Internationalization 🌍

Even if the code and its comments are written in English, I want the EZXT doc to be also fully written in French, this is why all pages of this wiki will have their equivalent in french, you will find a link in the front lines of each page to redirect you to the other language. Each page (expect this one) are followed with the suffix En or Fr.

Summary 📃

  • Home/Home_Fr
    • Wiki home page
  • Doc_En/Doc_Fr
    • EZXT doc containings few examples and detailed documentation of classes & functions
  • Tutorial_En/Tutorial_Fr
    • Containing some EZXT tutorials notably a step by step guide to start with EZXT
Clone this wiki locally