Is the cycles-burned from ic-api v2 accurate?

Is the cycles-burned from the ic-api v2 accurate?

This URL:
https://ic-api.internetcomputer.org/api/v2/metrics/cycles-burned?step=86400&end=1698969600&start=1698796800

returns:

{
  "cycles_burned": [
    [
      1698796800,
      5713158613.1519
    ],
    [
      1698883200,
      5753425467.5789
    ]
  ]
}

The notes on the API Page state that the result is “Cycles burned by the Internet Computer. Returned in Trillions”

The reason that I’m questioning the result from the API is that I calculate, based on the 90 day average cycle burn rate on the internet computer dashboard, that around 565 Trillion cycles should be burned per day at current cycle burn rates.

The API result indicates that from the 1st of November to the 2nd of November that 40,266,854 Trillion Cycles have been burned. Is this number meant to be divided by 100,000?

Any other information would be helpful. Thank you.

This API is deprecated and you should not use it. Here is the current API.

You’ll notice that there is no cycles-burned endpoint, and that is because we don’t have accurate data for total cycles burned since Genesis. For this reason, this metric has not appeared on the ICP Dashboard in years.

1 Like