Get appropriateness questionnaire for complex products

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.

SecuritybearerAuth
Request
path Parameters
User-ID
required
string <uuid>

Unique identifier of the user in UUID format

Example: a5431f30-b43f-11f0-82fe-02da11e44a6f
header Parameters
Accept-Language
string

ISO 639-1 language used for translation

Example: en
Responses
200

Success Response

401

Unauthorized

404

Invalid user

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/questionnaires/complex-products/{User-ID}
Request samples
Response samples
application/json
{
  • "data": [
    ]
}