Authorizations
Body
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.
Response
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.