Author

Topic: API Whattomine. How? (Read 289 times)

newbie
Activity: 41
Merit: 0
September 20, 2018, 09:41:12 AM
#4
you can also use coincalculators.io alternatively.

https://www.coincalculators.io/api/
newbie
Activity: 31
Merit: 0
September 20, 2018, 05:23:25 AM
#3
Hi guys!

Can you provide me with any ideas how to get advertised profit form whattomine using API request (or something else)?

thnx!

This is the live json file
https://whattomine.com/coins.json
You need to expand the array and filter for your algoritm via your programming language.
If you use PHP,
in foreach loop, you can use simple equality control like;

foreach($array AS $data)   {

if($data['algorithm']=="equihash") {
// add your action
}


                                    }

Hi,

Thank you a lot!
Your help is highly appreciated.
member
Activity: 112
Merit: 31
September 09, 2018, 02:48:47 PM
#2
Hi guys!

Can you provide me with any ideas how to get advertised profit form whattomine using API request (or something else)?

thnx!

This is the live json file
https://whattomine.com/coins.json
You need to expand the array and filter for your algoritm via your programming language.
If you use PHP,
in foreach loop, you can use simple equality control like;

foreach($array AS $data)   {

if($data['algorithm']=="equihash") {
// add your action
}


                                    }
newbie
Activity: 31
Merit: 0
September 09, 2018, 02:41:53 PM
#1
Hi guys!

Can you provide me with any ideas how to get advertised profit form whattomine using API request (or something else)?

thnx!
Jump to: