freeapis

CoinRanking

实时加密货币数据

认证方式
API Key
HTTPS
Yes
CORS
Unknown

简介

CoinRanking 提供加密货币市场排名和数据——价格、市值、OHLC 和交易所数据。推荐使用免费 API 密钥,但我们实测基础读取无需密钥也可用(2026-08 实测)——匿名访问有限流。

快速开始

顶级币种(我们实测无密钥可用):

curl "https://api.coinranking.com/v2/coins?limit=3"
{
  "status": "success",
  "data": {
    "stats": { "total": 2195, "totalMarketCap": "1115", "total24hVolume": "123207810713" },
    "coins": [
      { "uuid": "Qwsogvtv82FCd", "symbol": "BTC", "name": "Bitcoin", "color": "#f7931a", "price": "77090.5" }
    ]
  }
}

带密钥(推荐):

curl "https://api.coinranking.com/v2/coins?limit=10" \
  -H "x-access-token: YOUR_KEY"

认证方式

  • 在 coinranking.com 注册 → 免费 API 密钥。
  • 通过 x-access-token 请求头携带。
  • 匿名请求可用但限流很严(实测)。

速率限制与注意事项

  • 免费层:带密钥约 10,000 次/月(以文档为准);匿名非常有限。
  • 端点:/v2/coins/v2/coin/{uuid}/v2/coin/{uuid}/history/v2/exchanges
  • 币种 UUID(如 BTC 的 Qwsogvtv82FCd)是稳定标识符。

常见问题

CoinRanking 免费吗? 免费层带月度额度;推荐用密钥。

需要密钥吗? 基础读取匿名可用(有限流,实测)——真实应用请用密钥。

如何获取密钥? 在 coinranking.com 注册——密钥在控制台。

加密货币 分类更多

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