Returns a paginated list of withdrawals for a portfolio wallet.
API keys are prefixed ground_sandbox_ (sandbox) or ground_prod_ (production).
Pass the key as a Bearer token in the Authorization header.
Portfolio wallet ID
Opaque cursor returned from a previous list call. Pass it to fetch the next page.
Maximum number of withdrawals to return.
1 <= x <= 200Field to sort by.
createdAt Sort direction.
asc, desc Only return records created at or after this ISO 8601 timestamp.
Filter by withdrawal status. Can be repeated to filter by multiple statuses (e.g. ?status=completed&status=failed).
pending_liquidity, processing, queued_for_customer_approval, pending_customer_approval, pending_broadcast, broadcasted, completed, failed, cancelled