const portfoliosService = new PortfoliosService(client);

portfoliosService.getFundTransferLimit({
    portfolio: 'PORTFOLIO_ID_HERE',
    asset: 'ETH',
}).then(async (response) => {
    console.log('Fund Transfer Limit: ', response);
})

For more information, please visit the INTX TS SDK.