Hello.
I used JSON queries to grab info about currencies. I make 5-6 queries in time to different currencies. I cant grab all with 1 query to coins.json because of software limitations (excel).
I refresh manually (not auto), so no spam should be.
Today I was banned, whattomine answer forbidden to me.
Is it permanent or not? and what frequency limit is?
Current rate limit stands at 120rpm, but it might go to 60 soon.
Ban is temporary.
Hello, Im trying to grab all coins with
http://whattomine.com/coins.jsonIf I open it with browser, it have data about many coins, but if I access to this from my script, it show only few coins. How to get data about all coins with one query?
Are you sure you dont get all?
Which coins missing from json?
What I'm doin is I set my cards, hash rate, power ,.... in the site then click calculate.
Then copy the link and add .json to coins at the beginning of link
From :
whattomine.com/coins?utf8=✓&adapt_q_280x=0&ada ....
To :
whattomine.com/coins.json?utf8=✓&adapt_q_280x=0&ada ....
like this :
wtm json for 20x1060 + 13x 1070I download "coins.json" with no parameters, I thougth that this should show me all coins ticker data. Now I think that whattomine store user parameters in cookies and if you call "coins.json" without any parameters, WTM will get parameters from cookies and send coins.json for it. Thats why browser show many coins, but if I trying to get from script (without cookies and GET parameters), I get only default coins.
So coins.json is dynamic, I should specify parameters with GET or with cookies (in HTTP header)
But what if I want to get only basic ticker data about coins? like block_time, current difficulty, current hashrate, current reward, current exchange, timestamp, And dont need any videocard speeds, pool fee data.