THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client/cooldown-status' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{"status":"rejected"}'
{
"data": [
{
"id": 1625,
"client_id": 1615,
"status_code": "cool_down",
"staff_identifier": "api",
"reason": "rejected trading suitability",
"created_time": "2025-07-14T03:05:27.066126",
"updated_time": "2025-07-14T06:41:02.765915"
}
],
"meta": {
"timing": 237,
"endpoint": "/v1/client/cooldown-status",
"method": "POST"
}
}