Get value by table and function
Mainnet
Mainnet
GET
https://api-mainnet.celenium.io/v1/stats/summary/{table}/{function}
stats
Last modified:2024-09-28 11:56:13
Availiable tables
block
block_stats
tx
message
event
Availiable functions
sum
min
max
avg
count
Column
query parameter is required for functions sum
, min
, max
and avg
and should not pass for count
.Availiable columns and functions for tables:
Block
height
-- min maxtime
-- min maxBlock stats
height
-- min maxtime
-- min maxtx_count
-- min max sum avgevents_count
-- min max sum avgblobs_size
-- min max sum avgblock_time
-- min max sum avgsupply_chnge
-- min max sum avginflation_rate
-- min max avgfee
-- min max sum avgTx
height
-- min maxtime
-- min maxgas_wanted
-- min max sum avggas_used
-- min max sum avgtimeout_height
-- min max avgevents_count
-- min max sum avgmessages_count
-- min max sum avgfee
-- min max sum avgEvent
height
-- min maxtime
-- min maxMessage
height
-- min maxtime
-- min maxRequest
Path Params
table
enum<string>
required
Allowed values:
blockblock_statstxeventmessagevalidator
Example:
block_stats
function
enum<string>
required
Allowed values:
minmaxavgsumcount
Example:
sum
Query Params
column
string
optional
Example:
tx_count
from
integer
optional
Example:
1727523000
to
integer
optional
Example:
1727524000
Request samples
Responses
Modified at 2024-09-28 11:56:13