CurrencyBeacon · Authentication Profile

Currencybeacon Authentication

Authentication

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

CurrencyExchange RatesForexCryptocurrencyFinancial DataHistorical RatesCurrency Conversion
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: query

Security Schemes

ApiKeyQuery apiKey
· in: query (api_key)
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/currencybeacon-openapi.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - query
schemes:
- name: ApiKeyQuery
  type: apiKey
  in: query
  parameter: api_key
  description: API key passed as a query parameter.
  sources:
  - openapi/currencybeacon-openapi.yml
- name: BearerAuth
  type: http
  scheme: bearer
  description: API key passed as a Bearer token in the Authorization header.
  sources:
  - openapi/currencybeacon-openapi.yml