Deposit or withdrawal notificationWebhook

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.

Request
Request Body schema: application/json
object
Responses
200

Return a 200, 201, 202 or 204 status to indicate that the data was received successfully

Request samples
application/json
{
  • "params": {
    }
}