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.
An array of policies
Unauthorized
Error
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "id": 1,
- "type": "securities_policy",
- "version": "3.0.2",
}
], - "meta": {
- "total_count": 48,
- "page": 3,
- "page_size": 10
}, - "links": {
- "first": "?page=1&page_size=10",
- "last": "?page=5&page_size=10",
- "prev": "?page=2&page_size=10",
- "next": "?page=4&page_size=10",
- "self": "?page=3&page_size=10"
}
}