Skip to main content
Returns the statuses of a list of signatures. Each signature must be a txid, the first signature of a transaction.

On ThorNode

Forwarded to the upstream node with a 10 s timeout and one retry on a transport error. History is limited to the upstream’s retained ledger; slots older than getFirstAvailableBlock return an error.searchTransactionHistory: true looks back only as far as the retained ledger window (getFirstAvailableBlock).

Parameters

array
required
Array of transaction signatures (up to 256), as base-58 encoded strings.
boolean
Enable searching beyond recent status cache to find older historical transactions.

Response

object
array
List of transaction signature statuses.