Skip to main content
This endpoint returns a receipt for a transaction previously submitted through POST /transactions to the same Directory process. It is not yet a general chain explorer. A missing receipt does not prove that the transaction does not exist on-chain.

Request

string
required
The transaction hash returned by the submit endpoint.

Response

200 Response
submitted means the Directory broadcast the bytes. It does not mean a block included the transaction or that the runtime dispatch succeeded.

Straight to the point

  • Authentication: none
  • Success: 200
  • Not tracked by this Directory instance: 404 transaction_not_found
  • Finality tracking: not currently implemented