Korbit · Authentication Profile

Korbit Authentication

Authentication

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

CompanyCryptoCryptocurrency ExchangeDigital AssetsTradingMarket DataFinancial ServicesWebSocketSouth KoreaBlockchain
Methods: apiKey Schemes: 1 OAuth flows: API key in: header

Security Schemes

KorbitApiKey apiKey
· in: header (X-KAPI-KEY)

Source

Authentication Profile

Raw ↑
generated: '2026-07-19'
method: derived
source: openapi/korbit-openapi.yml
summary:
  types:
  - apiKey
  api_key_in:
  - header
schemes:
- name: KorbitApiKey
  type: apiKey
  in: header
  parameter: X-KAPI-KEY
  description: API key issued in the Korbit Developers portal (https://developers.korbit.co.kr).
    Keys carry permissions (readOrders, writeOrders, readBalances, readDeposits, writeDeposits,
    readWithdrawals, writeWithdrawals), may be pinned to an IP allowlist, and are valid for
    one year. Every signed request additionally carries `timestamp` and `signature` parameters
    (HMAC-SHA256 hex or ED25519 base64).
  sources:
  - openapi/korbit-openapi.yml