Skip to content

getTotalTransaction

• Shows the total number of transactions processed by the network so far.

• Useful for understanding network usage or tracking adoption.

getTotalTransaction
curl http://localhost:8492/uaxn_transaction_count
Response
{
"jsonrpc": "2.0",
"total_transactions":5528,
"id": 0
}%