Deposit or withdrawal notificationWebhook

This webhook is specifically designed to communicate the results of cryptocurrency deposit and withdrawal transactions. Given the asynchronous nature of crypto transfers, this webhook ensures that partners are promptly updated about the status of each transaction, allowing for efficient handling of user assets and account management.

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": {
    }
}