⛓️Restful API

We build a restful API for any analysis platforms query data from our DEX

1. Get all pairs

https://api.echodex.io/info/pairs

The /pairs endpoint provides a summary on cryptoasset trading pairs available on the DEX.

Response:

2. Get all tickers

https://api.echodex.io/info/tickers

The /tickers endpoint provides 24-hour pricing and volume information on each market pair available on the DEX.

Response:

3. Get historical data by ticker_id

https://api.echodex.io/info/historical_trades?ticker_id=???

The /historical_trades is used to return data on historical completed trades for a given market pair.

Query Parameters:

Response:

Last updated