Blocks
Get Reconciled Blocks
Get reconciled blocks by block number range
GET
Get Reconciled Blocks
Supported chains:
ethereum, polygon, base, arbitrum, optimism, binance, avalanche, gnosisAuthorizations
API key for authentication. Contact SonarX to obtain your API key.
Path Parameters
The blockchain network to query
Available options:
ethereum, polygon, base, arbitrum, optimism, binance, avalanche, gnosis Example:
"polygon"
Query Parameters
Start block number (>= 0)
Required range:
x >= 0End block number (>= from_block)
Required range:
x >= 0Maximum number of results (1-50)
Required range:
1 <= x <= 50Number of results to skip for pagination
Required range:
x >= 0