GET
/
tx
curl --request GET \
  --url https://namada-rpc-01.originstake.com/tx \
  --header 'Key: <api-key>'
{
  "200": {
    "hash": "<string>",
    "height": "<string>",
    "index": 123,
    "tx_result": {},
    "tx": "<string>"
  }
}

Query Parameters

hash
string
required

Transaction hash

prove
boolean

Include proofs of the transaction’s inclusion in the block

Response

200
object