Huobi
Public REST API for Huobi cryptocurrency exchange spot market data, providing real-time and historical tickers, order book depth, trade history, and candlestick data across all trading pairs. No authentication is required for market data endpoints.
Slug: huobi
Key:
Base URL:
Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Key:
github.io:huobiBase URL:
https://huobiapi.github.io/docs/spot/v1/en/Auth: none
Endpoints: 9
Reachable: unknown
CORS: unknown
Tier: verified
Links
Topics
Tutorials
- Getting Started with Huobi — I can pull real-time cryptocurrency market data — current prices, 24-hour OHLCV stats, recent trades, and candlestick history — from Huobi's public API with no authentication required.
Skills
- Access crypto market stats — I can pull real-time cryptocurrency market data — current price, 24h OHLCV stats, and trade count — from Huobi's public API with no authentication required.
- Access standard — I can pull 24-hour trading statistics — prices, volume, trade count — for any Huobi cryptocurrency pair in a single unauthenticated call.
Endpoints (9)
| Path | Summary | Response | Auth |
|---|---|---|---|
| market/depth | Get Market Depth (Order Book) | text/plain |
— |
| market/detail | Get Last 24h Market Summary | application/json |
— |
| market/detail/merged | Get Latest Aggregated Ticker | application/json |
— |
| market/history/kline | Get Klines/Candles | application/json |
— |
| market/history/trade | Get Most Recent Trades | application/json |
— |
| market/tickers | Get Latest Tickers for All Pairs | text/plain |
— |
| market/trade | Get Last Trade | application/json |
— |
| v1/common/timestamp | Get Current Timestamp | application/json |
— |
| v2/market-status | Get Market Status | application/json |
— |