getSignatureStatuses

Returns the statuses of a list of transaction signatures.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Signatureslist of stringsRequired
An array of transaction signatures to confirm.
ConfigurationobjectOptional
Optional configuration object.

Response

An array containing the status of each transaction signature.
slotinteger or null
The slot in which the transaction was processed.
confirmationsinteger or null
The number of blocks since signature confirmation, or null if rooted and finalized.
errobject or null
Error if the transaction failed, or null if the transaction succeeded.
confirmationStatusstring or null
The transaction's cluster confirmation status.
statusobject or null
DEPRECATED. The transaction status.