v1
latestOpenAPI 3.1.02026-07-13143194365.4 KBwithdrawal
Prepare or complete a client-executed crypto withdrawal
Two-phase crypto withdrawal flow:
Phase 1 — Prepare (omit tx_hash):
- Creates a pending withdrawal event
- Returns withdrawal_id
Phase 2 — Complete (include tx_hash + withdrawal_id):
- Updates the pending withdrawal with the on-chain tx hash
- Marks the withdrawal as submitted
Both phases require JWT authentication.
post/v1/withdrawal/crypto
Headers
authorizationstring nullable
Bearer JWT issued by Grove.
Bearer JWT issued by Grove.
Request body
Response
Successful Response