Skip to main content
GET
/
v2
/
transactions
/
stats
Get transaction statistics
curl --request GET \
  --url http://localhost/api/v2/transactions/stats
{
  "pending_transactions_count": "<string>",
  "transaction_fees_avg_24h": "<string>",
  "transaction_fees_sum_24h": "<string>",
  "transactions_count_24h": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt

Use this file to discover all available pages before exploring further.

Response

Transaction statistics.

pending_transactions_count
string
required
Pattern: ^-?([1-9][0-9]*|0)$
transaction_fees_avg_24h
string
required
Pattern: ^-?([1-9][0-9]*|0)$
transaction_fees_sum_24h
string
required
Pattern: ^-?([1-9][0-9]*|0)$
transactions_count_24h
string
required
Pattern: ^-?([1-9][0-9]*|0)$