Skip to main content
GET
Get transaction statistics

Authorizations

Authorization
string
header
required

API key passed as a Bearer token in the Authorization header.

Path Parameters

chain_id
string
required

The ID of the blockchain

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)$