GetTx gets transaction details by hash.
/api/exchange/gateway/v1/getTx/{hash}
Transaction hash in hex without 0x prefix (Cosmos-like).
67DE3837A1BEED10393592E843167A0EE620258C431E1C946C21E5E3A3A106BB
^(([0-9a-fA-F][0-9a-fA-F])+)?$
OK response.
Not Found response.
Internal Server Error response.
curl -L \ --url 'https://inj-indexer.nownodes.io/api/exchange/gateway/v1/getTx/{hash}'
{ "code": 0, "codespace": "", "data": "Q2pZS05DOXBibXBsWTNScGRtVXVaWGhqYUdGdVoyVXVkakZpWlhSaE1TNU5jMmREY21WaGRHVlRjRzkwVFdGeWEyVjBUM0prWlhJPQ==", "height": 6760196, "index": 0, "rawLog": "[{\\\"events\\\":[{\\\"type\\\":\\\"message\\\",\\\"attributes\\\":[{\\\"key\\\":\\\"action\\\",\\\"value\\\":\\\"/injective.exchange.v1beta1.MsgCreateSpotMarketOrder\\\"}]}]}]", "timestamp": "", "txHash": "67DE3837A1BEED10393592E843167A0EE620258C431E1C946C21E5E3A3A106BB" }