Get a List of Transactions by Address
Account
Get a List of Transactions by Address
Returns up to a maximum of 10,000 transactions for a given address. Also available through a GraphQL ‘address’ query.
GET
Get a List of Transactions by Address
Documentation Index
Fetch the complete documentation index at: https://docs.blockscout.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Module name (must be 'account')
Available options:
account Available options:
txlist Address hash 40-character hexadecimal address hash with 0x prefix
Pattern:
^0x[a-fA-F0-9]{40}$Example:
"0xde0b295669a9fd93d5f28d9ec85e40f4cb697bae"
Starting block number
Ending block number
Page number for pagination
Required range:
x >= 1Number of records to return per page (max 10000)
Required range:
1 <= x <= 10000Sort order (asc or desc)
Available options:
asc, desc Filter transactions by direction
Available options:
to, from