Retrieve historical network statistics
Returns historical network statistics frames. Supports time-range queries, shard filtering, and pagination via cursor. Results are sorted by timestamp ascending. Use nextFromMs for cursor-based pagination when truncated is true.
Query Parameters
Start of time range in Unix milliseconds. Defaults to 72 hours before toMs.
End of time range in Unix milliseconds. Defaults to current server time.
Comma-separated shard IDs to include (e.g., 0,1,2 or meta). Omit to include all shards.
Maximum number of frames to return. Server applies a default if omitted.
x >= 1Response
Historical network statistics.
Metachain-level block history entries sorted by timestamp.
Per-shard block history keyed by shard ID string ("0", "1", "2").
Cursor value. Pass as fromMs in the next request to continue pagination. null when there are no more results.
true when the result set was limited by limit and more data is available.

