Bitstamp · Authentication Profile

Bitstamp Authentication

Authentication

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

CryptocurrencyExchangeTradingBitcoinEthereumSpot TradingWebSocketMarket DataOrder ManagementFinance
Methods: apiKey Schemes: 2 OAuth flows: API key in: header

Security Schemes

apiKeyAuth apiKey
· in: header (X-Auth)
apiSignature apiKey
· in: header (X-Auth-Signature)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/openapi.json
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: apiKeyAuth
  type: apiKey
  in: header
  parameter: X-Auth
  description: Bitstamp API key for authenticated endpoints
  sources:
  - openapi/openapi.json
- name: apiSignature
  type: apiKey
  in: header
  parameter: X-Auth-Signature
  description: HMAC-SHA256 request signature
  sources:
  - openapi/openapi.json