Pages:
Author

Topic: cryptocoincharts.info - bitcoin / altcoin charts - page 8. (Read 44861 times)

full member
Activity: 149
Merit: 100
{"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.
member
Activity: 96
Merit: 10
hero member
Activity: 702
Merit: 1000
★The Best Adult Video Chat Platform★
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?
member
Activity: 74
Merit: 10
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
newbie
Activity: 50
Merit: 0
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
legendary
Activity: 1190
Merit: 1001
Can you please add exchange:  https://bx.in.th

API Docs: https://bx.in.th/info/api/
hero member
Activity: 826
Merit: 1000
see my profile
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!

full member
Activity: 220
Merit: 100
Hi xchrix,

i know you have some troubles with your page and maybe neither the time nor the energy to care about this, but i wanted to inform you
that with the newest release of Crypto-Trade, our API has slightly changed and there might be incorrect volumes showing up: https://crypto-trade.com/api/v1/documentation

thanks man!
Keep up the great work!
legendary
Activity: 1472
Merit: 1001
www.gcn.zone
Hi, how do I apply to add a new coin. I couldn't register on http://www.cryptocoincharts.info/v2/users/register
as the solve captcha didn't seem to work for me ?
best
Greg
member
Activity: 96
Merit: 10
full member
Activity: 149
Merit: 100
crypto-trade volume isn't updated for quite some time now. The new API is online and working.
member
Activity: 161
Merit: 10
please add btc38.

I'd like to check the volume, thanks
hero member
Activity: 905
Merit: 1001
Bittrex API is down because they had just updated their API. Just update v1 to v1.1 in your URL link and it should be fine.  Smiley
thx for the info. changed the url
sr. member
Activity: 434
Merit: 250
Bittrex API is down because they had just updated their API. Just update v1 to v1.1 in your URL link and it should be fine.  Smiley
full member
Activity: 145
Merit: 100
thx for your good advices. the steps are good but there is always a possibility to leave a security hole open. i found out, that the attacker was able to perform some sql injections but i am escaping all params in the queries. i am a developer not a sysadmin  Huh maybe i will try to give the hosting to a guy which knows what he is doing.
btw sorry to not answer your email: of course i will integrate your API but for now i am having nightmares and doing everything possible to secure my private things

yes we are facing some problems with some hackers which are permanentely trying to hack our servers.
someone was able to inject some javascript code into the website. dont know how so i moved the whole website to a new and clean server which is hopefully more secured!

i am also confronted with blackmails to my private email. its very sad to get hacked by some guys. i dont have any funds on the servers and i dont have some big income from cryptcoincharts so i dont know why i am the target Sad
securing the server and changing all passwords is very time consuming, thats why i dont have time right now for doing any development work or support. sorry for that. i am losing faith in the bitcoin community.. it looks like there are more scammers than good guys.

i am thinking about selling the whole website. if someone is interested please email me at office (at) cryptocoincharts.info

There are a few simple ways to mitigate hack attempts: try use a CDN service like cloudflare and hide your server's ip behind it after you moved to a new server, it becomes much harder to locate your actual server's ip address; chown your source files so your php process or web server cannot modify your code; change ssh port number, and disable password login and allow key authentication only, or even use port knocking (knockd) to hide your ssh service.

Don't give up Wink

It's ok, one thing at a time, we're not in a hurry.

A good server setup is always the basis of security, otherwise you can't even be sure it's your code that caused the problem. Once that is done, with proper logging, code level security issues like sql injections should be traceable at least.

About securing personal accounts, I'm not sure exactly what problem you're facing, but there's a lot of information in your domain's whois information like names and email addresses, which could be a starting point for attacks, so maybe use a different set of passwords for those email addresses from your personal accounts, and add something like domain privacy guard with your domain registrar.

Hope everything works out for you eventually.
hero member
Activity: 905
Merit: 1001
thx for your good advices. the steps are good but there is always a possibility to leave a security hole open. i found out, that the attacker was able to perform some sql injections but i am escaping all params in the queries. i am a developer not a sysadmin  Huh maybe i will try to give the hosting to a guy which knows what he is doing.
btw sorry to not answer your email: of course i will integrate your API but for now i am having nightmares and doing everything possible to secure my private things

yes we are facing some problems with some hackers which are permanentely trying to hack our servers.
someone was able to inject some javascript code into the website. dont know how so i moved the whole website to a new and clean server which is hopefully more secured!

i am also confronted with blackmails to my private email. its very sad to get hacked by some guys. i dont have any funds on the servers and i dont have some big income from cryptcoincharts so i dont know why i am the target Sad
securing the server and changing all passwords is very time consuming, thats why i dont have time right now for doing any development work or support. sorry for that. i am losing faith in the bitcoin community.. it looks like there are more scammers than good guys.

i am thinking about selling the whole website. if someone is interested please email me at office (at) cryptocoincharts.info

There are a few simple ways to mitigate hack attempts: try use a CDN service like cloudflare and hide your server's ip behind it after you moved to a new server, it becomes much harder to locate your actual server's ip address; chown your source files so your php process or web server cannot modify your code; change ssh port number, and disable password login and allow key authentication only, or even use port knocking (knockd) to hide your ssh service.

Don't give up Wink
full member
Activity: 145
Merit: 100
yes we are facing some problems with some hackers which are permanentely trying to hack our servers.
someone was able to inject some javascript code into the website. dont know how so i moved the whole website to a new and clean server which is hopefully more secured!

i am also confronted with blackmails to my private email. its very sad to get hacked by some guys. i dont have any funds on the servers and i dont have some big income from cryptcoincharts so i dont know why i am the target Sad
securing the server and changing all passwords is very time consuming, thats why i dont have time right now for doing any development work or support. sorry for that. i am losing faith in the bitcoin community.. it looks like there are more scammers than good guys.

i am thinking about selling the whole website. if someone is interested please email me at office (at) cryptocoincharts.info

There are a few simple ways to mitigate hack attempts: try use a CDN service like cloudflare and hide your server's ip behind it after you moved to a new server, it becomes much harder to locate your actual server's ip address; chown your source files so your php process or web server cannot modify your code; change ssh port number, and disable password login and allow key authentication only, or even use port knocking (knockd) to hide your ssh service.

Don't give up Wink
hero member
Activity: 905
Merit: 1001
yes we are facing some problems with some hackers which are permanentely trying to hack our servers.
someone was able to inject some javascript code into the website. dont know how so i moved the whole website to a new and clean server which is hopefully more secured!

i am also confronted with blackmails to my private email. its very sad to get hacked by some guys. i dont have any funds on the servers and i dont have some big income from cryptcoincharts so i dont know why i am the target Sad
securing the server and changing all passwords is very time consuming, thats why i dont have time right now for doing any development work or support. sorry for that. i am losing faith in the bitcoin community.. it looks like there are more scammers than good guys.

i am thinking about selling the whole website. if someone is interested please email me at office (at) cryptocoincharts.info
full member
Activity: 220
Merit: 100
hey xchrix,

do you face any problem with our API? cause cryptocoincharts.info currently lists our exchange as N/A.

thanks in advance,

kindest regards,
crypto-trade
Pages:
Jump to: