Get Terms & Conditions

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.

SecuritybearerAuth
Request
query Parameters
country
string

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

Example: country=AT
page_size
integer

Number of elements to be displayed on a page

Example: page_size=10
page
integer

Display page number

Example: page=1
Responses
200

An array of policies

401

Unauthorized

404

Error

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

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