Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Korbit Quotation API

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

Korbit Quotation API is one of 8 APIs that Korbit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Quotation. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 6 operations across 6 paths, and defines 1 schema. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against 2 base URLs: https://api.korbit.co.kr, http://127.0.0.1:9999.

6 operations 6 paths 1 schemas 6 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.korbit.co.kr
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Korbit Quotation API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-KAPI-KEY (KorbitApiKey).

  • KorbitApiKey — API key issued in the Korbit Developers portal (https://developers.korbit.co.kr). Keys carry permissions (readOrders, writeOrders, readBalances, readDeposits,…

Paths & Operations 6

Across 6 paths, the API surfaces 6 operations — 6 GET. Each is listed below with its method, path, parameters, and response codes.

Quotation 6
GET
/v2/tickers
Get Tickers
getTickers 1 param → 200400429
GET
/v2/orderbook
Get Orderbook
getOrderbook 2 params → 200400429
GET
/v2/trades
Get Recent Trades
getTrades 2 params → 200400429
GET
/v2/candles
Get Candlesticks
getCandles 5 params → 200400429
GET
/v2/currencyPairs
Get Trading Pairs
getCurrencyPairs → 200400429
GET
/v2/tickSizePolicy
Get Tick Size Policy
getTickSizePolicy 1 param → 200400429

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is ErrorResponse (2 properties). Each schema is shown below with its type and property counts.

ErrorResponse
object
Korbit error envelope. error.message carries the symbolic error code.
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

korbit-quotation-api-openapi.yml Raw ↑

Other APIs Korbit publishes across the network.

Korbit Open API v2 WebSocket
Korbit Asset API
Korbit Deposit (Crypto) API
Korbit Deposit/Withdrawal (KRW) API
Korbit Other API
Korbit Trading API
Korbit Withdrawal (Crypto) API