getAll

abstract suspend fun getAll(getWithdrawalsParameters: GetWithdrawalsParameters? = null): WithdrawalList

Retrieves all withdraws. It returns the last 10 withdrawals by default.

Return

A WithdrawalList object.

Parameters

getWithdrawalsParameters

The parameters for filtering the withdrawals, null could be passed for default behaviour.