before and until to paginate through transaction history.
Request
Parameters
Base-58 encoded account address to fetch transaction history for.
Maximum number of signatures to return. Between 1 and 1000. Defaults to 1000.
Start the search before this transaction signature (exclusive). Returns transactions older than this signature.
Stop searching at this transaction signature (inclusive). Returns transactions up to and including this signature.
Commitment level for the query. Only
confirmed and finalized are supported.Response
Array of signature info objects, ordered from newest to oldest.
The transaction signature as a base-58 encoded string.
The slot in which the transaction was confirmed.
null if the transaction succeeded. Contains the error object if it failed.Memo associated with the transaction, or
null.Unix timestamp (seconds) of the block, or
null if not available.The transaction’s confirmation status:
processed, confirmed, or finalized.