Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
3596408
Topic
38450
Board
Project Development
Re: Bitcoin Windows gadget which displays BTC and currency amounts
by
40-Pin
on
15/11/2013, 22:47:07 UTC
Quote from: Domchi on June 23, 2013, 09:38:59 PM
BTC-E
exchange URL:
https://btc-e.com/api/2/btc_usd/ticker
exhange rate JSON key: sell
field 1 JSON key: sell
field 2 JSON key: last
field 3 JSON key: buy
Vircurex
exchange URL:
https://vircurex.com/api/get_info_for_1_currency.json?base=BTC&alt=USD
exhange rate JSON key: lowest_ask
field 1 JSON key: lowest_ask
field 2 JSON key: last_trade
field 3 JSON key: highest_bid
Bitstamp
exchange URL:
https://www.bitstamp.net/api/ticker/
exhange rate JSON key: lowest_ask
field 1 JSON key: ask
field 2 JSON key: last
field 3 JSON key: bid
Trying to figure out which settings to use for coinbase from their API page
https://coinbase.com/api/doc
not sure I am on the right track.