FastForex · Authentication Profile

Fastforex Authentication

Authentication

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

Currency ExchangeForexFinancial DataExchange RatesCryptocurrencyFX TradingHistorical DataReal-Time Data
Methods: apiKey, http Schemes: 4 OAuth flows: API key in: header, query

Security Schemes

api_key apiKey
· in: query (api_key)
apiKeyHeader apiKey
· in: header (X-API-KEY)
bearerAuth http
scheme: bearer
basicAuth http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.yaml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
  - query
schemes:
- name: api_key
  type: apiKey
  in: query
  parameter: api_key
  sources:
  - openapi/openapi.yaml
- name: apiKeyHeader
  type: apiKey
  in: header
  parameter: X-API-KEY
  sources:
  - openapi/openapi.yaml
- name: bearerAuth
  type: http
  scheme: bearer
  bearerFormat: api_key
  sources:
  - openapi/openapi.yaml
- name: basicAuth
  type: http
  scheme: basic
  sources:
  - openapi/openapi.yaml