getblockstats

Compute per block statistics for a given window. All amounts are in satoshis. It won’t work for some heights with pruning.

This method will use 10 Compute Units.


Reference: Here

Parameters

hash_or_height - string or numeric, required

The block hash or height of the target block

stats - json array, optional, default=all values

Values to plot (see result below)

[
  "height",     (string) Selected statistic
  "time",       (string) Selected statistic
  ...
]

Returns

Last updated

Was this helpful?