Korbit

Korbit is South Korea's first cryptocurrency exchange, founded in 2013 and headquartered in Seoul, offering KRW-denominated spot trading of bitcoin, ether and other digital assets to Korean retail and institutional customers. Korbit publishes the Korbit Open API v2, a REST and WebSocket interface covering market data (tickers, orderbook, trades, candlesticks, tick-size policy), order placement and cancellation, order and trade history, balances, cryptocurrency deposit-address management and withdrawals, and KRW deposit/withdrawal push notifications. Authentication is by API key (X-KAPI-KEY) with per-request HMAC-SHA256 or ED25519 signatures, granular key permissions and optional IP allowlisting. Korbit is unusually agent-forward for an exchange: it ships an official Go CLI with a bundled MCP server and Agent Skill, a documented llms.txt, and a downloadable local sandbox that mocks the full REST and WebSocket surface for no-risk development.

Korbit publishes 2 APIs on the APIs.io network: Open API v2 and Open API v2 WebSocket. Tagged areas include Company, Crypto, Cryptocurrency Exchange, Digital Assets, and Trading.

The Korbit catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Korbit’s developer surface includes authentication, documentation, API reference, getting-started guide, engineering blog, signup flow, CLI, and 23 more developer resources.

46.8/100 developing ▬ flat Agent 90/100 agent native Full breakdown ↓
scored 2026-07-21 · rubric v0.4
2 APIs 1 MCP Servers 0 Features
CompanyCryptoCryptocurrency ExchangeDigital AssetsTradingMarket DataFinancial ServicesWebSocketSouth KoreaBlockchain

API Rating

API Evangelist API Evangelist Rating How this is scored →
scored 2026-07-21 · rubric v0.4
Composite quality — 46.8/100 · developing
Contract Quality 16.7 / 25
Developer Ergonomics 16.5 / 20
Commercial Clarity 2.6 / 20
Operational Transparency 1.7 / 13
Governance 0.0 / 12
Discoverability 9.3 / 10
Agent readiness — 90/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 15 / 15
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 4 / 4
Consent & Bot Identity 0 / 3
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/korbit: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs

Korbit Open API v2

REST API for the Korbit cryptocurrency exchange covering market data (quotation), trading, balances, cryptocurrency deposits and withdrawals, and KRW deposit/withdrawal push not...

Korbit Open API v2 WebSocket

WebSocket streaming API for the Korbit exchange. Public channels stream ticker, orderbook and trade market data; private channels stream the authenticated account's order, trade...

MCP Servers

korbit-mcp.yml

MCP SERVER

Rate Limits

Korbit Rate Limits

0 limits

RATE LIMITS

Event Specifications

Korbit Open API v2 WebSocket

WebSocket streaming API for the Korbit cryptocurrency exchange. Public channels stream market data; private channels stream the authenticated account's order, trade, and balance...

ASYNCAPI

Resources

Get Started 4

Portal, sign-up, and the first successful call

Documentation 4

Reference material describing how the API behaves

Agent Surfaces 5

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Company 2

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: korbit
name: Korbit
description: 'Korbit is South Korea''s first cryptocurrency exchange, founded in 2013 and headquartered in Seoul, offering
  KRW-denominated spot trading of bitcoin, ether and other digital assets to Korean retail and institutional customers. Korbit
  publishes the Korbit Open API v2, a REST and WebSocket interface covering market data (tickers, orderbook, trades, candlesticks,
  tick-size policy), order placement and cancellation, order and trade history, balances, cryptocurrency deposit-address management
  and withdrawals, and KRW deposit/withdrawal push notifications. Authentication is by API key (X-KAPI-KEY) with per-request
  HMAC-SHA256 or ED25519 signatures, granular key permissions and optional IP allowlisting. Korbit is unusually agent-forward
  for an exchange: it ships an official Go CLI with a bundled MCP server and Agent Skill, a documented llms.txt, and a downloadable
  local sandbox that mocks the full REST and WebSocket surface for no-risk development.'
