Transactions
Get all transactions in a block by page (v3)
Commonly used to fetch all transactions including their decoded log events in a block and further flag interesting wallets or transactions.
GET
/
v1
/
{chainName}
/
block
/
{blockHeight}
/
transactions_v3
/
page
/
{page}
/
Credit Cost: 0.1 per item.
Processing: Realtime
Processing: Realtime
Path Parameters
chainName
string
requiredThe chain name eg: eth-mainnet
.
blockHeight
integer
requiredThe requested block height. Also accepts latest
to get latest block.
page
integer
requiredThe requested 0-indexed page number.
Query Parameters
quote-currency
string
The currency to convert. Supports USD
, CAD
, EUR
, SGD
, INR
, JPY
, VND
, CNY
, KRW
, RUB
, TRY
, NGN
, ARS
, AUD
, CHF
, and GBP
.
no-logs
boolean
Omit log events.
Response
200 - application/json
updated_at
string
The timestamp when the response was generated. Useful to show data staleness to users.
chain_id
integer
The requested chain ID eg: 1
.
chain_name
string
The requested chain name eg: eth-mainnet
.
links
object
items
object[]
List of response items.