Returns a list of deposits 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 deposits by method.
ach, manual_bank_transfer, wire Filter deposits by status.
pending, processing, received, completed, expired, canceled, failed Filter deposits by currency (3-letter ISO code).
3Filter deposits from this date (YYYY-MM-DD).
^\d{4}-\d{2}-\d{2}$Filter deposits to this date (YYYY-MM-DD).
^\d{4}-\d{2}-\d{2}$Maximum number of deposits to return.
1 <= x <= 100Number of deposits to skip for pagination.
x >= 0