Blocktorch · Authentication Profile

Blocktorch Authentication

Authentication

Blocktorch secures its APIs with apiKey across 1 declared security scheme, as derived from its OpenAPI definitions.

CompanyWeb3ObservabilityMonitoringBlockchainSmart ContractsdAppsDeveloper Tools
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (x-api-key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/blocktorch-hardhat-forking-openapi.yml
docs: https://docs.blocktorch.xyz/concepts/data-sources/local-forks/hardhat-forking-api.md
notes: >-
  API access uses a project-scoped API key passed in the x-api-key header. Keys
  are created on the Settings page of the Blocktorch project dashboard. Platform
  (dashboard) sign-in additionally supports email magic-link, Google/GitHub SSO,
  and Web3 wallet, but those govern the app UI, not the documented API.
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: x-api-key
  description: API key created on the Settings page of your Blocktorch project dashboard. Include
    it in the header of every request.
  sources:
  - openapi/blocktorch-hardhat-forking-openapi.yml