Slot
Get filtered slots list
Returns a list of slots with various filtering options, sorted by slot number descending
get/v1/slots
Query parameters
graffitistring
Filter by graffiti
graffiti_invertboolean
Invert graffiti filter
extra_datastring
Filter by extra data
extra_data_invertboolean
Invert extra data filter
proposerstring
Filter by proposer index
proposer_namestring
Filter by proposer name
proposer_invertboolean
Invert proposer filter
with_orphanedinteger
Include orphaned blocks (0=exclude, 1=include, 2=only orphaned)
with_missinginteger
Include missing blocks (0=exclude, 1=include, 2=only missing)
min_syncnumber
Minimum sync aggregate participation (0-100)
max_syncnumber
Maximum sync aggregate participation (0-100)
min_exec_timeinteger
Minimum execution time in ms
max_exec_timeinteger
Maximum execution time in ms
min_tx_countinteger
Minimum transaction count
max_tx_countinteger
Maximum transaction count
min_blob_countinteger
Minimum blob count
max_blob_countinteger
Maximum blob count
fork_idsstring
Comma-separated list of fork IDs
start_slotinteger
Start slot for pagination (inclusive)
limitinteger
Number of results to return (max 100, default 100)
Response
OK