Get Legal Documents

The endpoint returns a list of Bitpanda legal documents.

You can pass the parameter Accept-Language with a string containing ISO 639-1 language code to get the list of legal documented translated into the chosen language, if available.

SecuritybearerAuth
Request
query Parameters
country
string

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

Example: country=AT
account_type
string

Account type

Enum: "user" "business_user"
Example: account_type=user
header Parameters
Accept-Language
string

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

Example: en
Responses
200

A list of legal documents

401

Unauthorized

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/legal-documents
Request samples
Response samples
application/json
{
  • "data": [
    ]
}