Get appropriateness questions

The endpoint returns the list of questions and answers related to trading with stocks and ETFs. The user must answer the questions before starting investing in stocks and ETFs.

Based on regulatory rules, users may need to retake the test after a certain time period or based on their trading activity. Check whether the user needs to complete or resubmit the test by calling GET /v1/users/{User-ID}

Note that some of the appropriateness questions and answers apply only to users with specific citizenship.

The parameter country containing the user’s citizenship in Alpha-2 ISO 3166 format is mandatory.

You can pass the parameter Accept-Language with a string containing ISO 639-1 language code to get the list of appropriateness 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
query Parameters
page_size
integer

Number of elements to be displayed on a page

Example: page_size=10
page
integer

Display page number

Example: page=1
country
required
string

Get regulatory code questions by country of citizenship. Use Alpha-2 ISO 3166 country code.

Example: country=AT
header Parameters
Accept-Language
string

ISO 639-1 language used for translation

Example: en
Responses
200

Success Response

401

Unauthorized

404

Invalid country

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/appropriateness
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "meta": {
    },
  • "links": {
    }
}