Get the token price to the currency
tokens rates
const response = await fetch('https://ton-open-api.nownodes.io/v2/rates?tokens=ton¤cies=ton', { method: 'GET', headers: {}, }); const data = await response.json();
{}