Skip to content

Requirements

Travis CI User edited this page Jun 5, 2020 · 18 revisions

CCXT Integration Requirements

The exchange is required to implement the following list of methods and structures in order to get integrated with CCXT.

Public API

Exchange Information, Fee Schedule and Trading Rules

  • fetchMarkets – a list of trading pairs and their statuses + market structure
  • fetchCurrencies – a list of tokens or assets and their statuses + currency structure
  • fetchTradingLimits – min/max order volume, price, cost, precision, etc...
  • fetchTradingFees – trading fees, either public or personal
  • fetchFundingLimits – a list of withdrawal limits

Market Data

Private API

Trading

Trading History

Funding