GET
/
check_tx
curl --request GET \
  --url https://story-rpc-001.originstake.com/check_tx
{
  "response": {
    "code": 123,
    "data": "<string>",
    "log": "<string>",
    "info": "<string>",
    "gas_wanted": "<string>",
    "gas_used": "<string>"
  }
}

Query Parameters

tx
string
required

The transaction to check

Response

response
object

Transaction check result

GET
/
check_tx
curl --request GET \
  --url https://story-rpc-001.originstake.com/check_tx
{
  "response": {
    "code": 123,
    "data": "<string>",
    "log": "<string>",
    "info": "<string>",
    "gas_wanted": "<string>",
    "gas_used": "<string>"
  }
}

Query Parameters

tx
string
required

The transaction to check

Response

response
object

Transaction check result