get All
abstract suspend fun getAll(getWithdrawalsParameters: GetWithdrawalsParameters? = null): WithdrawalList
Retrieves all withdraws. It returns the last 10 withdrawals by default.
Return
A WithdrawalList object.
Parameters
get Withdrawals Parameters
The parameters for filtering the withdrawals, null could be passed for default behaviour.