API Documentation
API for Hashrate.no
API documentation for Hashrate.no. To be able to use the API, you will need an apiKey. To get an apiKey, login at hashrate.no. If you want to use it commercially, please contact us to discuss pricing and plans.
"g4600": { // Device ID "device": { "name": "Intel Celeron G4600", // Full CPU name "brand": "INTEL" // Brand }, "profit": { "coin": "ZEPH", // Ticker of highest current profit "logo": "428", // Our ID for the logo of the coin "revenueUSD": 0.04410006501171449, // Estimated current revenue in USD "profitUSD": -0.07829993498828552 // Estimated current profit in USD }, "profit24": { "coin": "ZEPH", // Ticker of highest 24h profit "logo": "428", // Our ID for the logo of the coin "revenueUSD24": 0.0425714113468032, // Estimated 24h revenue in USD "profitUSD24": -0.0798285886531968 // Estimated 24h profit in USD }, "revenue": { "coin": "ZEPH", // Ticker of highest current revenue "logo": "428", // Our ID for the logo of the coin "revenueUSD": 0.04410006501171449, // Estimated current revenue in USD "profitUSD": -0.07829993498828552 // Estimated current profit in USD }, "revenue24": { "coin": "ZEPH", // Ticker of highest 24h revenue "logo": "428", // Our ID for the logo of the coin "revenueUSD24": 0.0425714113468032, // Estimated 24h revenue in USD "profitUSD24": -0.0798285886531968 // Estimated 24h profit in USD } },