Tomo APIs
getTokenByName
const tokenDetails = async () => {
return await fetch('https://apis.tomo.inc/sky/api/socialLogin/teleGram/getByName?tokenName=BTC', {
method: 'GET'
}).then(res => res.json());
};getTokenDetails
const queryTokenDetails = async () => {
return await fetch('https://apis.tomo.inc/cloud/v4/memes-overview?address=0x8290333cef9e6d528dd5618fb97a76f268f3edd4&chain=eth', {
method: 'GET'
}).then(res => res.json());
};getAllTokens
getMainstreamTokens
getTrendingTokens
searchToken
getOHLCV
Last updated