Skip to content

traderjoe-xyz/joe-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trader Joe API

API that gives information on $JOE supply for coingecko.


To Run

yarn
yarn start


Endpoints


/supply/total: Used by Coingecko to display Joe's total supply.

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

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

/priceavax/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.



License

MIT