Returns a list of deposits for the specified account with optional filters.
Documentation Index
Fetch the complete documentation index at: https://docs.bluumfinance.com/llms.txt
Use this file to discover all available pages before exploring further.
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, mobile_money, card 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