Bitcoin Forum
May 30, 2024, 09:06:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 »  All
  Print  
Author Topic: cryptocoincharts.info - bitcoin / altcoin charts  (Read 44800 times)
erasmospunk
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
August 08, 2014, 10:44:52 AM
 #241

I noticed in the API that there is a USD symbol but the price_btc and volume_btc are 0.

It would be nice if it was something like 1/589.53=.001696267 BTC/USD

Like this it is easy to convert for example Litecoin to USD without using any other service:

0.001696267 / 0.01205 = 0.140769046 LTC/USD

The same goes to Euro and Yuan.

g
zebroid
Member
**
Offline Offline

Activity: 74
Merit: 10



View Profile WWW
August 08, 2014, 03:39:23 PM
 #242

xchrix - WOW man! This is an awesome project!

I'm on cryptostocks.com and going to buy some shares in this
and make http://www.cryptocoincharts.info/v2/ my screensaver!!

+1
slavix
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
August 12, 2014, 09:01:32 PM
 #243

http://www.cryptocoincharts.info/v2/coins/show/btsx

Please add btc38 exchange information for trading BTSX (BitShares X)

BTSX/BTC
http://www.btc38.com/trade_en.html?mk_type=btc&btc38_trade_coin_name=btsx
BTSX/CNY
http://www.btc38.com/trade_en.html?btc38_trade_coin_name=btsx
FUBAR-BDHR
Hero Member
*****
Offline Offline

Activity: 702
Merit: 1000


★The Best Adult Video Chat Platform★


View Profile WWW
August 14, 2014, 03:31:40 AM
 #244

I've been looking into writing a small script to access the api data but I'm having some issues understanding the data that is returned.  The listCoins section is petty self explanatory and I had no problems with that data.  Did notice a few websites that either don't work or are suspicious.  The tradingPair stuff just doesn't make sense to me.  For instance I try to do:
http://www.cryptocoincharts.info/v2/api/tradingPair/[ltc_btc]
I get the following data:
{"id":"ltc\/btc","price":"0.00914000","price_before_24h":"0.01000000","volume_first":"394184.358786482","volume_second":"3685.43083999207","volume_btc":"3685.43","best_market":"btc-e","latest_trade":"2014-08-14 03:19:06"}
but if I do:
http://www.cryptocoincharts.info/v2/api/tradingPair/[btc_ltc]
I get:
{"id":null,"price":null,"price_before_24h":null,"volume_first":null,"volume_second":null,"volume_btc":null,"best_market":null,"latest_trade":null}

Does that mean there are ltc to btc trades but no btc to ltc?  It just doesn't make sense.  Can you clarify what this data is supposed to be showing a bit?

slavix
Member
**
Offline Offline

Activity: 96
Merit: 10


View Profile
August 15, 2014, 01:00:53 AM
Last edit: August 15, 2014, 09:12:53 PM by slavix
 #245

Coinport now trades BTSX.

https://coinport.com/trade#/BTSX-BTC


Poloniex  also trades BTSX.

https://www.poloniex.com/exchange/btc_btsx

Please add to
http://www.cryptocoincharts.info/v2/coins/show/btsx
junkonator
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
August 15, 2014, 12:37:36 PM
 #246

{"id":"ltc\/btc","price":"0.00914000","price_before_24h":"0.01000000","volume_first":"394184.358786482","volume_second":"3685.43083999207","volume_btc":"3685.43","best_market":"btc-e","latest_trade":"2014-08-14 03:19:06"}
but if I do:
http://www.cryptocoincharts.info/v2/api/tradingPair/[btc_ltc]
I get:
{"id":null,"price":null,"price_before_24h":null,"volume_first":null,"volume_second":null,"volume_btc":null,"best_market":null,"latest_trade":null}

The pairs are always in the xxx_btc format that most of the exchanges have (except poloniex, maybe others).

@xchrix An API call for showing the overlap of trading pairs would be cool! Possibly a POST request that takes one or many exchanges and returns the lowest common denominator (for many exchanges) and all pairs (for one exchange). This could make for some great graphs, too.
FUBAR-BDHR
Hero Member
*****
Offline Offline

Activity: 702
Merit: 1000


★The Best Adult Video Chat Platform★


View Profile WWW
August 15, 2014, 07:41:13 PM
 #247

Is there some way to tell which coins are valid as currency2 in the pair then?  Also some pairs seem to work in both directions.  For example ltc_doge and doge_ltc both return data.  Kind of hard to write a program to return the data if you can't give the user valid feedback on what is and isn't acceptable as input. 

junkonator
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
August 16, 2014, 02:46:10 PM
 #248

Is there some way to tell which coins are valid as currency2 in the pair then?  Also some pairs seem to work in both directions.  For example ltc_doge and doge_ltc both return data.  Kind of hard to write a program to return the data if you can't give the user valid feedback on what is and isn't acceptable as input. 
Yes that's because both of these pairs actually exist. I don't know of any exchanges that offer any to any trades. Vircurex did that once but I think the money was spread around on too many markets, so that the single markets weren't traded enough. If they were arbitrage bots would be running hot for sure Smiley

