Korbit website screenshot

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 8 APIs on the APIs.io network, including Open API v2 WebSocket, Asset API, Deposit (Crypto) API, and 5 more. 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 24 more developer resources.

39.1/100 thin ▬ flat Agent 39/100 agent native saas Full breakdown ↓
scored 2026-08-30 · rubric v0.17.2
AccessSelf serve
1 APIs 1 MCP Servers
CompanyCryptoCryptocurrency ExchangeDigital AssetsTradingMarket DataFinancial-ServicesWebSocketSouth KoreaBlockchain

What this lets a business do 1

Business capabilities this provider's published APIs can perform, derived from its own contracts. Browse all capabilities →

Capital Markets Trading Management
BC-1370
Trading
POST /v2/orders DELETE /v2/orders GET /v2/openOrders GET /v2/myTrades

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-30 · rubric v0.17.2
Composite quality — 39.1/100 · thin
Contract Quality 14.2 / 21
Developer Ergonomics 8.4 / 17
Access Clarity 0.0 / 17
Operational Transparency 4.7 / 11
Contract Governance 0.5 / 10
Discoverability 6.5 / 9
Regulatory Posture 4.2 / 15
Agent readiness — 39/100 · agent native
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
Documented Reversibility 0 / 6
MCP Server 12 / 12
Machine-Readable Auth 10 / 10
Idempotency 9 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Delegated User Identity 0 / 6
Protected Resource Metadata 0 / 5
Registration Without a Human 0 / 6
Agentic Commerce Surface 0 / 5
Regulatory Posture applies to this provider. Its tags matched the Securities & Market Data regime, so Regulatory Posture carries 15 points of the composite. If this regime is wrong for your business, say so on your provider repo — the applicability map is public and we will correct it.
The six quality facets above are damped to 85 points between them, because the conditional facet above carries the other 15. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 85% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
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 8

Individual APIs this provider publishes, each with its own machine-readable definition.

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...

Korbit Asset API

The Asset API from Korbit — 1 operation(s) for asset.

Korbit Deposit (Crypto) API

The Deposit (Crypto) API from Korbit — 3 operation(s) for deposit (crypto).

Korbit Deposit/Withdrawal (KRW) API

The Deposit/Withdrawal (KRW) API from Korbit — 4 operation(s) for deposit/withdrawal (krw).

Korbit Other API

The Other API from Korbit — 8 operation(s) for other.

Korbit Quotation API

The Quotation API from Korbit — 6 operation(s) for quotation.

Korbit Trading API

The Trading API from Korbit — 4 operation(s) for trading.

Korbit Withdrawal (Crypto) API

The Withdrawal (Crypto) API from Korbit — 3 operation(s) for withdrawal (crypto).

Scroll for all 8

Open Collections 8

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

API Collection

OPEN COLLECTION

Scroll for all 8

MCP Servers 1

Model Context Protocol servers that expose these APIs to AI agents.

Korbit MCP Server

Korbit ships an official MCP server bundled inside the korbit-cli binary. It is a local stdio server (not a hosted/remote endpoint) that exposes every Korbit Open API v2 endpoin...

MCP SERVER

Rate Limits 1

Documented rate limits and quota policies.

Korbit Rate Limits

5 limits

RATE LIMITS

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

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

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Korbit Authentication

apiKey · 1 scheme

SECURITY

Korbit Domain Security

TLSv1.3 · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Korbit Agentic Access

34 operations · 7 acting

34 operations · 7 acting

