KuCoin
REST API for the KuCoin cryptocurrency exchange offering market data such as trading pairs, tickers, order books, trade history, and candlestick charts, plus currency details and fiat conversion prices.
Slug: kucoin
Key:
Base URL:
Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Key:
kucoin.com:kucoinBase URL:
https://docs.kucoin.com/Auth: none
Endpoints: 10
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with KuCoin — I can pull live cryptocurrency prices, order book snapshots, ticker data, and per-coin deposit/withdrawal status from KuCoin's public API — no auth, no key — and it uniquely exposes operational flags (deposit enabled, margin enabled) that most exchanges hide behind a status page.
Skills
- Access one — I can check whether a specific cryptocurrency is available for deposit, withdrawal, or margin trading on KuCoin — plus confirmation counts, withdrawal minimums, and fees — from a single unauthenticated GET.
- List prices — I can list current fiat-equivalent cryptocurrency prices from KuCoin in a single unauthenticated GET — spot values only, no bid/ask depth, and USDT's deviation from $1.00 is a live sentiment signal.
Endpoints (10)
| Path | Summary | Response | Auth |
|---|---|---|---|
| api/v1/currencies | Get Currencies | ? |
— |
| api/v1/currencies/{currency} | Get Currency Detail | application/json |
— |
| api/v1/market/allTickers | Get All Tickers | ? |
— |
| api/v1/market/candles | Get Kline/Candlestick Data | application/json |
— |
| api/v1/market/histories | Get Trade History | application/json |
— |
| api/v1/market/orderbook/level1 | Get Level 1 Order Book (Ticker) | application/json |
— |
| api/v1/market/orderbook/level2_20 | Get Level 2 Order Book (20 Levels) | application/json |
— |
| api/v1/prices | Get Fiat Prices | application/json |
— |
| api/v1/symbols | Get Trading Symbols | ? |
— |
| api/v1/timestamp | Get Server Timestamp | application/json |
— |