freeapis

Huobi

总部位于塞舌尔的加密货币交易所

认证方式
API Key
HTTPS
Yes
CORS
Unknown

简介

Huobi(HTX)提供现货交易和市场数据。公开市场数据无需认证(实测可用,100KB+ 行情全量);交易需要 API 密钥。

快速开始

市场行情——免密钥(实测可用):

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 }
  ]
}

K线 / 深度:

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

认证方式

  • 公开市场端点:免密钥(已实测)。
  • 交易:在 htx.com 注册 → API 密钥(HMAC 签名请求)。

速率限制与注意事项

  • 公开数据:按文档限流(请礼貌使用)。
  • 交易对用 btcusdt 风格(小写无横杠)。
  • 交易所已更名 HTX——API 主机仍是 api.huobi.pro。

常见问题

Huobi 免费吗? 公开市场数据免密钥(实测);交易需要密钥。

交易对格式是什么? btcusdt(小写拼接)。

还是 Huobi 还是 HTX? 已更名 HTX——同一 API 主机。

加密货币 分类更多

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