THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/settings' \
--header 'Authorization: '
{
"data": [
{
"tnc": {
"outdated": false,
"latest_version": 2,
"accepted_version": 2
},
"pep": {
"accepted": true
},
"fatca": {
"accepted": true
}
}
],
"meta": {
"endpoint": "/v1/client/settings",
"method": "GET",
"timing": 410
}
}