The endpoint returns the list of all possible risk questions and answers that the business needs to select during the onboarding process before starting investing.
You can pass the parameter Accept-Language
with a string containing ISO 639-1 language code to get the list of risk questions and answers translated into the chosen language. Currently, Bitpanda supports translations for English and German. The default language is English (en). If you pass the parameter for a language that does not have an existing translation in our database, the response returns the risk questions and answers in English.
Success Response
Unauthorized
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "slug": "risk_question_account_purpose",
- "question": "What is the purpose of opening a Bitpanda account?",
- "translation_key": "bts.risk.question.account.purpose",
- "sort": 1,
- "type": "multiple_choice",
- "answers": [
- {
- "slug": "risk_answer_long_term_investment",
- "answer": "Long-term investment (including staking of digital assets)",
- "translation_key": "bts.risk.answer.long.term.investment",
- "sort": 1
}
]
}
]
}