const portfoliosService = new PortfoliosService(client);

portfoliosService.listOpenPositionLimits({
    portfolio: 'PORTFOLIO_ID_HERE',
}).then(async (response) => {
    console.log('Position Limits: ', response);
})

For more information, please visit the INTX TS SDK.