KUCOIN API - EU
SDK
Telegram
Kucoin
  1. Market Data
  • Introduction
  • Authentication
  • Enums Definitions
  • Terms Definitions
  • SDK
  • Rate Limit
  • Classic REST
    • Account Info
      • Account & Funding
        • Get Account Summary Info
        • Get KYC Regions
        • Get Apikey Info
        • Get Account Type - Spot
        • Get Account List - Spot
        • Get Account Detail - Spot
        • Get Account - Cross Margin
        • Get Account - Isolated Margin
        • Get Account Ledgers - Spot/Margin
        • Get Account Ledgers - Trade_hf
        • Get Account Ledgers - Margin_hf
      • Sub Account
        • Add sub-account
        • Add sub-account Margin Permission
        • Get sub-account List - Summary Info
        • Get sub-account Detail - Balance
        • Get sub-account List - Spot Balance (V2)
      • Sub Account API
        • Get sub-account API List
        • Add sub-account API
        • Modify sub-account API
        • Delete sub-account API
      • Deposit
        • Add Deposit Address (V3)
        • Get Deposit Address (V3)
        • Get Deposit History
      • Withdrawals
        • Get Withdrawal Quotas
        • Withdraw (V4)
        • Cancel Withdrawal
        • Get Withdrawal History
        • Get Withdrawal History By ID
      • Transfer
        • Get Transfer Quotas
        • Flex Transfer
      • Trade Fee
        • Get Basic Fee - Spot/Margin
        • Get Actual Fee - Spot/Margin
    • Spot Trading
      • Market Data
        • Get Announcements
          GET
        • Get Currency
          GET
        • Get All Currencies
          GET
        • Get Symbol
          GET
        • Get All Symbols
          GET
        • Get Ticker
          GET
        • Get All Tickers
          GET
        • Get Trade History
          GET
        • Get Klines
          GET
        • Get Part OrderBook
          GET
        • Get Full OrderBook
          GET
        • Get Call Auction Part OrderBook
          GET
        • Get Call Auction Info
          GET
        • Get Fiat Price
          GET
        • Get 24hr Stats
          GET
        • Get Market List
          GET
        • Get Client IP Address
          GET
        • Get Server Time
          GET
        • Get Service Status
          GET
      • Orders
        • Add Order
        • Add Order Sync
        • Add Order Test
        • Batch Add Orders
        • Batch Add Orders Sync
        • Cancel Order By OrderId
        • Cancel Order By OrderId Sync
        • Cancel Order By ClientOid
        • Cancel Order By ClientOid Sync
        • Cancel Partial Order
        • Cancel All Orders By Symbol
        • Cancel All Orders
        • Modify Order
        • Get Order By OrderId
        • Get Order By ClientOid
        • Get Symbols With Open Order
        • Get Open Orders
        • Get Open Orders By Page
        • Get Closed Orders
        • Get Trade History
        • Get DCP
        • Set DCP
        • Add Stop Order
        • Cancel Stop Order By ClientOid
        • Cancel Stop Order By OrderId
        • Batch Cancel Stop Orders
        • Get Stop Orders List
        • Get Stop Order By OrderId
        • Get Stop Order By ClientOid
        • Add OCO Order
        • Cancel OCO Order By OrderId
        • Cancel OCO Order By ClientOid
        • Batch Cancel OCO Order
        • Get OCO Order By OrderId
        • Get OCO Order By ClientOid
        • Get OCO Order Detail By OrderId
        • Get OCO Order List
    • Margin Trading
      • Market Data
        • Get Symbols - Cross Margin
        • Get Symbols - Isolated Margin
        • Get Mark Price Detail
        • Get Margin Config
        • Get Mark Price List
        • Get Margin Collateral Ratio
        • Get Market Available Inventory
      • Orders
        • Add Order
        • Add Order Test
        • Cancel Order By OrderId
        • Cancel Order By ClientOid
        • Cancel All Orders By Symbol
        • Get Symbols With Open Order
        • Get Open Orders
        • Get Closed Orders
        • Get Trade History
        • Get Order By OrderId
        • Get Order By ClientOid
      • Debit
        • Borrow
        • Get Borrow History
        • Repay
        • Get Repay History
        • Get Interest History
        • Modify Leverage
      • Risk Limit
        • Get Margin Risk Limit
    • Earn
      • Simple Earn
        • Purchase
        • Get Redeem Preview
        • Redeem
        • Get Savings Products
        • Get Promotion Products
        • Get Account Holding
    • Broker
      • Introduction
      • Broker Application
      • Instructions
      • Broker Pro
        • Introduction
        • Broker Fast API Service
        • Get Broker Rebate
        • Get Commission
        • Get User List
        • Get User Transactions
  • Classic Websocket
    • Base Info
      • Introduction
      • Get Public Token - Classic Spot/Margin
      • Get Private Token - Classic Spot/Margin
    • Spot Trading
      • Public Channels
        • Ticker
        • All Tickers
        • Orderbook - Level 1
        • Orderbook - Level 5
        • Orderbook - Level 50
        • Orderbook - Increment
        • Call Auction Orderbook - Level 50
        • Call Auction Data
        • Klines
        • Trade
        • Symbol Snapshot
        • Market Snapshot
      • Private Channels
        • Order V2
        • Order V1
        • Balance
        • Stop Order
    • Margin Trading
      • Public Channels
        • Index Price
        • Mark Price
      • Private Channels
        • Cross Margin Position
        • Isolated Margin Position
  • Error Code
    • HTTP
    • Spot
    • Margin
    • Earn
    • Websocket
  • Abandoned Endpoints
    • Introduction
    • Account & Funding
      • Get sub-account List - Summary Info (V1)
      • Get sub-account List - Spot Balance (V1)
      • Get Deposit Addresses (V2)
      • Get Deposit Addresses - V1
      • Get Deposit History - Old
      • Get Withdrawal History - Old
      • Add Deposit Address - V1
      • Withdraw - V1
    • Spot Trading
      • Orders
        • Add Order - Old
        • Add Order Test - Old
        • Batch Add Orders - Old
        • Cancel Order By OrderId - Old
        • Cancel Order By ClientOid - Old
        • Batch Cancel Order - Old
        • Get Orders List - Old
        • Get Recent Orders List - Old
        • Get Order By OrderId - Old
        • Get Order By ClientOid - Old
        • Get Trade History - Old
        • Get Recent Trade History - Old
    • Margin Trading
      • Get Account Detail - Margin
      • Add Order - V1
      • Add Order Test - V1
      • Get Account List - Isolated Margin - V1
      • Get Account Detail - Isolated Margin - V1
  • Developing
    • Introduction
  1. Market Data

