Author

Topic: [ANN] - Vskype.com - simple BTC and TAG against Fiat converter, with API (Read 505 times)

hero member
Activity: 627
Merit: 501
We created a simple site to quickly get value of Bitcoin or TagCoin against most Fiat currencies. Also added a simple API for anyone to make use of:

http://vskype.com

API example calls:

Also added API to vskype.com for BTC and TAG across multiple currencies - can now integrate that into any app or site.

http://vskype.com/api/tag/usd for example gives:
{
TAG: 1,
USD: 0.29456721,
error: false,
status: 200
}

http://vskype.com/api/btc/usd
{
BTC: 1,
USD: 600.3,
error: false,
status: 200
}

http://vskype.com/api/tag/btc
{
TAG: 1,
BTC: 0.00048933876079885,
error: false,
status: 200
}
Jump to: