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
curl --request POST \
--url https://prv.gateway.indexer.biya.io/injective_exchange_rpc.InjectiveExchangeRPC/GetTx \
--header 'Content-Type: application/json' \
--data '
{
"hash": "<string>"
}
'