Get Currency

GET
https://api.kucoin.eu/api/v3/currencies/{currency}
api-channel:Public
api-permission:NULL
api-rate-limit-pool:Public
sdk-service:Spot
sdk-sub-service:Market
sdk-method-name:getCurrency
api-rate-limit-weight:3
Description
Request the currency details of a specified currency via this endpoint.

Request

Path Params

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.kucoin.eu/api/v3/currencies/?chain='

Responses

🟢200OK
application/json
Body

Example
{
    "code": "200000",
    "data": {
        "currency": "BTC",
        "name": "BTC",
        "fullName": "Bitcoin",
        "precision": 8,
        "confirms": null,
        "contractAddress": null,
        "isMarginEnabled": true,
        "isDebitEnabled": true,
        "chains": [
            {
                "chainName": "BTC",
                "withdrawalMinSize": "0.00018",
                "withdrawMinSize": "0.00018",
                "depositMinSize": "0.0001",
                "withdrawFeeRate": "0",
                "withdrawalMinFee": "0.00009",
                "withdrawMinFee": "0.00009",
                "isWithdrawEnabled": true,
                "isDepositEnabled": true,
                "confirms": 3,
                "preConfirms": 1,
                "contractAddress": "",
                "withdrawPrecision": 8,
                "maxWithdraw": null,
                "maxDeposit": null,
                "needTag": false,
                "chainId": "btc"
            },
            {
                "chainName": "BEP20",
                "withdrawalMinSize": "0.000008",
                "withdrawMinSize": "0.000008",
                "depositMinSize": null,
                "withdrawFeeRate": "0",
                "withdrawalMinFee": "0.000004",
                "withdrawMinFee": "0.000004",
                "isWithdrawEnabled": false,
                "isDepositEnabled": true,
                "confirms": 60,
                "preConfirms": 15,
                "contractAddress": "",
                "withdrawPrecision": 8,
                "maxWithdraw": null,
                "maxDeposit": null,
                "needTag": false,
                "chainId": "bsc"
            },
            {
                "chainName": "Lightning Network",
                "withdrawalMinSize": "0.00004",
                "withdrawMinSize": "0.00004",
                "depositMinSize": "0.00001",
                "withdrawFeeRate": "0",
                "withdrawalMinFee": "0.00002",
                "withdrawMinFee": "0.00002",
                "isWithdrawEnabled": true,
                "isDepositEnabled": true,
                "confirms": 1,
                "preConfirms": 1,
                "contractAddress": "",
                "withdrawPrecision": 8,
                "maxWithdraw": null,
                "maxDeposit": "0.03",
                "needTag": false,
                "chainId": "btcln"
            },
            {
                "chainName": "KCC",
                "withdrawalMinSize": "0.0008",
                "withdrawMinSize": "0.0008",
                "depositMinSize": null,
                "withdrawFeeRate": "0",
                "withdrawalMinFee": "0.00002",
                "withdrawMinFee": "0.00002",
                "isWithdrawEnabled": true,
                "isDepositEnabled": true,
                "confirms": 20,
                "preConfirms": 20,
                "contractAddress": "0xfa93c12cd345c658bc4644d1d4e1b9615952258c",
                "withdrawPrecision": 8,
                "maxWithdraw": null,
                "maxDeposit": null,
                "needTag": false,
                "chainId": "kcc"
            },
            {
                "chainName": "ARBITRUM",
                "withdrawalMinSize": "0.0005",
                "withdrawMinSize": "0.0005",
                "depositMinSize": null,
                "withdrawFeeRate": "0",
                "withdrawalMinFee": "0.0001",
                "withdrawMinFee": "0.0001",
                "isWithdrawEnabled": false,
                "isDepositEnabled": false,
                "confirms": 1900,
                "preConfirms": 120,
                "contractAddress": "0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f",
                "withdrawPrecision": 8,
                "maxWithdraw": null,
                "maxDeposit": null,
                "needTag": false,
                "chainId": "arbitrum"
            },
            {
                "chainName": "BTC-Segwit",
                "withdrawalMinSize": "0.0008",
                "withdrawMinSize": "0.0008",
                "depositMinSize": "0.0001",
                "withdrawFeeRate": "0",
                "withdrawalMinFee": "0.0005",
                "withdrawMinFee": "0.0005",
                "isWithdrawEnabled": false,
                "isDepositEnabled": true,
                "confirms": 2,
                "preConfirms": 2,
                "contractAddress": "",
                "withdrawPrecision": 8,
                "maxWithdraw": null,
                "maxDeposit": null,
                "needTag": false,
                "chainId": "bech32"
            }
        ]
    }
}
Modified at 2026-01-28 12:12:46
Previous
Get Announcements
Next
Get All Currencies