THIS SITE IS UNDER CONSTRUCTION
curl --location -g --request GET 'https://api-core.deriv.com/v1/config/client-system-status?status_code={{$helpers.arrayElement(['\''enabled'\'','\''disabled'\'','\''closed'\'','\''wind_down'\'','\''needs_kyc_verification'\'','\''wallets_disabled'\'','\''accounts_disabled'\''])}}' \
--header 'Authorization: '
{
"data": [
{
"client_system_status": {
"statuses": [
"enabled",
"under_investigation",
"closed",
"wind_down",
"needs_kyc_verification",
"wallets_disabled",
"cool_down"
]
},
"feature": {
"cashier": {
"deposit": false,
"withdraw": false
},
"login": true,
"trading": {
"close": true,
"open": true
}
},
"limit": {
"transfer": {
"daily": {
"wallet2account": 0,
"wallet2wallet": 0
}
},
"withdrawal": {
"daily": {
"usd": 0
}
}
}
}
],
"meta": {
"endpoint": "/v1/config/client-system-status",
"method": "GET",
"timing": 1285
}
}