Trading 212 · Authentication Profile

Trading212 Authentication

Authentication

Trading 212 secures its APIs with apiKey and http across 2 declared security schemes, as derived from its OpenAPI definitions.

InvestingFinanceTradingStocksPortfolioCommission-FreeISA
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

authWithSecretKey http
scheme: basic
legacyApiKeyHeader apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.yaml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: authWithSecretKey
  type: http
  scheme: basic
  description: Use your API Key as the username and your API Secret as the password
  sources:
  - openapi/openapi.yaml
- name: legacyApiKeyHeader
  type: apiKey
  in: header
  parameter: Authorization
  sources:
  - openapi/openapi.yaml