CheckTx
GET
Validates a transaction without executing it.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Query Parameters
txstringrequired
Encoded transaction.Responses
jsonrpcstringrequired
idintegerrequired
errorstring
codestring
datastring
logstring
infostring
gas_wantedstring
gas_usedstring
typestring
keystring
valuestring
indexboolean
codespacestring
cURL
curl -X GET 'https://rpc-cosmos-mainnet.nodit.io/check_tx?tx=a%2Fencoded_tx%2Fc' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo'