Get chart by token
token chart
const response = await fetch('https://ton-open-api.nownodes.io/v2/rates/chart?token=text', { method: 'GET', headers: {}, }); const data = await response.json();
{ "points": {} }