eth_getTransactionCount

Returns the number of transactions sent from an address (the nonce).

Parameters

  • DATA, 20 Bytes - Address from which to retrieve nonce
  • TAG - Integer block number or one of "earliest", "latest" or "pending"

Returns

  • QUANTITY - Integer of the number of transactions sent from this address
Language
URL
Click Try It! to start a request and see the response here!