Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 795 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 795 Bytes

Soul API

API configurations designed for the purposes of fulfilling data requests for CMC and CoinGecko.


To Run

yarn
yarn start


Endpoints


/supply/total: Used by Coingecko to display SOUL total supply.

/supply/circulating: Used by Coingecko to display SOUL's circulating supply.

/supply/max: Used by Coingecko to display SOUL's max supply.

/priceftm/token: Used to display current derived price of token. token needs to be an address or the symbol of a token with enough liquidity.

/priceusd/token: Used to display current price in usdt of token. token needs to be an address or the symbol of a token with enough liquidity.