This webhook provides real-time updates on cryptocurrency deposit and withdrawal transactions.
Given the asynchronous nature of crypto transfers, this webhook promptly notifies partners about transaction status changes, allowing for efficient handling of user assets and account management. This notification includes comprehensive details such as transaction identifiers, amounts, fees, and status, ensuring partners have the necessary information for accurate and timely processing.
object |
Return a 200
, 201
, 202
or 204
status to indicate that the data was received successfully
{- "params": {
- "id": "72618d4f-1ffc-4d5b-a365-6ab4e1f5cb7e",
- "user_id": "1ee9f3e7-74f6-69d4-ab33-f11031b04ebc",
- "internal_address_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "external_address_id": "1efb705d-5a08-6100-9b91-549a3025aede",
- "asset_id": "1ed83487-f684-62a2-a155-fe633f0db292",
- "asset_legal_classification": "EMTS",
- "asset_amount": "0.5",
- "asset_fee": "0.01",
- "fiat_id": "4fbc982a-d8f3-431a-8f14-3ed5d8f23312",
- "fiat_amount": "15000.00",
- "fiat_amount_fee": "300.00",
- "coin_network_id": "d969468d-2be6-4522-977e-ea4d92c45e86",
- "network_id": "2b6a-4522-977e-ea4d92c45e86",
- "transaction_type": "deposit",
- "transaction_hash": "0x123456789abcdef",
- "transaction_status": "processing",
- "required_actions": "PROVIDE_BENEFICIARY_DETAILS",
- "tax_declaration_status": "declared",
- "created_at": "2024-10-15T10:45:30Z",
- "credited_at": "2024-10-15T15:20:45Z"
}
}