cURL
curl --request GET \ --url https://namada-rpc-01.originstake.com/tx \ --header 'Key: <api-key>'
{ "200": { "hash": "<string>", "height": "<string>", "index": 123, "tx_result": {}, "tx": "<string>" } }
Get transaction details by hash
Show Properties