cURL
curl --request GET \ --url https://story-rpc-001.originstake.com/tx
{ "response": { "hash": "<string>", "height": "<string>", "index": 123, "tx_result": { "code": 123, "data": "<string>", "log": "<string>", "info": "<string>", "gas_wanted": "<string>", "gas_used": "<string>" }, "tx": "<string>" } }
Get transaction details by hash
Transaction details
Show Properties
Transaction hash
Block height where this transaction was in
Transaction index in the block
Transaction execution result
Response code
Result data
Log message
Additional information
Amount of gas requested
Amount of gas consumed
Raw transaction data
Was this page helpful?