getSignaturesForAddress
Returns signatures for confirmed transactions that include the given address.
Path parameters
apiKey
Request
This endpoint expects an object.
Account address
The account address.
Configuration
Optional configuration object.
Response
An array of objects containing transaction signature information.
signature
The transaction signature as a base-58 encoded string.
slot
The slot that contains the block with the transaction.
err
Error if the transaction failed, null if the transaction succeeded.
memo
The memo associated with the transaction, null if no memo is present.
blockTime
The estimated production time of the transaction as a Unix timestamp, null if not available.
confirmationStatus
The transaction’s cluster confirmation status, either processed
, confirmed
, or finalized
.