AGENTIC

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 2

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
deliveryModel:
  model: saas
  open_source: false
  commercial: true
  callable_host: true
  label: Hosted service · you call their endpoint
  confidence: high
  source:
  - openapi
  - pricing
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: unknown
  onboarding: self-serve
  trial: false
  try_now: false
  public: false
  label: Self-serve signup
  confidence: medium
  source:
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://www.korbit.co.kr/apple-touch-icon.png
x-type: company
x-source: vc-portfolio
x-backed-by:
- pantera-capital
specificationVersion: '0.23'
created: '2026-07-17'
modified: '2026-07-19'
tags:
- Company
- Crypto
- Cryptocurrency Exchange
- Digital Assets
- Trading
- Market Data
- Financial-Services
- WebSocket
- South Korea
- Blockchain
tags_raw:
- Company
- Crypto
- Cryptocurrency Exchange
- Digital Assets
- Trading
- Market Data
- Financial Services
- WebSocket
- South Korea
- Blockchain
apis:
- 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/
- aid: korbit:korbit-asset-api
  name: Korbit Asset API
  description: The Asset API from Korbit — 1 operation(s) for asset.
  humanURL: https://docs.korbit.co.kr/
  baseURL: https://api.korbit.co.kr
  tags:
  - Asset
  properties:
  - type: OpenAPI
    url: openapi/korbit-asset-api-openapi.yml
  - type: Documentation
    url: https://docs.korbit.co.kr/
- aid: korbit:korbit-deposit-crypto-api
  name: Korbit Deposit (Crypto) API
  description: The Deposit (Crypto) API from Korbit — 3 operation(s) for deposit (crypto).
  humanURL: https://docs.korbit.co.kr/
  baseURL: https://api.korbit.co.kr
  tags:
  - Deposit (Crypto)
  properties:
  - type: OpenAPI
    url: openapi/korbit-deposit-crypto-api-openapi.yml
  - type: Documentation
    url: https://docs.korbit.co.kr/
- aid: korbit:korbit-deposit-withdrawal-krw-api
  name: Korbit Deposit/Withdrawal (KRW) API
  description: The Deposit/Withdrawal (KRW) API from Korbit — 4 operation(s) for deposit/withdrawal (krw).
  humanURL: https://docs.korbit.co.kr/
  baseURL: https://api.korbit.co.kr
  tags:
  - Deposit/Withdrawal (KRW)
  properties:
  - type: OpenAPI
    url: openapi/korbit-deposit-withdrawal-krw-api-openapi.yml
  - type: Documentation
    url: https://docs.korbit.co.kr/
- aid: korbit:korbit-other-api
  name: Korbit Other API
  description: The Other API from Korbit — 8 operation(s) for other.
  humanURL: https://docs.korbit.co.kr/
  baseURL: https://api.korbit.co.kr
  tags: []
  tags_raw:
  - Other
  properties:
  - type: OpenAPI
    url: openapi/korbit-other-api-openapi.yml
  - type: Documentation
    url: https://docs.korbit.co.kr/
- aid: korbit:korbit-quotation-api
  name: Korbit Quotation API
  description: The Quotation API from Korbit — 6 operation(s) for quotation.
  humanURL: https://docs.korbit.co.kr/
  baseURL: https://api.korbit.co.kr
  tags:
  - Quotation
  properties:
  - type: OpenAPI
    url: openapi/korbit-quotation-api-openapi.yml
  - type: Documentation
    url: https://docs.korbit.co.kr/
- aid: korbit:korbit-trading-api
  name: Korbit Trading API
  description: The Trading API from Korbit — 4 operation(s) for trading.
  humanURL: https://docs.korbit.co.kr/
  baseURL: https://api.korbit.co.kr
  tags:
  - Trading
  properties:
  - type: OpenAPI
    url: openapi/korbit-trading-api-openapi.yml
  - type: Documentation
    url: https://docs.korbit.co.kr/
- aid: korbit:korbit-withdrawal-crypto-api
  name: Korbit Withdrawal (Crypto) API
  description: The Withdrawal (Crypto) API from Korbit — 3 operation(s) for withdrawal (crypto).
  humanURL: https://docs.korbit.co.kr/
  baseURL: https://api.korbit.co.kr
  tags:
  - Withdrawal (Crypto)
  properties:
  - type: OpenAPI
    url: openapi/korbit-withdrawal-crypto-api-openapi.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: CapabilityMap
  url: capabilities/korbit-capability-edges.yml
  name: Korbit Business Capability Map
- 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/_original/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

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/korbit"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/korbit/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/korbit/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.