THIS SITE IS UNDER CONSTRUCTION
curl --location --request GET 'https://api-core.deriv.com/v1/config/trading-assessment' \
--header 'Authorization: '
{
"data": [
{
"investment_risk": {
"question": "What types of investment risks are you willing to take?",
"answer": [
"I prefer a conservative approach and would be cautious about taking any risks.",
"I am comfortable with low risks but recognise that I need to be open to higher risks in trading.",
"I am willing to accept moderate risks in order to potentially achieve better returns.",
"I am ready to engage with high risks for the potential of significant returns in CFD trading."
]
}
},
{
"potential_loss": {
"question": "Do you understand that you could potentially lose 100% of the money you use to trade?",
"answer": [
"Yes",
"No"
]
}
},
{
"previous_trading_experience": {
"question": "How many CFD trades have you placed in the past 12 months?",
"answer": [
"None",
"1-10",
"11-40",
"More than 40"
]
}
},
{
"trading_experience": {
"question": "How much knowledge and experience do you have in CFD trading ? ",
"answer": [
"I trade forex CFDs and other complex financial instruments regularly on other platforms.",
"I have attended seminars, training, and/or workshops related to trading.",
"I am interested in trading but have very little experience.",
"I have no knowledge and experience in trading at all."
]
}
}
],
"meta": {
"endpoint": "/v1/config/trading-assessment",
"method": "GET",
"timing": 20
}
}