Get withdrawal status
get_withdrawal_statusRead the current status of a withdrawal by providing its withdrawal ID. Requires wallet_read permission.
Instructions
Read a withdrawal's status (read-only). Requires scope wallet_read. This MCP cannot create withdrawals (that is the SDK, F3).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| withdrawal_id | Yes | Withdrawal id (or sandbox_… in test mode). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | Yes | ||
| status | Yes | `confirmed` appears only in sandbox (not a live status). | |
| sandbox | Yes | ||
| terminal | Yes | Derived from the terminal status set. | |
| created_at | Yes | ||
| updated_at | Yes | ||
| liquid_txid | No | Settlement Liquid txid, once reported. | |
| amount_cents | Yes |