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.
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
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
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
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