Get transaction details by hash
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>" } }
Transaction hash
Include proofs of the transaction’s inclusion in the block
Transaction details
Show Properties
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?