Bitfinex
加密货币交易平台
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 加密货币
- 文档 / URL
- https://docs.bitfinex.com/docs
简介
Bitfinex 提供公开 REST API 获取市场数据——行情、K 线、订单簿和成交——外加带认证的交易。公开端点免密钥(实测可用)。
快速开始
行情(实测可用):
curl "https://api-pub.bitfinex.com/v2/ticker/tBTCUSD"
[77090.5, 43.2, 77091.2, 11.5, 4621.3, 0.0316, 77089.9, 38129100.5, 77080.5, 77098.3]
K 线:
curl "https://api-pub.bitfinex.com/v2/candles/trade:1h:tBTCUSD/hist?limit=5"
订单簿:
curl "https://api-pub.bitfinex.com/v2/book/tBTCUSD/P0"
认证方式
- 公开端点:无需认证(免密钥)。
- 私有端点(v2 认证路由):API 密钥 + 密钥签名载荷。
速率限制与注意事项
- 公开端点:宽松但有限流——见文档。
- 交易对是
t前缀对:tBTCUSD、tETHUSD(v2 格式)。 api-pub.bitfinex.com是公开数据主机。- 行情响应是位置数组——字段顺序见文档。
常见问题
Bitfinex 公开数据免费吗? 是的——公开市场数据免密钥(实测)。
交易对格式是什么?
t 前缀:tBTCUSD、tETHUSD。
公开数据用什么主机?
api-pub.bitfinex.com(v2)。
加密货币 分类更多
| 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 | ↗ |