This endpoint can be used to confirm a withdrawal offer. The withdrawal will be executed after the confirmation. This means the withdrawal is not guaranteed after this step and you need to call the Search for crypto transfers endpoint or listen to notification events through webhooks to retrieve the final status.
Success Response
Unauthorized
Forbidden
Not Found
Validation Error
Internal Error
Service unavailable
{- "data": {
- "id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "external_address_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "coin_network_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "network_id": "1ede43b3-b3ac-65da-3070-298a90a0ab70",
- "asset_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "asset_amount": "0.5",
- "asset_fee": "0.01",
- "fiat_id": "4fbc982a-d8f3-431a-8f14-3ed5d8f23312",
- "fiat_amount": "15000.00",
- "fiat_amount_fee": "300.00",
- "transaction_status": "processing",
- "created_at": "2024-10-15T08:14:20Z"
}
}