Returns transaction history for an account. Transactions are returned newest-first. Each transaction shows the incoming message that triggered it, all outgoing messages, and fees paid. For pagination: use the lt and hash from the oldest transaction as the starting point for the next request.
Request to fetch transaction history for an account with optional pagination and filtering parameters.
The account address in user-friendly format.
Logical time of this event. A globally unique counter that orders all blockchain events. Higher values are more recent.
Unique identifier hash for this object.
Stop returning items at this logical time.
Whether to use archival nodes for old data.
Maximum number of items to return.
OK
Response containing list of account transactions.
Indicates if the request succeeded. If false, check the error field for details.
The response data. Only present when ok is true.
Optional request ID that you can pass in the request and receive back in the response. Useful for matching async responses.