THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client/tnc' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": {
"create_options": true
},
"compliance": {
"fatca": true,
"pep": true
}
}'
{
"data": [
{
"client_id": 440,
"version_id": 1,
"created_time": "2025-01-13T04:09:09.842087",
"updated_time": null
}
],
"meta": {
"endpoint": "/client/tnc",
"method": "POST",
"timing": 813
}
}