Transactions
Get native transactions for address
Lists native transactions for an address. Filterable by block range.
GET
Path Parameters
A wallet address.
Name of the blockchain (e.g., ethereum, polygon, bsc)
Query Parameters
The block height to start from, inclusive. Defaults to genesis block.
The block height to end at, inclusive. Defaults to latest block.
Page number
Required range:
x > 0
Page size
Required range:
1 < x < 100