Blockaid · Authentication Profile

Blockaid Authentication

Authentication

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

CompanyFintechWeb3 SecurityBlockchainCryptoFraud PreventionTransaction ScanningWallet SecurityComplianceThreat Detection
Methods: apiKey, http Schemes: 3 OAuth flows: API key in: header

Security Schemes

APIKey apiKey
· in: header (X-API-Key)
ClientID apiKey
· in: header (X-CLIENT-ID)
JWT http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: derived
source: openapi/blockaid-openapi-original.yml
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: APIKey
  type: apiKey
  in: header
  parameter: X-API-Key
  sources:
  - openapi/blockaid-openapi-original.yml
- name: ClientID
  type: apiKey
  in: header
  parameter: X-CLIENT-ID
  sources:
  - openapi/blockaid-openapi-original.yml
- name: JWT
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: Bearer authentication header of the form `Bearer <token>`, where `<token>` is
    your auth token. See [API Authentication](/docs/api-reference/before-you-begin/api-authentication)
    for how to retrieve it.
  sources:
  - openapi/blockaid-openapi-original.yml