Stats

Blockchain Stats

Retrieve basic stats for the blockchain such as total token supply, and average block and election times over a number of intervals.

Response

{
    "data": {
        "token_supply": 88379262.2402527,
        "state_channel_counts": {
            "last_week": {
                "num_packets": 3797153,
                "num_dcs": 4695290
            },
            "last_month": {
                "num_packets": 21154931,
                "num_dcs": 26236381
            },
            "last_day": {
                "num_packets": 465007,
                "num_dcs": 585635
            }
        },
        "fees": {
            "last_week": {
                "transaction": 874890000,
                "staking": 19912000000
            },
            "last_month": {
                "transaction": 3394714000,
                "staking": 72120000000
            },
            "last_day": {
                "transaction": 146620000,
                "staking": 3516000000
            }
        },
        "election_times": {
            "last_week": {
                "stddev": 1215.199844341099,
                "avg": 2828.9018691588785
            },
            "last_month": {
                "stddev": 1823.564045719447,
                "avg": 2773.3811563169165
            },
            "last_hour": {
                "stddev": 465.276262020748,
                "avg": 2566
            },
            "last_day": {
                "stddev": 964.07260133517,
                "avg": 2805.2258064516127
            }
        },
        "counts": {
            "transactions": 58971043,
            "hotspots": 42185,
            "countries": 75,
            "consensus_groups": 21980,
            "cities": 5070,
            "challenges": 21890665,
            "blocks": 858606
        },
        "challenge_counts": {
            "last_day": 40991,
            "active": 0
        },
        "block_times": {
            "last_week": {
                "stddev": 28.124260410538735,
                "avg": 64.85907335907336
            },
            "last_month": {
                "stddev": 36.83723999681685,
                "avg": 63.5599450697663
            },
            "last_hour": {
                "stddev": 19.73937874402946,
                "avg": 60.62068965517241
            },
            "last_day": {
                "stddev": 26.01631045502151,
                "avg": 63.70575221238938
            }
        }
    }
}

Token Supply

Returns the circulating token supply.

Response

{
"data": {
"token_supply": 88379262.1505514
}
}

Last updated