CheckTx
POST
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.Responses
jsonrpcstringrequired
idintegerrequired
errorstring
codestring
datastring
logstring
infostring
gas_wantedstring
gas_usedstring
typestring
keystring
valuestring
indexboolean
codespacestring
cURL
curl -X POST 'https://rpc-initia-mainnet.nodit.io' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo' \-d '{"jsonrpc": "2.0","id": 1,"method": "CheckTx","params": []}'