Skip to main content
Returns transaction details for a confirmed 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.

Parameters

string
required
Solana transaction signature as a base-58 encoded string for lookup.
string
required
Encoding format for the returned Solana transaction data.
  • json
  • jsonParsed
  • base64
  • base58
string
Blockchain commitment level for transaction finality verification.
  • confirmed
  • finalized
number
Maximum Solana transaction version to return in responses (for versioned transaction support).

Response

integer
Slot number when this transaction was processed.
object
Solana transaction object with all transaction details.
object
Solana transaction execution metadata and results.