Cryptocurrency — entry 042 of 53

KuCoin

Verified Jul 2026

KuCoin's REST API spans spot, margin, and futures trading, account/funding management, and market data, with public endpoints open to anyone and private trading/account endpoints requiring an API key, secret, and passphrase combination. A parallel WebSocket API streams real-time tickers, order books, and trade execution updates, and the whole surface is free to use aside from KuCoin's own trading fees.

exchangetradingspotfutureswebsocket
AuthenticationAPI KeySign up with the provider to obtain credentials.
HTTPSSupportedTraffic is encrypted in transit.
CORSDisabledBrowser calls need a server-side proxy.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSON, WebSocketResponses can be requested as JSON or WebSocket.

GreatAPIs Score

Score70out of 100
Authentication15/25API key required
Pricing20/20Free to use
Docs0/20No docs or spec available
Formats15/15Supports 2 response formats
Freshness20/20Verified within 6 months

Embed this badge

Scored 70 on greatapis.com
<a href="https://greatapis.com/api/kucoin/"><img src="https://greatapis.com/badge/kucoin.svg" alt="Scored 70 on greatapis.com"></a>

Auth quickstart

  1. Sign up with the provider to get an API key.
  2. Send it on every request as a headerAuthorization: <key>
  3. The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Developer reference

Rate limit

Keyed REST, resource-pool/weight system by VIP level: Unified Account VIP0 200 req/s up to VIP12 3000 req/s; Spot Trading pool VIP0 4000 per 30s up to VIP12 40000 per 30s; Futures pool VIP0 2000 per 30s up to VIP12 20000 per 30s. WebSocket: <=800 connections, 100 messages per 10s per connection, <=400 topics per connection