EvolutionDex API

Information and endpoints.

J. Chitty
EOS Argentina
2 min readJul 6, 2020

--

Today we have launched our BETA version of the EvolutionDex API. Our idea is that developers and traders can gain useful information from this read-only API and integrate it with their dapps, bots or websites.

You can query the API with CURL or send a request using your favorite programming language.

Get all Endpoints

https://api.evolutiondex.io

Get List of Evotoken Pairs

https://api.evolutiondex.io/list

Get info of a token pair

This command will give you information about any given token pair and pool:

  • The fee, which needs to be divided by a 100 to get the percentage charged by the liquidity providers, in this sense a fee of 30, its actually 0.30%.
  • Pool1 shows the amount of EOS in the liquidity pool.
  • Pool2 is the amount of the second token in the liquidity pool.
  • The Price is expressed in the amount of tokens in pool2 required to buy one asset in Pool1. It is important to mention that this price does not take into account slippage or fees.

https://api.evolutiondex.io/info?pair=eosusdt

We will be adding more information to the API in future versions, suggestions are very much welcomed.

Feel free to join the discussion:

EVODEX: Telegram Group | Github | Subscribe to the channel for updates.

EOS Argentina: Telegram | Twitter

--

--