WorldCoinIndex
Cryptocurrencies Prices
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Cryptocurrency
- Documentation / URL
- https://www.worldcoinindex.com/apiservice
Overview
WorldCoinIndex provides cryptocurrency prices and rankings via a key-based API. The ticker endpoint requires both fiat and label parameters (verified — the API answers parameter errors step by step).
Quick Start
Ticker (replace 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 }
]
}
Authentication
- Register at worldcoinindex.com → free API key (emailed).
- Send it as the
keyquery parameter. - Parameters:
fiat(usd/eur/…) andlabel(btc/eth/…) are required — missing ones return{"error": "missing parameter ..."}(verified).
Rate Limits & Notes
- Free tier: modest request limits (check the site); paid tiers scale.
- The API returns
marketswithlabel,price,volume_24h, andpercent_change_24h. - The ticker endpoint is the core one — docs describe a few variants (e.g.
getmarkets).
FAQ
Is WorldCoinIndex free? Free tier with request limits; more is paid.
How do I get a key? Register at worldcoinindex.com — the key is emailed.
Why “missing parameter”?
The ticker needs both fiat and label (verified).
More in Cryptocurrency
| 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 | ↗ |