June 10, 2025

API

API
Overview
/v2/benchmarks
/v2/coins
/v2/asicEstimates
/v2/cpuEstimates
/v2/depinEstimates
/v2/fpgaEstimates
/v2/gpuEstimates
 
Article
To use the API, you must obtain an API key. You can get one by logging in at hashrate.no. If you plan to use the API for commercial purposes, you’ll need to sign up for a commercial plan after creating your account.

Overview
All API endpoints begin with https://hashrate.no/api, and you must include your API key as a query parameter using ?apiKey=YOUR_API_KEY. For example:
https://hashrate.no/api/v2/benchmarks?apiKey=YOUR_API_KEY
/v2/benchmarks
Endpoint:
https://hashrate.no/api/v2/benchmarks
Select coin to show benchmarks for: &coin=TICKER. Example:
https://hashrate.no/api/v2/benchmarks?apiKey=YOUR_API_KEY&coin=BTC
/v2/coins
Endpoint:
https://hashrate.no/api/v2/coins
Extra option: &coin=TICKER. Will show just the single coin. Example:
https://hashrate.no/api/v2/coins?apiKey=YOUR_API_KEY&coin=BTC
Extra option: &coin=favourites. Will select your favourite coins. Example:
https://hashrate.no/api/v2/coins?apiKey=YOUR_API_KEY&coin=favourites
/v2/asicEstimates
Endpoint:
https://hashrate.no/api/v2/asicEstimates
Extra option: &powerCost=YOUR_POWER_COST. Default will be 0.10 if not specified. You can specify from 0 to 1.00. Example:
https://hashrate.no/api/v2/asicEstimates?apiKey=YOUR_API_KEY&powerCost=0.08
/v2/cpuEstimates
Endpoint:
https://hashrate.no/api/v2/cpuEstimates
Extra option: &powerCost=YOUR_POWER_COST. Default will be 0.10 if not specified. You can specify from 0 to 1.00. Example:
https://hashrate.no/api/v2/cpuEstimates?apiKey=YOUR_API_KEY&powerCost=0.08
/v2/depinEstimates
Endpoint:
https://hashrate.no/api/v2/depinEstimates
Extra option: &powerCost=YOUR_POWER_COST. Default will be 0.10 if not specified. You can specify from 0 to 1.00. Example:
https://hashrate.no/api/v2/depinEstimates?apiKey=YOUR_API_KEY&powerCost=0.08
/v2/fpgaEstimates
Endpoint:
https://hashrate.no/api/v2/fpgaEstimates
Extra option: &powerCost=YOUR_POWER_COST. Default will be 0.10 if not specified. You can specify from 0 to 1.00. Example:
https://hashrate.no/api/v2/fpgaEstimates?apiKey=YOUR_API_KEY&powerCost=0.08
/v2/gpuEstimates
Endpoint:
https://hashrate.no/api/v2/gpuEstimates
Extra option: &powerCost=YOUR_POWER_COST. Default will be 0.10 if not specified. You can specify from 0 to 1.00. Example:
https://hashrate.no/api/v2/gpuEstimates?apiKey=YOUR_API_KEY&powerCost=0.08
Written by Marius L
The creator and owner of Hashrate.no goes by the alias r0ver2. With years of hands-on experience working with GPU hardware, he started building and configuring his own systems in 2017 — gradually scaling from a home setup to a larger multi-GPU operation, gaining deep technical knowledge of hardware management, power delivery, thermals, and system stability along the way.
Last updated: July 2, 2025