const portfoliosService = new PortfoliosService(client);

portfoliosService.listFills().then(async (response) => {
    console.log('Portfolio Fills: ', response);
})

For more information, please visit the INTX TS SDK.