THIS SITE IS UNDER CONSTRUCTION
curl --location --request POST 'https://api-core.deriv.com/v1/client/trading-assessment' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"investment_risk": "I am willing to accept moderate risks in order to potentially achieve better returns.",
"potential_loss": "No",
"trading_experience": "I have attended seminars, training, and/or workshops related to trading.",
"previous_trading_experience": "1-10"
}'
{
"data": [
[
{
"id": 1,
"client_id": 1,
"type": "trading_assessment",
"data": {
"result": "fail",
"potential_loss": "No",
"investment_risk": "I am willing to accept moderate risks in order to potentially achieve better returns.",
"trading_experience": "I have attended seminars, training, and/or workshops related to trading.",
"previous_trading_experience": "1-10"
},
"schema_version": 2,
"created_time": "2025-07-14T03:49:36.042195",
"updated_time": null
}
]
],
"meta": {
"endpoint": "/v1/client/trading-assessment",
"method": "POST",
"timing": 1467
}
}