New: getTransactionsForAddress - Query transaction history with advanced filtering, sorting, and pagination. Learn More [blocked]
English
Returns the current Transaction count from the ledger.
cURL
curl --request POST \ --url https://mainnet.helius-rpc.com/ \ --header 'Content-Type: application/json' \ --data '{ "jsonrpc": "2.0", "id": "1", "method": "getTransactionCount", "params": [ { "commitment": "finalized" } ] }'
{ "jsonrpc": "2.0", "id": "1", "result": 268 }
2.0
getTransactionCount
Show child attributes
Was this page helpful?