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 Withdrawal (Crypto) API

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

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

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

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

5 operations 3 paths 1 schemas 1 DELETE3 GET1 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 Withdrawal (Crypto) 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 5

Across 3 paths, the API surfaces 5 operations — 1 DELETE, 3 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Withdrawal (Crypto) 5
GET
/v2/coin/withdrawableAddresses
Get Address
getCoinWithdrawableAddresses 1 param → 200400401403429
GET
/v2/coin/withdrawableAmount
Get Withdrawable Amount
getCoinWithdrawableAmount 2 params → 200400401403429
POST
/v2/coin/withdrawal
Request Withdrawal
createCoinWithdrawal body → 200400401403429
DELETE
/v2/coin/withdrawal
Cancel Withdrawal
deleteCoinWithdrawal 2 params → 200400401403429
GET
/v2/coin/withdrawal
Get Withdrawal Status
getCoinWithdrawal 3 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-withdrawal-crypto-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 Quotation API
Korbit Trading API