Live data from Hacker News

Show HN: Coinmarketcap replacement with free JSON API

cryptomarketplot.com

81–90 of 90 posts

Re: Show HN: Coinmarketcap replacement with free JSON API

#81

Earlier quoted context omitted.

When they’re aligned vertically, say as part of a table, then leaving the zeros in makes it much easier to read.

Not sure. Check http://cryptomarketplot.com/accessible-index.html : the numbers are also aligned, and in less space that it would take if 5.744e-5 was to have all its leading zeroes.

Within each section, right now, the exponents remain the same. I’ll concede that when that’s true, the choice of notation is irrelevant.

However, occasionally, prices will straddle a boundary between 1.9eX and 9.0eY with |X - Y| = 1. In those cases, the different exponents will be easier to miss than the different number of digits or different number of leading 0s.

Re: Show HN: Coinmarketcap replacement with free JSON API

#82
post #34

Earlier quoted context omitted.

Why is it better to let people choose? That implies there is a downside to https:// or a reason some people prefer http:// -- can you elaborate? If you type just the domain name you get http:// by default, which, in my experience, is how most people type in site URLs.

I use http from embedded devices that cannot do https due to memory constraints. Http access is appreciated for this use case. But.... Do you guys have a business model that is going to keep you around long enough for me to bother hardcoding your api into embedded devices? I build things that connect real world actions to cryptocurrency markets, diverting power, metering resource consumption, etc.

We plan to remain online for a long long time

And if you make embedded devices using our API, maybe you need more than the free API?

We sell access based on subscription for 0.1 BCH per month.

Or maybe you need our 'special services'?

From the FAQ: "I'm wealthy. I have very specific crazy needs!"

"For the right price, the above rules may not apply to you. Right price means at least 1 BTC. If you can pay that, we can do many crazy things just for you"

Re: Show HN: Coinmarketcap replacement with free JSON API

#83

Earlier quoted context omitted.

I use http from embedded devices that cannot do https due to memory constraints. Http access is appreciated for this use case. But.... Do you guys have a business model that is going to keep you around long enough for me to bother hardcoding your api into embedded devices? I build things that connect real world actions to cryptocurrency markets, diverting power, metering resource consumption, etc.

Oops wrong place, sorry.

No wrong question :-)

Please get in touch by email if you need something special.

If you have hard constraints, we can provide you with a special API returning only the value(s) you need so you do not even have to parse anything.

Re: Show HN: Coinmarketcap replacement with free JSON API

#84

Earlier quoted context omitted.

People have their reasons, we respect that. But a default to https, why not? It seems reasonable to me. I am not sure on how to get https:// by default while still supporting http:// for people who prefer it. It may take some advanced 302 redirect. We will investigate and see what we can do there. Suggestions are much appreciated.

I use http from embedded devices that cannot do https due to memory constraints. Http access is appreciated for this use case. But.... Do you guys have a business model that is going to keep you around long enough for me to bother hardcoding your api into embedded devices? I build things that connect real world actions to cryptocurrency markets, diverting power, metering resource consumption, etc.

Please get in touch by email if you need something more than the free API.

For your embedded devices, we can make something special just for you

Re: Show HN: Coinmarketcap replacement with free JSON API

#85
post #5

Earlier quoted context omitted.

>The numbers come from a large sample of exchanges Disclose the method and source "average price on last calendar" Average is a bad function to minimize error between expected values and actual values. Use median or median of the 5%-95% percentiles.

Indeed, the median works better in general, even on degenerate distributions. The Cauchy distributions has no defined mean, but still has a median. We need to upgrade the FAQ to be more specific with the methods we use. To be quick: The price come from many exchange. We exclude suspicious points. Then we do aggregation function like the average. Averaging may not technically be the best method, but it is simple, and…

>we assume the Law of Large Number apply

Null hypothesis mandates you make no such assumption. Even if you did, a gaussian distribution assumes variable independence which markets are most certainly not. Even still if the variables were independent, you surely don't have enough samples of prices to report an accurate mean.

Re: Show HN: Coinmarketcap replacement with free JSON API

#86

Earlier quoted context omitted.

Not sure. Check http://cryptomarketplot.com/accessible-index.html : the numbers are also aligned, and in less space that it would take if 5.744e-5 was to have all its leading zeroes.

Within each section, right now, the exponents remain the same. I’ll concede that when that’s true, the choice of notation is irrelevant. However, occasionally, prices will straddle a boundary between 1.9eX and 9.0eY with |X - Y| = 1. In those cases, the different exponents will be easier to miss than the different number of digits or different number of leading 0s.

I would argue that in this case, the big change from 1.9 to 9.0 would catch your attention even more than the change in exponent.

But by the same login, I agree with you: .9eX and 9.0eY with |X - Y| = 1 may cause too much focus on what is a small difference.

Some hard choices were made. It is not perfect.

Re: Show HN: Coinmarketcap replacement with free JSON API

#87
post #74

Earlier quoted context omitted.

I don't think you should be allowed to make a one-liner comment "This is really cool!" and then follow it up with a 15 line copy-pasted sales pitch for a potentially competing product. That being said, it is refreshing to see a barebones data site by geeks for geeks! I'll following up to find out what they have behind the client subscription.

I think it should be allowed, just not encouraged

All I could see on this website were the tweets and things I don't really care about. We seem to have very different goals.

But after talking, I'm curious to see what kind of market data they have. I asked for a small sample.

I am still waiting for reply from electic.

Re: Show HN: Coinmarketcap replacement with free JSON API

#88

Earlier quoted context omitted.

Indeed, the median works better in general, even on degenerate distributions. The Cauchy distributions has no defined mean, but still has a median. We need to upgrade the FAQ to be more specific with the methods we use. To be quick: The price come from many exchange. We exclude suspicious points. Then we do aggregation function like the average. Averaging may not technically be the best method, but it is simple, and…

>we assume the Law of Large Number apply Null hypothesis mandates you make no such assumption. Even if you did, a gaussian distribution assumes variable independence which markets are most certainly not. Even still if the variables were independent, you surely don't have enough samples of prices to report an accurate mean.

Agreed. We should not make such assumptions, because the number of exchanges is still quite low.

But you would be surprised to know how many samples we have at any moment!

Re: Show HN: Coinmarketcap replacement with free JSON API

#89

Earlier quoted context omitted.

Oops wrong place, sorry.

No wrong question :-) Please get in touch by email if you need something special. If you have hard constraints, we can provide you with a special API returning only the value(s) you need so you do not even have to parse anything.

GraphQL :)

Not attempting to be snide, this sentiment echoes exactly what GraphQL solves.

Re: Show HN: Coinmarketcap replacement with free JSON API

#90
post #11

Earlier quoted context omitted.

I'd love historical API access!

We are split on that. We would like to offer historical API to paying customers. We have a lot of data. But we want to retain customers. We do not want them to leave after dumping our data. At keep keep paying us :-) So we came to the conclusion: you get data from when you start to pay us, and we add a little extra (last 2 months) but no more. It is in the FAQ. Historical API, we must think more about that.

You could offer historical data for a 1 time fee.
Post reply on HN