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
}
}
Get the wrapper transaction by hash
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
}
}
Show Properties