Get information about the metrics being used.

GET /api/metrics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "message": {
        "txs_per_mwh": {
            "verbose_name": "Txs / MWh",
            "unit": "txs",
            "description": "Aveage amount of transactions processed during the time period in which miners consume one megawatt-hour of energy."
        },
        "txs_per_ton_co2": {
            "verbose_name": "Txs / Ton CO2",
            "unit": "txs",
            "description": "Average amount of transactions processed during the estimated time period in which miners produce one ton of CO2."
        },
        "byte_per_mwh": {
            "verbose_name": "Bytes / MWh",
            "unit": "kb",
            "description": "Average amount of Kolibyte processed during the time period in which miners consume one megawatt-hour of energy."
        },
        "transactions_24h": {
            "verbose_name": "Transactions (24h)",
            "unit": "txs",
            "description": null
        },
        "mWh_24h": {
            "verbose_name": "Energy Usage (24h)",
            "unit": "MWh",
            "description": null
        },
        "average_transaction_fee_usd_24h": {
            "verbose_name": "Average Tx Fee",
            "unit": "dollar",
            "description": null
        },
        "median_transaction_fee_usd_24h": {
            "verbose_name": "Median Tx Fee",
            "unit": "dollar",
            "description": null
        },
        "blockchain_growth_24h": {
            "verbose_name": "Blockchain Growth (24h)",
            "unit": "mb",
            "description": null
        }
    }
}