Bitso · Authentication Profile

Bitso Authentication

Authentication

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

CryptocurrencyExchangeTradingStablecoinsPayoutsCross BorderLatin AmericaMexicoFintech
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

bitsoAuth apiKey
· in: header (Authorization)

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/bitso-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: bitsoAuth
  type: apiKey
  in: header
  parameter: Authorization
  description: |-
    Bitso HMAC scheme. Send `Authorization: Bitso <key>:<nonce>:<signature>`
    where signature is `HMAC-SHA256(secret, nonce + method + path + body)`.
  sources:
  - openapi/bitso-openapi.yml