/ DEVELOPERS / API / QW_GETTRANSACTIONCOUNT

qw_getTransactionCount

Returns the next nonce expected from this account (i.e. number of mined + queued txs from this sender).

qw_getTransactionCount

Returns the next nonce expected from this account (i.e. number of mined + queued txs from this sender).

qw_*category: accountreturns: hex uint
Share link

Parameters

valid

EVM address

Response

Press Send Request to see a response.

Copy as

curl -X POST '/rpc' \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","method":"qw_getTransactionCount","params":["0xe20E4bE36144aF17eb87509077D02F8C38423Bf7"],"id":1}'