Get Terms & Conditions v2

The endpoint returns a list of Bitpanda Terms which the user needs to accept in order to create an account. The terms, which shall be accepted may differ based on the user’s country of residence.

You can pass the parameter Accept-Language with a string containing ISO 639-1 language code to get the list of Terms 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 in our database, the response returns the Terms in English.

SecuritybearerAuth
Request
query Parameters
country
required
string

Alpha-2 ISO 3166 country code. Represents user's country of residence.

Example: country=AT
account_type
required
string

Account type

Enum: "user" "business_user"
Example: account_type=user
user_journey[]
Array of strings

Filters results for one or more specific user journeys. If not provided, all terms are included in the response.

Items Enum: "onboarding" "trading_stocks_buy" "trading_stocks_sell" "trading_etf_buy" "trading_etf_sell" "trading_metals_buy" "trading_metals_sell" "appropriateness_consent" "appropriateness_warning"
header Parameters
Accept-Language
string

ISO 639-1 2-letter code representing user's language

Example: en
Responses
200

An array of policies

401

Unauthorized

404

Error

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v2/terms
Request samples
Response samples
application/json
{}