Returns a list of withdrawals for the specified account with optional filters.
HTTP Basic Authentication using the API Key as username and API Secret as password.
The unique identifier of the investor account.
Filter withdrawals by method.
ach_plaid, wire Filter withdrawals by status.
pending, processing, submitted, completed, canceled, failed Filter withdrawals by currency (3-letter ISO code).
3Filter withdrawals from this date (YYYY-MM-DD).
^\d{4}-\d{2}-\d{2}$Filter withdrawals to this date (YYYY-MM-DD).
^\d{4}-\d{2}-\d{2}$Maximum number of withdrawals to return.
1 <= x <= 100Number of withdrawals to skip for pagination.
x >= 0