WorldCoinIndex
加密货币价格
- 认证方式
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- 分类
- 加密货币
简介
WorldCoinIndex 通过基于密钥的 API 提供加密货币价格和排名。ticker 端点同时要求 fiat 和 label 参数(已实测——API 会逐步提示参数错误)。
快速开始
Ticker(替换 YOUR_KEY):
curl "https://www.worldcoinindex.com/apiservice/ticker?key=YOUR_KEY&fiat=usd&label=btc"
{
"success": true,
"markets": [
{ "label": "BTC", "price": 77090.5, "volume_24h": 123456789, "percent_change_24h": 1.2 }
]
}
认证方式
- 在 worldcoinindex.com 注册 → 免费 API 密钥(邮件发送)。
- 通过
key查询参数携带。 - 参数:
fiat(usd/eur/…)和label(btc/eth/…)是必填——缺失时返回{"error": "missing parameter ..."}(已实测)。
速率限制与注意事项
- 免费层:请求限额适中(以官网为准);付费档可扩展。
- API 返回
markets,带label、price、volume_24h和percent_change_24h。 - ticker 端点是核心——文档还描述了几个变体(如
getmarkets)。
常见问题
WorldCoinIndex 免费吗? 免费层带请求限额;更多需要付费。
如何获取密钥? 在 worldcoinindex.com 注册——密钥会邮件发送。
为什么 “missing parameter”?
ticker 需要同时提供 fiat 和 label(已实测)。
加密货币 分类更多
| 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 | ↗ |