Get Transactions
get_transactionsGet the list of normal (external) transactions for an address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). | |
| sort | No | Sort order by block number. | |
| offset | No | Records per page (max 10000). | |
| address | Yes | Account address to query. | |
| chainid | No | Numeric chain id (e.g. 1=Ethereum, 56=BNB, 137=Polygon). Defaults to server config. | |
| endblock | No | End block number. | |
| startblock | No | Start block number. |