APIHub
Back to Explore

WorldCoinIndex

The WorldCoinIndex API delivers cryptocurrency market data, offering ticker details for specified coin pairs as well as price, 24‑hour volume and timestamp information for all supported assets, with results returned in a chosen fiat currency.

Cryptocurrency
apiKeyQuery
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

772ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/ticker

Retrieve ticker information for one or more cryptocurrency pairs.

  • key (query, required) — Your API key.
  • label (query, required) — Comma‑ or hyphen‑separated list of ticker labels (e.g., ethbtc, ltcbtc).
  • fiat (query) — Fiat currency in which to return price and volume (default: btc).
GET

/v2getmarkets

Get market data (price, 24‑h volume, timestamp) for all supported cryptocurrencies, expressed in the specified fiat currency.

  • key (query, required) — Your API key.
  • fiat (query) — Fiat currency for price and volume values (default: btc).
GET

/getmarkets

Deprecated endpoint that returns market data for all cryptocurrencies (same format as v2getmarkets).

  • key (query, required) — Your API key.
  • fiat (query) — Fiat currency for price and volume values (default: btc).
GET

/json

Deprecated endpoint that returns comprehensive data for each cryptocurrency, including prices in multiple fiat currencies.

  • key (query, required) — Your API key.

4 endpoints auto-detected

Authentication

This API uses an API key, passed as the "key" query parameter. No OAuth required.

curl -X GET \
  "https://www.worldcoinindex.com/apiservice/ticker?key=YOUR_API_KEY"

www.worldcoinindex.com · HTTPS only