Tx
GET
Retrieves a specific transaction by its hash.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.networkstringrequired
Parameter specifying the network of the target chain.Query Parameters
hashstringrequired
Transaction hash to query.provestring
String boolean indicating whether to include proof.Responses
jsonrpcstringrequired
idintegerrequired
hashstring
heightstring
indexinteger
logstring
gas_wantedstring
gas_usedstring
keystring
valuestring
indexboolean
txstring
cURL
curl -X GET 'https://rpc-injective-mainnet.nodit.io/tx?hash=0xD70952032620CC4E2737EB8AC379806359D8E0B17B0488F627997A0B043ABDED&prove=true' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo'