Returns the status of withdrawals for the authenticated user. If withdrawal_id is provided, returns a single withdrawal. If omitted, returns all withdrawals.
Requires a Bearer token from /auth or /get-card.
Documentation Index
Fetch the complete documentation index at: https://agents.laso.finance/llms.txt
Use this file to discover all available pages before exploring further.
ID token from /auth or /get-card
Get a specific withdrawal by ID. If omitted, returns all withdrawals.
Withdrawal status. Returns { "withdrawal": WithdrawalStatus } when withdrawal_id is provided, or { "withdrawals": WithdrawalStatus[] } when omitted.
A withdrawal status record.