Skip to main content
Returns the current Transaction count from the ledger.

On ThorNode

Forwarded to the upstream node with a 10 s timeout and one retry on a transport error.

Parameters

string
The finality level at which to measure the transaction count (processed = recent, finalized = confirmed).
  • confirmed
  • finalized
  • processed
number
The minimum slot that the request can be evaluated at.

Response

integer
Total number of transactions processed by the chain since network inception.