- Introduction
- Authentication
- Enums Definitions
- Terms Definitions
- SDK
- Rate Limit
- Change Log
- User Service
- REST
- Account Info
- Account & Funding
- Get Account Summary Info
- 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 - Futures
- Get Account Ledgers - Spot/Margin
- Get Account Ledgers - Trade_hf
- Get Account Ledgers - Margin_hf
- Get Account Ledgers - Futures
- Sub Account
- Sub Account API
- Deposit
- Withdrawals
- Transfer
- Trade Fee
- Account & Funding
- Spot Trading
- Market Data
- Get AnnouncementsGET
- Get CurrencyGET
- Get All CurrenciesGET
- Get Symbol GET
- Get All SymbolsGET
- Get TickerGET
- Get All TickersGET
- Get Trade HistoryGET
- Get KlinesGET
- Get Part OrderBookGET
- Get Full OrderBookGET
- Get Call Auction Part OrderBookGET
- Get Call Auction InfoGET
- Get Fiat PriceGET
- Get 24hr StatsGET
- Get Market ListGET
- Get Client IP AddressGET
- Get Server TimeGET
- Get Service StatusGET
- 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
- Futures Trading
- Market Data
- Orders
- Add Order
- Add Order Test
- Batch Add Orders
- Add Take Profit And Stop Loss Order
- Cancel Order By OrderId
- Cancel Order By ClientOid
- Batch Cancel Orders
- Cancel All Orders
- Cancel All Stop orders
- Get Order By OrderId
- Get Order By ClientOid
- Get Order List
- Get Recent Closed Orders
- Get Stop Order List
- Get Open Order Value
- Get Recent Trade History
- Get Trade History
- Positions
- Funding Fees
- Copy Trading
- Earn
- VIP Lending
- Affiliate
- Broker
- Websocket API
- Error Code
- 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
- Sub-account Transfer
- Get Deposit History - Old
- Internal Transfer
- Get Futures Account Transfer Out Ledger
- Get Withdrawal History - Old
- Futures Account Transfer Out
- Futures Account Transfer In
- Add Deposit Address - V1
- Withdraw - V1
- Spot Trading
- Margin Trading
- Futures Trading
- Developing
Get All Currencies
GET
https://api.kucoin.com/api/v3/currencies
domain:Spot
api-channel:Public
api-permission:NULL
api-rate-limit-pool:Public
sdk-service:Spot
sdk-sub-service:Market
sdk-method-name:getAllCurrencies
api-rate-limit-weight:3
Description
Tips
Code | Description |
---|---|
BTC | Bitcoin |
ETH | Ethereum |
KCS | Kucoin Shares |
Request
None
Request 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.com/api/v3/currencies'
Responses
🟢200OK
application/json
Body
code
string
required
data
array [object {9}]
required
currency
string
required
name
string
required
fullName
string
required
precision
integer
required
confirms
integer
required
contractAddress
string
required
isMarginEnabled
boolean
required
isDebitEnabled
boolean
required
chains
array [object {18}]
required
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.001",
"depositMinSize": "0.0002",
"withdrawFeeRate": "0",
"withdrawalMinFee": "0.0005",
"isWithdrawEnabled": true,
"isDepositEnabled": true,
"confirms": 3,
"preConfirms": 1,
"contractAddress": "",
"withdrawPrecision": 8,
"maxWithdraw": null,
"maxDeposit": null,
"needTag": false,
"chainId": "btc"
},
{
"chainName": "Lightning Network",
"withdrawalMinSize": "0.00001",
"depositMinSize": "0.00001",
"withdrawFeeRate": "0",
"withdrawalMinFee": "0.000015",
"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",
"depositMinSize": null,
"withdrawFeeRate": "0",
"withdrawalMinFee": "0.00002",
"isWithdrawEnabled": true,
"isDepositEnabled": true,
"confirms": 20,
"preConfirms": 20,
"contractAddress": "0xfa93c12cd345c658bc4644d1d4e1b9615952258c",
"withdrawPrecision": 8,
"maxWithdraw": null,
"maxDeposit": null,
"needTag": false,
"chainId": "kcc"
},
{
"chainName": "BTC-Segwit",
"withdrawalMinSize": "0.0008",
"depositMinSize": "0.0002",
"withdrawFeeRate": "0",
"withdrawalMinFee": "0.0005",
"isWithdrawEnabled": false,
"isDepositEnabled": true,
"confirms": 2,
"preConfirms": 2,
"contractAddress": "",
"withdrawPrecision": 8,
"maxWithdraw": null,
"maxDeposit": null,
"needTag": false,
"chainId": "bech32"
}
]
},
{
"currency": "BTCP",
"name": "BTCP",
"fullName": "Bitcoin Private",
"precision": 8,
"confirms": null,
"contractAddress": null,
"isMarginEnabled": false,
"isDebitEnabled": false,
"chains": [
{
"chainName": "BTCP",
"withdrawalMinSize": "0.100000",
"depositMinSize": null,
"withdrawFeeRate": "0",
"withdrawalMinFee": "0.010000",
"isWithdrawEnabled": false,
"isDepositEnabled": false,
"confirms": 6,
"preConfirms": 6,
"contractAddress": "",
"withdrawPrecision": 8,
"maxWithdraw": null,
"maxDeposit": null,
"needTag": false,
"chainId": "btcp"
}
]
}
]
}
Modified at 2025-03-19 02:11:49