getSignaturesForAddress

Returns signatures for confirmed transactions that include the given address.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Account addressstringRequired
The account address.
ConfigurationobjectOptional
Optional configuration object.

Response

An array of objects containing transaction signature information.
signaturestring or null

The transaction signature as a base-58 encoded string.

slotinteger or null
The slot that contains the block with the transaction.
errobject or null
Error if the transaction failed, null if the transaction succeeded.
memostring or null
The memo associated with the transaction, null if no memo is present.
blockTimeinteger or null
The estimated production time of the transaction as a Unix timestamp, null if not available.
confirmationStatusstring or null

The transaction’s cluster confirmation status, either processed, confirmed, or finalized.