url: https://raw.githubusercontent.com/api-evangelist/korbit/refs/heads/main/apis.yml
image: https://www.korbit.co.kr/apple-touch-icon.png
x-type: company
x-source: vc-portfolio
x-backed-by:
- pantera-capital
specificationVersion: '0.20'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Crypto
- Cryptocurrency Exchange
- Digital Assets
- Trading
- Market Data
- Financial Services
- WebSocket
- South Korea
- Blockchain
apis:
- aid: korbit:korbit-open-api-v2
  name: Korbit Open API v2
  description: REST API for the Korbit cryptocurrency exchange covering market data (quotation), trading, balances, cryptocurrency
    deposits and withdrawals, and KRW deposit/withdrawal push notifications. Responses use a {success, data} envelope; private
    endpoints require the X-KAPI-KEY header plus timestamp and signature parameters signed with HMAC-SHA256 or ED25519.
  humanURL: https://docs.korbit.co.kr/
  baseURL: https://api.korbit.co.kr
  tags:
  - Trading
  - Market Data
  - Cryptocurrency
  - Wallet
  properties:
  - type: OpenAPI
    url: openapi/korbit-openapi.yml
  - type: Documentation
    url: https://docs.korbit.co.kr/
  - type: Overlay
    url: overlays/korbit-openapi-overlay.yaml
- aid: korbit:korbit-open-api-v2-websocket
  name: Korbit Open API v2 WebSocket
  description: WebSocket streaming API for the Korbit exchange. Public channels stream ticker, orderbook and trade market
    data; private channels stream the authenticated account's order, trade and balance changes. Private connections sign exactly
    like REST, with timestamp and signature in the query string and X-KAPI-KEY in the connection header.
  humanURL: https://docs.korbit.co.kr/
  baseURL: wss://ws-api.korbit.co.kr/v2/public
  tags:
  - Streaming
  - Market Data
  - WebSocket
  properties:
  - type: AsyncAPI
    url: asyncapi/korbit-websocket-asyncapi.yml
  - type: Documentation
    url: https://docs.korbit.co.kr/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
- FN: APIs.json
  email: info@apis.io
common:
- type: DomainSecurity
  url: security/korbit-domain-security.yml
- type: AgenticAccess
  url: agentic-access/korbit-agentic-access.yml
- type: Authentication
  url: authentication/korbit-authentication.yml
- type: Website
  url: https://www.korbit.co.kr/
- type: DeveloperPortal
  url: https://developers.korbit.co.kr
- type: Documentation
  url: https://docs.korbit.co.kr/
- type: APIReference
  url: https://docs.korbit.co.kr/
- type: GettingStarted
  url: https://docs.korbit.co.kr/llms/en/introduction.md
- type: Blog
  url: https://blog.naver.com/korbit_official
- type: GitHubOrganization
  url: https://github.com/korbit-official
- type: SignUp
  url: https://developers.korbit.co.kr
- type: LLMsTxt
  url: llms/korbit-llms.txt
- type: OpenAPI
  url: openapi/korbit-openapi.yml
- type: AsyncAPI
  url: asyncapi/korbit-websocket-asyncapi.yml
- type: Webhooks
  url: asyncapi/korbit-websocket-asyncapi.yml
- type: Packages
  url: packages/korbit-packages.yml
- type: SDKs
  url: packages/korbit-packages.yml
- type: CLI
  url: cli/korbit-cli.yml
- type: MCPServer
  url: mcp/korbit-mcp.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Sandbox
  url: sandbox/korbit-sandbox.yml
- type: Conventions
  url: conventions/korbit-conventions.yml
- type: Idempotency
  url: conventions/korbit-conventions.yml
- type: ErrorCatalog
  url: errors/korbit-error-codes.yml
- type: RateLimits
  url: rate-limits/korbit-rate-limits.yml
- type: Lifecycle
  url: lifecycle/korbit-lifecycle.yml
- type: Conformance
  url: conformance/korbit-conformance.yml
- type: DataModel
  url: data-model/korbit-data-model.yml
- type: WellKnown
  url: well-known/korbit-well-known.yml
- type: Overlay
  url: overlays/korbit-openapi-overlay.yaml
x-enrichment:
  date: '2026-07-19'
  status: backfilled
  pass: local-v1
  note: backfilled from .gitignore signal + verified work evidence