GET
/
tx
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>"
  }
}

Query Parameters

hash
string
required

Transaction hash

prove
boolean

Include proofs of the transaction’s inclusion in the block

Response

response
object

Transaction details