THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/client/trading-suitability-results' \
--header 'Authorization: '
{
"data": [
{
"responses": {
"question_1": {
"question": "Do you understand that you could potentially lose 100% of the money you use to trade?",
"answer": "Yes",
"correct": true
},
"question_2": {
"question": "What types of investment risks are you willing to take?",
"answer": "I am willing to accept moderate risks in order to potentially achieve better returns.",
"correct": true
},
"question_3": {
"question": "How much knowledge and experience do you have in CFD trading ? ",
"answer": "I have attended seminars, training, and/or workshops related to trading.",
"correct": true
},
"question_4": {
"question": "How many CFD trades have you placed in the past 12 months?",
"answer": "1-10",
"correct": false
}
},
"is_suitable": false
}
],
"meta": {
"endpoint": "/v1/client/trading-suitability-results",
"method": "GET",
"timing": 1051
}
}