BTC/USD
$ 63,401  -0.03%
BTC/EUR
€ 59,707  -0.01%
BTC/CNY
¥ 172,521  0%
BTC/GBP
£ 50,992  -0.05%
BTC/RUB
₽ 3,900,027  0%
BTC volume
$ 16.88B
Altcoin volume
$ 44.82B
Crypto market cap
$ 2.06T

Api intro

WorldCoinIndex provides a simple API with JSON responses.

Our API is free of use.

To access our API you require an API KEY. Your can request an API KEY below. The data will be updated every 5 minutes. API request are restricted to 1 API KEY per IP and a maximum of 70 requests per hour.

We would appreciate if you could let us know for what purpose you are going to use our API.

If you have any questions, feedback, or recommendations , contact us through our contact form.

Ticker(s)

Url : https://www.worldcoinindex.com/apiservice/ticker?key={key}&label=ethbtc-ltcbtc&fiat=btc

API example:
{
  "Markets" : [
    {
      "Label" : "ETH/BTC",
      "Name" : "Ethereum",
      "Price" : 0.01948437,
      "Volume_24h" : 28680.92498425,
      "Timestamp" : 1461221820
    },{
      "Label" : "LTC/BTC",
      "Name" : "Litecoin",
      "Price" : 0.01948437,
      "Volume_24h" : 28680.92498425,
      "Timestamp" : 1461221820
   }
  ]
}

Volume_24h: 24 hour traded volume in FIAT
Timestamp: Unix time stamp

GetMarkets (v2)

Url : https://www.worldcoinindex.com/apiservice/v2getmarkets?key={key}&fiat=btc

API example:
{
  "Markets" : [
    {
      "Label" : "ETH/(Fiat)",
      "Name" : "Ethereum",
      "Price" : 0.01948437,
      "Volume_24h" : 28680.92498425,
      "Timestamp" : 1461221820
    },{
      "Label" : "LTC/(Fiat)",
      "Name" : "Litecoin",
      "Price" : 0.01948437,
      "Volume_24h" : 28680.92498425,
      "Timestamp" : 1461221820
   }
  ]
}

Volume_24h: 24 hour traded volume in FIAT
Timestamp: Unix time stamp

GetMarkets (deprecated)

Url : https://www.worldcoinindex.com/apiservice/getmarkets?key={key}&fiat=btc

API example:
{
  "Markets" : [
    {
      "Label" : "ETH/BTC",
      "Name" : "Ethereum",
      "Price" : 0.01948437,
      "Volume_24h" : 28680.92498425,
      "Timestamp" : 1461221820
    },{
      "Label" : "LTC/BTC",
      "Name" : "Litecoin",
      "Price" : 0.01948437,
      "Volume_24h" : 28680.92498425,
      "Timestamp" : 1461221820
   }
  ]
}

Volume_24h: 24 hour traded volume in FIAT
Timestamp: Unix time stamp

All (deprecated)

Url : https://www.worldcoinindex.com/apiservice/json?key={key}

API example:
{
  "Label" : "ETH/BTC",
  "Name" : "Ethereum",
  "Price_btc" : 0.01948437,
  "Price_usd" : 8.59941135,
  "Price_cny" : 55.94140258,
  "Price_eur" : 7.58939922,
  "Price_gbp" : 6.10172873,
  "Price_rur" : 544.17387808,
  "Volume_24h" : 28680.92498425,
  "Timestamp" : 1461221820
}

Volume_24h: 24 hour traded volume in BTC
Timestamp: Unix time stamp

Key

 
We use cookies for analytics, advertising and to improve our site. To find out more about our cookies, see our Privacy Policy. If you agree to our use of cookies, please continue to use our site or press the accept button. Learn more