Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } }
Verify a transaction without broadcasting it
Transaction check result
Show Properties
Response code (0 means success)
Response data
Log message
Additional information
Amount of gas requested
Amount of gas consumed
Was this page helpful?