Luno · Authentication Profile

Luno Authentication

Authentication

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

CompanyCryptocurrencyExchangeBitcoinEthereumTradingFintechWalletBlockchainFinancial Services
Methods: http Schemes: 1 OAuth flows: API key in:

Security Schemes

apiKeyPair http
scheme: basic

Source

Authentication Profile

Raw ↑
generated: '2026-07-20'
method: searched
source: https://www.luno.com/developers/api + live 401 probe
summary:
  types: [http]
  http_schemes: [basic]
  api_key_in: []
  oauth2_flows: []
schemes:
  - name: apiKeyPair
    type: http
    scheme: basic
    description: >-
      HTTP Basic authentication. The API Key ID is sent as the username and the
      API Key Secret as the password. API keys are created in the Luno account
      settings and can be scoped with per-key permissions (e.g. Perm_R_Balance,
      Perm_W_Orders, Perm_W_Send, Perm_W_Withdrawals). Unauthenticated calls to
      private endpoints return HTTP 401.
    docs: https://www.luno.com/developers/api
notes: >-
  Public market-data endpoints (tickers, ticker, orderbook, trades, markets,
  candles) require no authentication. All account, trading, transfer, send and
  withdrawal endpoints require the API key pair. There is no OAuth surface.