Clusters · Authentication Profile

Clusters Authentication

Authentication

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

CompanyInfrastructureIdentityNamingBlockchainWeb3WalletMultichainResolver
Methods: apiKey, http Schemes: 2 OAuth flows: API key in: header

Security Schemes

ApiKeyAuth apiKey
· in: header (X-API-KEY)
WalletBearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-18'
method: searched
source: openapi/clusters-v1-openapi.yml
docs: https://docs.clusters.xyz/getting-started/api/v1/authentication
summary:
  types:
  - apiKey
  - http
  api_key_in:
  - header
schemes:
- name: ApiKeyAuth
  type: apiKey
  in: header
  parameter: X-API-KEY
  description: Optional API key from https://clusters.xyz/developer to raise rate limits.
  sources:
  - openapi/clusters-v1-openapi.yml
- name: WalletBearerAuth
  type: http
  scheme: bearer
  description: Wallet-signature auth token obtained from POST /auth/token.
  sources:
  - openapi/clusters-v1-openapi.yml