API Documentation
Coin Specifications API
For All Currencies
Method: GET
Description: Calculate all coins for given hashrate per second.
Request limit: 500 per day.
Optional parameters:&difficultytime, &power, &powercost and &algorithm
difficultytime can be 24, 6, 3, 0 (0 is current difficulty). Default difficultytime is 24.
&algorithm filters coins by given algorithm.
Automatically unlist coins that have 24h volume below 1000 USD
Example: 1
https://www.coincalculators.io/api/allcoins.aspx?hashrate=100000000
Example: 2
https://www.coincalculators.io/api/allcoins.aspx?hashrate=100000000&power=230&powercost=0.1&difficultytime=6&algorithm=Ethash
For Specific Currency
Method: GET
Description: Calculate specific currency for given hashrate per second.
Request limit: 500 per day.
Optional parameters: &difficultytime, &power, &powercost and &poolfee
difficultytime can be 24, 6, 3, 0 (0 is current difficulty). Default difficultytime is 24.
Example: 1
https://www.coincalculators.io/api.aspx?name=ethereum&hashrate=40000000
Example: 2
https://www.coincalculators.io/api.aspx?name=ethereum&hashrate=40000000&power=230&poolfee=0&powercost=0.1&difficultytime=6
Coin Prices API
For specific currency
Method: GET
Description: Get all exchangesprices and avarage price for a coin.
Request limit: 500 per day.
Required parameter: &ticker
Only btc pair supported.
Example: 1
https://www.coincalculators.io/api/prices.aspx?ticker=eth
Example: 2
https://www.coincalculators.io/api/prices.aspx?ticker=ada