Get Financial Assessment Config
Testing
GET
/config/financial-assessment
get_financial_assessment
Last modified:2025-02-06 08:23:14
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-core.deriv.com/v1/config/financial-assessment' \
--header 'Authorization: {{CLIENT_AUTH_TOKEN}}' \
--header 'x-client-id: {{RL_EXCLUSION_KEY}}'
Response Response Example
{"data":{"financial_assessment":{"estimated_net_worth":["Less than $10,000","$10,001 - $25,000","$25,001 - $50,000","$50,001 - $75,000","$75,001 - $100,000","$100,001 - $250,000","$250,001 - $500,000","Over $500,000"],"industry_of_employment":["Environment & Agriculture","Finance & Law","Healthcase","Public Services","Recruitment & HR","IT"],"investment_in_trading":["Less than $10,000","$10,001 - $25,000","$25,001 - $50,000","$50,001 - $75,000","$75,001 - $100,000","$100,001 - $250,000","$250,001 - $500,000","Over $500,000"],"net_annual_income":["Less than $10,000","$10,001 - $25,000","$25,001 - $50,000","$50,001 - $75,000","$75,001 - $100,000","$100,001 - $250,000","$250,001 - $500,000","Over $500,000"],"occupation":["Government Employee/Public Sector Worker","Teacher/Academic","Healthcare Professional (Doctor, Nurse, Pharmacist)","Engineer/Technical Professional","IT Professional/Software Developer","Legal Professional (Lawyer, Paralegal)","Accountant/Auditor","Marketing/Advertising Professional","Small Business Owner","Freelancer / Consultant","Real Estate Developer / Agent"],"source_of_income":["Salary","Inheritance","Savings","Pension","Dividends","Other"],"source_of_wealth":["Salary","Inheritance","Savings","Pension","Dividends","Other"]}},"meta":{"endpoint":"/config/financial-assessment","method":"GET","timing":917}}
Request
Header Params
Authorization
stringÂ
optional
Example:
{{CLIENT_AUTH_TOKEN}}
x-client-id
stringÂ
optional
Default:
{{RL_EXCLUSION_KEY}}
Responses
Modified at 2025-02-06 08:23:14