Broadcast a transaction and wait for it to be committed in a block
curl --request GET \ --url https://story-rpc-001.originstake.com/broadcast_tx_commit
{ "response": { "check_tx": { "code": 123, "data": "<string>", "log": "<string>" }, "deliver_tx": { "code": 123, "data": "<string>", "log": "<string>" }, "hash": "<string>", "height": "<string>" } }
The transaction to broadcast
Transaction broadcast and commit result
Show Properties
CheckTx result
Response code
Response data
Log message
DeliverTx result
Transaction hash
Block height
Was this page helpful?