freeapis

Huobi

Seychelles based cryptocurrency exchange

Authentication
API Key
HTTPS
Yes
CORS
Unknown

Overview

Huobi (HTX) provides spot trading and market data. Public market data works without auth (verified live, 100KB+ ticker dump); trading needs an API key.

Quick Start

Market tickers — keyless (verified live):

curl "https://api.huobi.pro/market/tickers"
{
  "status": "ok",
  "data": [
    { "symbol": "btcusdt", "open": 68000.0, "close": 68200.5, "high": 69000.0, "low": 67500.0, "amount": 12345.6 }
  ]
}

Klines / depth:

curl "https://api.huobi.pro/market/history/kline?symbol=btcusdt&period=1day"
curl "https://api.huobi.pro/market/depth?symbol=btcusdt&type=step0"

Authentication

  • Public market endpoints: keyless (verified).
  • Trading: register at htx.com → API key (HMAC-signed requests).

Rate Limits & Notes

  • Public data: rate-limited per the docs (be polite).
  • Symbols use btcusdt style (lowercase, no dash).
  • The exchange rebranded to HTX — the API host remains api.huobi.pro.

FAQ

Is Huobi free? Public market data is keyless (verified); trading needs a key.

What’s the symbol format? btcusdt (lowercase concatenated).

Is it still Huobi or HTX? Rebranded to HTX — same API host.

More in Cryptocurrency

APIAuthHTTPSCORS
0x

API for querying token and pool stats across various liquidity pools

No authYesYes
1inch

API for querying decentralize exchange

No authYesUnknown
Alchemy Ethereum

Ethereum Node-as-a-Service Provider

API KeyYesYes
Alpha (Mossland)

Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store

No authYesYes
Binance

Exchange for Trading Cryptocurrencies based in China

API KeyYesUnknown