const rankingsService = new RankingsService(client);

rankingsService.getRankings().then(async (response) => {
    console.log('Volume Rankings: ', response);
})

For more information, please visit the INTX TS SDK.