EVM RPC API
eth_getTransactionCount
Returns the number of transactions sent from an address (the nonce).
Parameters
DATA
, 20 Bytes - Address from which to retrieve nonceTAG
- Integer block number or one of “earliest”, “latest” or “pending”
Returns
QUANTITY
- Integer of the number of transactions sent from this address
POST
https://{network}.s.chainbase.online/v1
/
{api-key}
Path Parameters
Body
application/json