The big markets are - besides Fiat and btc  -  ltc, ppc, doge, xmr and a few others. To find out which ones exist you could get all coins from here http://www.cryptocoincharts.info/v2/api/listCoins and then check for btc_XXX via http://www.cryptocoincharts.info/v2/api/tradingPairs . If this doesn't exist then probably XXX isn't valid.

Diabolicus
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
August 21, 2014, 11:17:54 AM
 #249

Is there a problem with updating the order books at the moment?
Prices seem all outdated, for example here:

http://awesomescreenshot.com/0ce3cmu9fa
xchrix (OP)
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
August 21, 2014, 03:03:03 PM
 #250

Is there a problem with updating the order books at the moment?
Prices seem all outdated, for example here:

http://awesomescreenshot.com/0ce3cmu9fa

yes you are right. tracking the orderbooks of 1800 trading pairs of all exchanges is getting a real pain. to much data for my server Sad i will look into this
Diabolicus
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
August 22, 2014, 09:25:49 AM
 #251

Is there a problem with updating the order books at the moment?
Prices seem all outdated, for example here:

http://awesomescreenshot.com/0ce3cmu9fa

yes you are right. tracking the orderbooks of 1800 trading pairs of all exchanges is getting a real pain. to much data for my server Sad i will look into this

Awesome, thanks!
What I really like about your order books is that they show the whole picture, whereas for example Mintpal or Bitcoinwisdom only display a very limited range of the full order book, which is annoying during large price swings.
MikkisJ
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile
August 24, 2014, 07:12:10 PM
 #252

How to trade stock on NXT exchange? What is the name of the asset?
xchrix (OP)
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
August 24, 2014, 07:43:58 PM
 #253

How to trade stock on NXT exchange? What is the name of the asset?

there is plenty of information if you google for "nxt asset exchange"
have a look here: http://wiki.nxtcrypto.org/wiki/Asset_Exchange
if you dont want to install your own wallet you can easily use this webwallet for asset trading: https://trade.secureae.com/
MikkisJ
Member
**
Offline Offline

Activity: 126
Merit: 11


View Profile
August 24, 2014, 11:28:44 PM
 #254

How to trade stock on NXT exchange? What is the name of the asset?

there is plenty of information if you google for "nxt asset exchange"
have a look here: http://wiki.nxtcrypto.org/wiki/Asset_Exchange
if you dont want to install your own wallet you can easily use this webwallet for asset trading: https://trade.secureae.com/

But what is the name of this asset on NXT exchange?
Squeaker
Sr. Member
****
Offline Offline

Activity: 450
Merit: 250


View Profile WWW
August 24, 2014, 11:33:17 PM
 #255

How to trade stock on NXT exchange? What is the name of the asset?

there is plenty of information if you google for "nxt asset exchange"
have a look here: http://wiki.nxtcrypto.org/wiki/Asset_Exchange
if you dont want to install your own wallet you can easily use this webwallet for asset trading: https://trade.secureae.com/

But what is the name of this asset on NXT exchange?
It is "CCC"
Account: NXT-CUME-LXNG-C869-BBPU8
Asset Id:  15019939154479467989

(also should be listed on http://www.cryptocoincharts.info/v2/main/investor_relations but probably an oversight. :nudge: :nudge: )

=squeak=

marc.xxx
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
August 28, 2014, 09:57:50 PM
 #256

Volume distribution by trading pairs on Bittrex´

Is there a possibility to see the data for more than 1 month?
Greglab
Legendary
*
Offline Offline

Activity: 1472
Merit: 1001

www.gcn.zone


View Profile WWW
August 29, 2014, 11:57:13 AM
 #257


Hi CCC

Can you add GCoin please.

Logo
http://www.gcoin.us/images/cgoinS.jpg

Block Chain
http://www.gcoinchain.info/

Exchange
https://bleutrade.com/exchange/GCN/LTC

Other links
www.gcoin.us
https://bitcointalk.org/index.php?topic=665858.0
https://www.facebook.com/infogcoin
https://twitter.com/GregGeoghegan
https://askcoin.net/trading/GCN/LTC


Many thanks
Best
Greg
www.gcoin.us


Join www.daddycow.com when we have enough users we will accept gCn coin as payment for advertisements
xchrix (OP)
Hero Member
*****
Offline Offline

Activity: 905
Merit: 1001



View Profile
September 04, 2014, 01:39:51 PM
 #258

really liked your idea and my implementation is online now Smiley
http://www.cryptocoincharts.info/v2/coins/graphicalComparison
just use the +/- buttons to hide the biggest coins and see the smaller ones


Feature request:  Unselect currencies

I really like your site.  This page is informative http://www.cryptocoincharts.info/v2/coins/graphicalComparison
but it would be even better if I could switch off two coins of which I already know they are big (-:  BTC and LTC

Can you imagine to either always render the same pic without the one/two largest,
or even make it interactive, with an "(un)select coins" function?

Thanks!


junkonator
Full Member
***
Offline Offline

Activity: 149
Merit: 100


View Profile
September 05, 2014, 02:17:54 PM
 #259

really liked your idea and my implementation is online now Smiley
http://www.cryptocoincharts.info/v2/coins/graphicalComparison
just use the +/- buttons to hide the biggest coins and see the smaller ones


This is cool! Will you add this to the single exchanges graphs, too?
osm
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
September 05, 2014, 04:05:30 PM
 #260

Hello. What license the API data?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!