Skip to content

BunsDev/soul-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • TypeScript 0.5%