get
https://sandboxapi.legendtrading.com/v2/app/kyc/individual/qa
List all the questionnaire options. Please note, there will be TWO set of results based on user's country. Please refer to the Demo UI.获取问卷调查的题目与选项列表。
Question types
- checkbox
- textarea
- radio
- text
- multi_dropdown
- dropdown
接口详情
- 功能摘要: 获取问卷题目及选项
业务规则
- 题目分组:系统将根据用户所在国家/地区返回两组不同的题目集合。
- 题目类型:支持的题目类型包括:
checkbox(复选框)textarea(文本域)radio(单选框)text(文本框)multi_dropdown(多选下拉框)dropdown(单选下拉框)
参考信息
具体的题目分组及前端展示逻辑,请参考如下 Demo UI 的实现。
UI Demo for Non-EEA countries:

UI Demo for EEA countries:



注意事项
-
题目分组逻辑
位于同一数组
[]中的题目,在页面渲染时应视为同一组,并集中显示。例如:
- 非 EEA:题目 “How will you use this trading account?” 与 “Other” 属于同一组。
- EEA: “Transaction Estimates” 下的 “Currency”、“Expected Monthly Transaction Activity”、“Expected Monthly Volume” 属于同一组。
- 题目描述字段
tip 字段用于定义题目的描述文本,将在用户界面中作为提示信息展示。
- 条件触发显示
trigger 字段用于控制该组题目的显示条件。
格式如下:
"trigger": {
"employment": ["employed", "business_owner"]
}说明:上述配置表示仅当用户在
employment题目(即 “What is your employment status?”)中选择的值为"employed"或"business_owner"时,当前题目组才会显示。
EEA国家包含:AT (奥地利),BE (比利时),BG (保加利亚),HR (克罗地亚),CY (塞浦路斯),CZ (捷克),DK (丹麦),EE (爱沙尼亚),FI (芬兰),FR (法国),DE (德国),GR (希腊),HU (匈牙利),IS (冰岛),IE (爱尔兰),IT (意大利),LV (拉脱维亚),LI (列支敦士登),LT (立陶宛),LU (卢森堡),MT (马耳他),NL (荷兰),NO (挪威),PL (波兰),PT (葡萄牙)
返回值示例:
{
"request_id": "f0e3209d2cdab66324418e20ac3f1af7",
"status": "success",
"code": "100000",
"message": "success",
"data": [
[
{
"title": "How will you use this trading account?",
"type": "checkbox",
"name": "use_this_trading_account",
"options": [
{
"name": "short_term",
"text": "Short term savings/investing"
},
{
"name": "long_term",
"text": "Long term savings/investing"
},
{
"name": "active_trade",
"text": "Actively trade"
},
{
"name": "remittance",
"text": "Remittance payments"
}
]
},
{
"title": null,
"type": "textarea",
"name": "other",
"value": "",
"text": "Other:"
}
],
[
{
"title": "What’s your source of income?",
"type": "checkbox",
"name": "source_of_income",
"options": [
{
"name": "salary",
"text": "Salary"
},
{
"name": "investments",
"text": "Investments"
},
{
"name": "inheritance",
"text": "Inheritance"
},
{
"name": "profit",
"text": "Profit from other business"
}
]
},
{
"title": null,
"type": "textarea",
"name": "other",
"value": "",
"text": "Other:"
}
],
[
{
"title": "What’s your source of wealth?",
"type": "checkbox",
"name": "source_of_wealth",
"options": [
{
"name": "business",
"text": "Income from Own Business or Sale of Business"
},
{
"name": "employment",
"text": "Income from Employment and/or Bonuses"
},
{
"name": "inheritance",
"text": "Inheritance, Gift, Trust Proceeds"
},
{
"name": "securities",
"text": "Investment Income"
},
{
"name": "compensation",
"text": "Compensation Payment/Legal Settlement"
},
{
"name": "sale_property",
"text": "Sale of Real Property"
},
{
"name": "household_wealth",
"text": "Household Wealth (e.g., spouse, minors, financial dependents)"
}
]
},
{
"title": null,
"type": "textarea",
"name": "other",
"value": "",
"text": "Other:"
}
],
[
{
"title": "What is your employment status?",
"type": "radio",
"name": "employment",
"value": "",
"options": [
{
"name": "employed",
"text": "Employed (Not Owner)"
},
{
"name": "business_owner",
"text": "Business Owner/Self-Employed"
},
{
"name": "not_employed",
"text": "Not Employed"
},
{
"name": "student",
"text": "Student"
},
{
"name": "retired",
"text": "Retired"
}
]
}
]
],
"metadata": {}
}{
"request_id": "65b2aff0c765a54126375fec8a14ea8d",
"status": "success",
"code": "100000",
"message": "success",
"data": [
[
{
"title": "How will you use this trading account?",
"type": "checkbox",
"name": "use_this_trading_account",
"options": [
{
"name": "short_term",
"text": "Short term savings/investing"
},
{
"name": "long_term",
"text": "Long term savings/investing"
},
{
"name": "active_trade",
"text": "Actively trade"
},
{
"name": "remittance",
"text": "Remittance payments"
}
]
}
],
[
{
"title": "Annual Income Currency",
"type": "dropdown",
"name": "currency",
"options": [
{
"name": "USD",
"text": "United States Dollar"
},
{
"name": "EUR",
"text": "Euro"
},
{
"name": "SGD",
"text": "Singapore Dollar"
},
{
"name": "GBP",
"text": "British Pound Sterling"
},
{
"name": "AUD",
"text": "Australian Dollar"
},
{
"name": "CAD",
"text": "Canadian Dollar"
},
{
"name": "CHF",
"text": "Swiss Franc"
}
]
}
],
[
{
"title": "Annual Income",
"type": "dropdown",
"name": "individual_annual_income",
"options": [
{
"name": "0_30000",
"text": "0 - 30,000"
},
{
"name": "30001_70000",
"text": "30,001 - 70,000"
},
{
"name": "70001_100000",
"text": "70,001- 100,000"
},
{
"name": "100001_300000",
"text": "100,001 - 300,000"
},
{
"name": "300001_500000",
"text": "300,001 - 500,000"
},
{
"name": "500001_1000000",
"text": "500,001 - 1,000,000"
},
{
"name": "1000001_plus",
"text": "1,000,001 Plus"
}
],
"tip": "Provide your best estimate and include all sources of income, such as salary, bonuses, freelance work, investments, rental income, and sale of property. If possible, consider the average income from the past 3 years to provide a more accurate estimate."
}
],
[
{
"title": "Transaction Estimates",
"type": "multi_dropdown",
"name": "individual_transaction_estimates",
"questions": [
{
"title": "Currency",
"type": "dropdown",
"name": "currency",
"options": [
{
"name": "USD",
"text": "United States Dollar"
},
{
"name": "EUR",
"text": "Euro"
},
{
"name": "SGD",
"text": "Singapore Dollar"
},
{
"name": "GBP",
"text": "British Pound Sterling"
},
{
"name": "AUD",
"text": "Australian Dollar"
},
{
"name": "CAD",
"text": "Canadian Dollar"
},
{
"name": "CHF",
"text": "Swiss Franc"
}
]
},
{
"title": "Expected Monthly Transaction Activity",
"type": "dropdown",
"name": "individual_expected_monthly_transaction_activity",
"options": [
{
"name": "1_5_transactions",
"text": "1 - 5 transactions"
},
{
"name": "6_20_transactions",
"text": "6 - 20 transactions"
},
{
"name": "21_50_transactions",
"text": "21 - 50 transactions"
},
{
"name": "51_70_transactions",
"text": "51 - 70 transactions"
},
{
"name": "71_100_transactions",
"text": "71 - 100 transactions"
},
{
"name": "more_than_100_transactions",
"text": "More than 100 transactions"
}
]
},
{
"title": "Expected Monthly Volume",
"type": "dropdown",
"name": "individual_expected_monthly_volume",
"options": [
{
"name": "0_3000",
"text": "0 - 3,000"
},
{
"name": "3001_10000",
"text": "3,001- 10,000"
},
{
"name": "10001_30000",
"text": "10,001- 30,000"
},
{
"name": "30001_70000",
"text": "30,001 - 70,000"
},
{
"name": "70001_100000",
"text": "70,001 - 100,000"
},
{
"name": "100001_300000",
"text": "100,001 - 300,000"
},
{
"name": "300001_700000",
"text": "300,001 - 700,000"
},
{
"name": "700001_1500000",
"text": "700,001 - 1,500,000"
},
{
"name": "1500001_plus",
"text": "1,500,001 Plus"
}
],
"tip": "Please avoid overstating the estimated trading volume. We may request supporting documents, such as bank statements, and you\\'ll need to maintain sufficient balances. If the estimated volume is $1 million, we expect you to have $1 million available as your balance."
}
]
}
],
[
{
"title": "What is the source of wealth?",
"type": "checkbox",
"name": "the_source_of_wealth",
"options": [
{
"name": "business",
"text": "Income from Own Business or Sale of Business"
},
{
"name": "employment",
"text": "Income from Employment and/or Bonuses"
},
{
"name": "inheritance",
"text": "Inheritance, Gift, Trust Proceeds"
},
{
"name": "securities",
"text": "Investment Income"
},
{
"name": "compensation",
"text": "Compensation Payment/Legal Settlement"
},
{
"name": "sale_property",
"text": "Sale of Real Property"
},
{
"name": "household_wealth",
"text": "Household Wealth (e.g., spouse, minors, financial dependents)"
},
{
"name": "credit_loan",
"text": "Credit/Loan"
}
]
}
],
[
{
"title": "What is the source of funds/income?",
"type": "checkbox",
"name": "the_source_of_funds_income",
"options": [
{
"name": "employment",
"text": "Employment Income"
},
{
"name": "investment",
"text": "Investment Income"
},
{
"name": "retirement",
"text": "Retirement Income"
},
{
"name": "social_security",
"text": "Social Security/Government Assistance"
},
{
"name": "saving",
"text": "Saving"
},
{
"name": "family_support",
"text": "Family / Spousal Support"
}
]
}
],
[
{
"title": "What is your employment status?",
"type": "radio",
"name": "employment",
"value": null,
"options": [
{
"name": "employed",
"text": "Employed (Not Owner)"
},
{
"name": "business_owner",
"text": "Business Owner/Self-Employed"
},
{
"name": "not_employed",
"text": "Not Employed"
},
{
"name": "student",
"text": "Student"
},
{
"name": "retired",
"text": "Retired"
}
]
},
{
"title": "What is your job sector?",
"type": "dropdown",
"name": "job_sector",
"options": [
{
"name": "aerospace_defense_military",
"text": "Aerospace, Defense & Military"
},
{
"name": "agriculture_forestry",
"text": "Agriculture & Forestry"
},
{
"name": "architecture_engineering",
"text": "Architecture & Engineering"
},
{
"name": "art_artefacts_culture_antiquities_dealers",
"text": "Art, Artefacts, Culture & Antiquities Dealers"
},
{
"name": "automotive",
"text": "Automotive"
},
{
"name": "banking_financial_services",
"text": "Banking & Financial Services"
},
{
"name": "biotechnology",
"text": "Biotechnology"
},
{
"name": "casinos_gaming",
"text": "Casinos and Gaming"
},
{
"name": "charities_non_profit_organizations",
"text": "Charities and Non-Profit Organizations"
},
{
"name": "chemicals",
"text": "Chemicals"
},
{
"name": "construction_real_estate",
"text": "Construction & Real Estate"
},
{
"name": "consumer_goods_retail",
"text": "Consumer Goods & Retail"
},
{
"name": "education",
"text": "Education"
},
{
"name": "energy_utilities",
"text": "Energy & Utilities"
},
{
"name": "entertainment_media",
"text": "Entertainment & Media"
},
{
"name": "food_beverage",
"text": "Food & Beverage"
},
{
"name": "fund_management_investment_services",
"text": "Fund Management / Investment Services"
},
{
"name": "government_public_sector",
"text": "Government & Public Sector"
},
{
"name": "healthcare_pharmaceuticals",
"text": "Healthcare & Pharmaceuticals"
},
{
"name": "hospitality_tourism",
"text": "Hospitality & Tourism"
},
{
"name": "human_resources_recruitment",
"text": "Human Resources & Recruitment"
},
{
"name": "information_technology_services",
"text": "Information Technology & Services"
},
{
"name": "insurance",
"text": "Insurance"
},
{
"name": "internet_software",
"text": "Internet & Software"
},
{
"name": "maintenance_cleaning_services",
"text": "Maintenance & Cleaning Services"
},
{
"name": "manufacturing",
"text": "Manufacturing"
},
{
"name": "marketing_advertising",
"text": "Marketing & Advertising"
},
{
"name": "mining_metals",
"text": "Mining & Metals"
},
{
"name": "money_services_business",
"text": "Money Services Business"
},
{
"name": "precious_metals_stones_dealers",
"text": "Precious Metals and Stones Dealers"
},
{
"name": "professional_services_legal_accounting_consulting",
"text": "Professional Services (Legal, Accounting, Consulting)"
},
{
"name": "property_management",
"text": "Property Management"
},
{
"name": "renewable_energy_waste_environment_management",
"text": "Renewable Energy, Waste & Environment Management"
},
{
"name": "research_development",
"text": "Research & Development"
},
{
"name": "security_investigation_services",
"text": "Security & Investigation Services"
},
{
"name": "sports_recreation",
"text": "Sports & Recreation"
},
{
"name": "telecommunications",
"text": "Telecommunications"
},
{
"name": "textile_apparel",
"text": "Textile & Apparel"
},
{
"name": "transportation_logistics",
"text": "Transportation & Logistics"
},
{
"name": "virtual_asset_service_providers",
"text": "Virtual Asset Service Providers"
},
{
"name": "wholesale_distribution",
"text": "Wholesale & Distribution"
}
],
"trigger": {
"employment": [
"employed",
"business_owner"
]
}
}
],
[
{
"title": "Are you or family members or close associates considered a PEP?",
"type": "dropdown",
"name": "pep",
"options": [
{
"name": "no",
"text": "No"
},
{
"name": "yes",
"text": "Yes"
}
],
"tip": "A politically exposed person (PEP) is an individual who holds or has held a prominent public position, such as a senior politician, senior government official, judicial or military official, senior executive of state-owned corporations, or an important political party official."
}
]
],
"metadata": {}
}