Minerstat · Authentication Profile

Minerstat Authentication

Authentication

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

MiningCryptocurrencyMining Pools
Methods: apiKey Schemes: 2 OAuth flows: API key in: header, query

Security Schemes

apiKeyHeader apiKey
· in: header (X-API-Key)
apiKeyQuery apiKey
· in: query (key)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/minerstat-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
  - query
schemes:
- name: apiKeyHeader
  type: apiKey
  in: header
  parameter: X-API-Key
  description: Recommended authentication using the X-API-Key header.
  sources:
  - openapi/minerstat-openapi.yml
- name: apiKeyQuery
  type: apiKey
  in: query
  parameter: key
  description: Alternative authentication using the key query parameter.
  sources:
  - openapi/minerstat-openapi.yml