Query Withdrawal Status
Rocky impl:
GET /v1/withdrawals/{wid}✓
Look up withdrawal status by ID.
Request
GET /v1/withdrawals/{wid}
Response — 200
{ "withdrawal_id": "8c9a1f2e-7b6d-5c4a-3b2c-1d0e9f8a7b6c", "status": "pending-or-later" }
MVP placeholder.
statusreturns"pending-or-later"until aGetWithdrawalgRPC lands on internal-ledger. Future terminal states:pending,submitted,confirmed,failed.