Verify a transaction without broadcasting it
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>" } }
The transaction to check
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?