Get transactions
Use chain_id instead
[20, 56, 1]
The chain ID(s) to request the data for. You can specify multiple chain IDs, up to a maximum of 55. Use repeated query parameters, e.g., ?chain_id=20&chain_id=56
. Optional, because a single chain can as well be specified as a subdomain
[20, 56, 1]
Filter by block number
1000000
Filter by block number greater than or equal to
1000000
Filter by block number greater than
1000000
Filter by block number less than or equal to
1000000
Filter by block number less than
1000000
Filter by block hash
"0x3a1fba5abd9d41457944e91ed097e039b7b12d3d7ba324a3f422db2277a48e28"
Filter by block timestamp
1715222400
Filter by block timestamp greater than or equal to
1715222400
Filter by block timestamp greater than
1715222400
Filter by block timestamp less than or equal to
1715222400
Filter by block timestamp less than
1715222400
Field to sort results by
block_number
"block_number"
Sort order (asc or desc)
asc
, desc
"desc"
Field(s) to group by. You can specify multiple with repeated query parameters, e.g., ?group_by=chain_id&group_by=block_number
Aggregation(s). You can specify multiple with repeated query parameters, e.g., ?aggregate=count()&aggregate=sum(gas_used)
"count() as count"
Filter by transaction index
5
Filter by transaction index greater than or equal to
5
Filter by transaction index greater than
5
Filter by transaction index less than or equal to
5
Filter by transaction index less than
5
Enable ABI decoding of the transactions/events data
true
Filter by transaction hash
"0x218b632d932371478d1ae5a01620ebab1a2030f9dad6f8fba4a044ea6335a57e"
Filter by from address
"0xa1e4380a3b1f749673e270229993ee55f35663b4"
Filter by value
21000000000000
Filter by value greater than or equal to
21000000000000
Filter by value greater than
21000000000000
Filter by value less than or equal to
21000000000000
Filter by value less than
21000000000000
Filter by gas price
50000000000000
Filter by gas price greater than or equal to
50000000000000
Filter by gas price greater than
50000000000000
Filter by gas price less than or equal to
50000000000000
Filter by gas price less than
50000000000000
Filter by gas
21000
Filter by gas greater than or equal to
21000
Filter by gas greater than
21000
Filter by gas less than or equal to
21000
Filter by gas less than
21000
Filter by function selector
"0x095ea7b3"
Filter by to address
"0xa1e4380a3b1f749673e270229993ee55f35663b4"
The number of items to return
0 < x <= 1000
20
Page number (0-indexed). Maximum value depends on query parameters: 20 for regular queries, 500 when using aggregate or group_by parameters.
x >= 0
0
Successful response
The response is of type object
.