eth_getTransactionCount
Returns the number of transactions sent from a given address.
Parameters
Sample Request
curl https://lb.nodies.app/v1/<INSERT URL> \
-H "x-api-key: <API-KEY>" \
-X POST \
-H "Content-Type: application/json" \
-d '{
"id": 1,
"jsonrpc": "2.0",
"method": "eth_getTransactionCount",
"params": [
"0x47e6e354eA078EF28c9F39541878babFD9Ceb640",
"0x2f1758c"
]
}'Sample Response
Last updated