Post
Topic
Board Announcements (Altcoins)
Re: ⟳ [CAPT] CAPTcoin - The best distributed PoS - Merchant Tools available
by
EcuaMobi
on 05/09/2014, 15:16:31 UTC

The CAPTcoin Address API has been released.

It includes services to:

This API joins CAPTcoin's Process Payments API and the Ticker API.

This unique set of APIs has been developed from scratch and is one of the most complete ones for any crypto-currency.

If you want to develop a service for CAPTcoin using these APIs, please post in this thread or here:
https://forum.captcoin.com/index.php/board,26.0.html
to get specific help.



Now that https://bx.in.th/ has some volume, it has been added to the Ticker API.

It now calculates the weighted average from:

LazyCoins is still not considered because it doesn't have a public API to query (that I know at least, let me know if I'm grong).

The required BTC<->Fiat rates are still gotten from https://api.bitcoinaverage.com/ticker/all

Here's what https://api.captcoin.com/ticker/all currently returns:

Code:
{
"exchanges": {
"coin-swap": {
"price": "0.00001432",
"volume": "0.81452311"
},
"bittrex": {
"price": "0.00001592",
"volume": "0.20755425"
},
"atomic-trade": {
"price": "0.00001101",
"volume": "0.00815975"
},
"cryptoine": {
"price": "0.00001110",
"volume": "0.00004347"
},
"bx_in_th": {
"price": "0.00001453",
"volume": "0.00924979"
},
"average": "0.00001462"
},
"currencies": {
"BTC": "0.00001462",
"AUD": "0.0076",
"BRL": "0.0119",
"CAD": "0.0079",
"CHF": "0.0036",
"CNY": "0.0438",
"EUR": "0.0055",
"GBP": "0.0045",
"HKD": "0.0260",
"IDR": "85.2191",
"ILS": "0.0254",
"MXN": "0.0947",
"NOK": "0.0440",
"NZD": "0.0087",
"PLN": "0.0205",
"RON": "0.0194",
"RUB": "0.2811",
"SEK": "0.0515",
"SGD": "0.0090",
"TRY": "0.0154",
"USD": "0.0072",
"ZAR": "0.0797"
},
"created": "2014-09-05T15:10:01+00:00"
}