Skip to main content

GET Token Price Change in the Last 24 hours

Get Token Price Change in the last 24 hours

const tokenAddress = "TOKEN_ADDRESS";
const priceChange = await fuseSDK.tradeModule.priceChange(tokenAddress);
console.log(`Token: ${tokenAddress}, Price Change: ${priceChange}`);