const transfersService = new TransfersService(client);

transfersService.getCounterpartyWithdrawalLimit({
    counterpartyId: 'your-counterparty-id',
    asset: 'ETH',
}).then(async (response) => {
    console.log('Withdrawal Limit: ', response);
})

For more information, please visit the INTX TS SDK.