The endpoint returns the list of questions and answers related to trading with stocks and ETFs. The user must answer these questions before being allowed to trade complex products.
The user's unique identifier must be supplied in the user_id parameter.
You can pass the parameter Accept-Language with a string containing ISO 639-1 language code to get the list of questions and answers translated into the chosen language.
Currently, Bitpanda supports translations for German, Polish, French, Spanish, Italian and Turkish. The default language is English (en). If you pass the parameter for a language that does not have an existing translation, the response will return the appropriateness questions and answers in English.
Success Response
Unauthorized
Invalid user
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": 1,
- "type": "single_choice",
- "description": "Ensure you understand the risks; you will not receive personalised investment advice or suitability checks.",
- "question": "How often do you invest in complex ETFs or ETCs and how much do you know about them?",
- "input_placeholder": "rs.complex_etf.question.one.placeholder",
- "answers": [
- {
- "id": 1,
- "answer": "I know something and have completed > 10 trades in the past 3 years."
}
]
}
]
}