CAPTcoin Ticker API
The CAPTcoin Ticker API is now available with these methods:
Price and volume of every CAPTcoin exchange, as well as the weighted average:
https://api.captcoin.com/ticker/exchangesA list of currencies with the corresponding price of CAPTcoin.
https://api.captcoin.com/ticker/currenciesTo get information corresponding to one specific currency:
/ticker/<UPER-CASE 3-CHAR CODE>For example:
https://api.captcoin.com/ticker/BTChttps://api.captcoin.com/ticker/USD(
22 currencies are supported)
To get the combined information:
https://api.captcoin.com/ticker/allMore information is available here:
For example, the last method currently returns this information:
{
"exchanges": {
"coin-swap": {
"price": "0.00002400",
"volume": "1.18545110"
},
"bittrex": {
"price": "0.00002536",
"volume": "0.28916834"
},
"atomic-trade": {
"price": "0.00002500",
"volume": "0.04265044"
},
"cryptoine": {
"price": "0.00002200",
"volume": "0.00276601"
},
"average": "0.00002428"
},
"currencies": {
"BTC": "0.00002428",
"AUD": "0.0136",
"BRL": "0.0265",
"CAD": "0.0140",
"CHF": "0.0096",
"CNY": "0.0773",
"EUR": "0.0096",
"GBP": "0.0079",
"HKD": "0.0595",
"IDR": "144.6471",
"ILS": "0.0455",
"MXN": "0.1629",
"NOK": "0.0840",
"NZD": "0.0156",
"PLN": "0.0400",
"RON": "0.0426",
"RUB": "0.4901",
"SEK": "0.0917",
"SGD": "0.0150",
"TRY": "0.0276",
"USD": "0.0126",
"ZAR": "0.1378"
},
"created": "2014-08-21T22:20:01+00:00"
}