Returns a list of withdrawals 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 withdrawals by method.
ach, 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