Skip to content

Get transaction

GET
/transactions/{hash}

Execution outcome and receipt detail for a sequenced transaction. Covers every transaction that reached a block, including reverted ones (status failed, with the receipt's reason). Transactions rejected at sequencer admission were never sequenced and are not indexed; that failure is returned synchronously at submission.

Parameters

Path Parameters

hash*

Transaction hash (0x-hex).

Type
string
Required

Responses

Transaction.

application/json
JSON
{
  
"hash": "string",
  
"status": "string",
  
"tx_number": "1000000",
  
"block": "1000000",
  
"success": true,
  
"error": "string",
  
"signer": "string",
  
"timestamp_ms": 0
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI