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 Deposit/Withdrawal (KRW) API

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

Korbit Deposit/Withdrawal (KRW) API is one of 8 APIs that Korbit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Deposit/Withdrawal (KRW). The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 4 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.

4 operations 4 paths 1 schemas 2 GET2 POST

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 Deposit/Withdrawal (KRW) 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 4

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

Deposit/Withdrawal (KRW) 4
POST
/v2/krw/sendKrwDepositPush
Request Deposit
createKrwSendKrwDepositPush body → 200400401403429
POST
/v2/krw/sendKrwWithdrawalPush
Request Withdrawal
createKrwSendKrwWithdrawalPush body → 200400401403429
GET
/v2/krw/recentDeposits
Get Recent Deposits
getKrwRecentDeposits 3 params → 200400401403429
GET
/v2/krw/recentWithdrawals
Get Recent Withdrawals
getKrwRecentWithdrawals 2 params → 200400401403429

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-deposit-withdrawal-krw-api-openapi.yml Raw ↑

Other APIs Korbit publishes across the network.

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