CoinCap
通过 RESTful API 获取实时加密货币价格
- 认证方式
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 加密货币
- 文档 / URL
- https://docs.coincap.io/
简介
CoinCap 的 API 提供实时加密货币市场数据——资产价格、排名、历史、交易所和汇率——免密钥、免费。它是加密面板和持仓追踪器的热门无认证选择。
⚠️ 状态(2026-08 实测):
api.coincap.io在本网络不可达(直连和代理请求均连接失败)。API 可能正在经历故障——使用前请验证可用性,并查看官方状态/文档。
提供的数据(服务恢复时)
- 资产价格与排名:
GET /v2/assets - 单个资产:
GET /v2/assets/bitcoin - 价格历史:
GET /v2/assets/bitcoin/history?interval=d1 - 汇率:
GET /v2/rates - 交易所列表:
GET /v2/exchanges
快速开始(可达时)
curl "https://api.coincap.io/v2/assets/bitcoin"
{
"data": {
"id": "bitcoin",
"rank": "1",
"symbol": "BTC",
"priceUsd": "67234.50",
"marketCapUsd": "..."
},
"timestamp": 1724300000000
}
认证方式
无需认证——免密钥(可选的免费 API 密钥可提高速率限制)。
常见问题
CoinCap 免费吗? 是的——免密钥,可选免费密钥提高配额。
为什么访问不了? 2026-08 实测连接失败——服务可能正在故障。请验证当前可用性。
提供什么数据? 资产价格、市值、排名、历史数据、汇率和交易所列表。
加密货币 分类更多
| 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 | ↗ |