THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/system-status' \
--header 'Authorization: '
{
"data": [
{
"status": {
"code": "needs_kyc_verification",
"last_updated": null
},
"features": {
"trading": {
"can_open_positions": false,
"can_close_positions": false
},
"account": {
"can_login": true,
"can_deposit": false,
"can_withdraw": false
}
},
"limits": {
"daily": {
"withdrawal_usd": 0,
"internal_transfer": {
"wallet_to_wallet": 100000,
"wallet_to_trading": 0
}
}
}
}
],
"meta": {
"endpoint": "/v1/client/system-status",
"method": "GET",
"timing": 887
}
}