POST
https://prv.gateway.indexer.biya.io
/
injective_exchange_rpc.InjectiveExchangeRPC
/
GetTx
GetTx
curl --request POST \
  --url https://prv.gateway.indexer.biya.io/injective_exchange_rpc.InjectiveExchangeRPC/GetTx \
  --header 'Content-Type: application/json' \
  --data '
{
  "hash": "<string>"
}
'
Get transaction details by hash.
hash
string
required
Transaction hash (required)

Response

{
  "tx_hash": "string",
  "height": "number",
  "index": "number",
  "codespace": "string",
  "code": "number",
  "data": "string",
  "raw_log": "string",
  "timestamp": "string"
}