WEBHOOK
core.assets.cooldown-ended
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "type": "core.assets.cooldown-ended",
  "createdAt": "2021-01-01T00:00:00Z",
  "data": {
    "userId": "cd21b26d-35d2-408a-9201-b8fdbef7a604",
    "assets": [
      "BTC",
      "ETH"
    ],
    "cooldown": {
      "rule": "financial-promotions",
      "features": [
        "buy",
        "deposit"
      ],
      "endsAt": "2024-03-14T20:20:39+00:00"
    }
  }
}

Headers

webhook-id
string
required

The unique identifier of the webhook.

webhook-timestamp
integer
required

The timestamp of the webhook, in seconds after the Unix epoch.

webhook-signature
string
required

The signature of the webhook.

Body

application/json

Assets cooldown ended event.

The webhook event information.

id
string<uuid>
required

The id of the event.

type
string
required

The type of event.

createdAt
string<date-time>
required

The date and time when the event was created.

data
object
required

The event payload.

Response

200

Return a 200 status to indicate that the data was received successfully.