GET
/
api
/
v1
/
chain
/
wrapper
/
{tx_id}
curl --request GET \
  --url https://namada-indexer-01.originstake.com/api/v1/chain/wrapper/{tx_id} \
  --header 'Key: <api-key>'
{
  "200": {
    "txId": "<string>",
    "feePayer": "<string>",
    "feeToken": "<string>",
    "gasLimit": "<string>",
    "blockHeight": "<string>",
    "innerTransactions": [
      {}
    ],
    "exitCode": "<string>",
    "atomic": true
  }
}

Path Parameters

tx_id
string
required

Tx id hash

Response

200
object