getchaintxstats
POST
/{apiKey}
Calculates statistics about the overall transaction rate and volume of the blockchain over a window of blocks.
Path Parameters
stringrequireddefaults to
docs-demoFor higher throughput, create your own API key
Request
integeroptional
The size of the window in number of blocks. Defaults to approximately one month.
string
format: "^[a-fA-F0-9]{64}$"optionalThe block hash at which the window ends. Defaults to chain tip.
Responses
200
The calculated chain transaction statistics.
Was this page helpful?