withdrawal.finalized
Sent after a withdrawal completes and funds leave the 4Mica collateral
position. Use it to mark the pending withdrawal complete and refresh balances.
Event fields
string
required
string
required
withdrawal.finalized
string
required
ISO 8601 datetime
string
required
object
required
string
required
string
required
string
required
string
required
string
required
string
required
ISO 8601 datetime
string
required
string
required
finalized
Event examples
Payload
Recommended handling
- Match the event to the pending record with
withdrawal_id. - Refresh the authoritative collateral balance after processing.
- Keep the transaction hash available for audit and support.
- Do not create a new withdrawal record if the requested event arrived late.