Huobi
Seychelles based cryptocurrency exchange
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Cryptocurrency
- Documentation / URL
- https://huobiapi.github.io/docs/spot/v1/en/
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
btcusdtstyle (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
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 0x API for querying token and pool stats across various liquidity pools | No auth | Yes | Yes | ↗ |
| 1inch API for querying decentralize exchange | No auth | Yes | Unknown | ↗ |
| Alchemy Ethereum Ethereum Node-as-a-Service Provider | API Key | Yes | Yes | ↗ |
| Alpha (Mossland) Korean crypto channel stance + RAG Q&A + canonical entity/topic/event store | No auth | Yes | Yes | ↗ |
| Binance Exchange for Trading Cryptocurrencies based in China | API Key | Yes | Unknown | ↗ |