/v1/benchmarks/v1/coins/v1/gpuEstimates/v1/asicEstimates/v1/cpuEstimates/v1/fpgaEstimates
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.
ENDPOINT
API for Hashrate.no
Endpoint: https://api.hashrate.no/v1/fpgaEstimates?apiKey=YOUR_API_KEY
Example data
API for Hashrate.no
"C1100": {					// Device ID
        "device": {
            "name": "Xilinx Varium C1100",	// Full CPU name
            "brand": "Xilinx"			// Brand
        },
        "profit": {
            "coin": "ALPH",			// Ticker of highest current profit
            "logo": "142",			// Our ID for the logo of the coin
            "revenueUSD": 0.22212898270107143,	// Estimated current revenue in USD
            "profitUSD":  0.05892898270107144	// Estimated current profit in USD
        },
        "profit24": {
            "coin": "ALPH",			// Ticker of highest 24h profit
            "logo": "142",			// Our ID for the logo of the coin
            "revenueUSD24": 0.4307491164348335,	// Estimated 24h revenue in USD
            "profitUSD24": 0.2675491164348335	// Estimated 24h profit in USD
        },
        "revenue": {
            "coin": "ALPH",			// Ticker of highest current revenue
            "logo": "142",			// Our ID for the logo of the coin
            "revenueUSD": 0.22212898270107143,	// Estimated current revenue in USD
            "profitUSD": 0.05892898270107144	// Estimated current profit in USD
        },
        "revenue24": {
            "coin": "ALPH",			// Ticker of highest 24h revenue
            "logo": "142",			// Our ID for the logo of the coin
            "revenueUSD24": 0.4307491164348335,	// Estimated 24h revenue in USD
            "profitUSD24": 0.2675491164348335	// Estimated 24h profit in USD
        }
    },