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.

ConfigurationobjectRequired

Optional configuration object.

Response

An array of objects containing transaction signature information.

signaturestringOptional

The transaction signature as a base-58 encoded string.

slotintegerOptional

The slot that contains the block with the transaction.

errobjectOptional

Error if the transaction failed, null if the transaction succeeded.

memostringOptional

The memo associated with the transaction, null if no memo is present.

blockTimeintegerOptional

The estimated production time of the transaction as a Unix timestamp, null if not available.

confirmationStatusstringOptional

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