Broadcast a transaction and wait for CheckTx result
curl --request GET \ --url https://story-rpc-001.originstake.com/broadcast_tx_sync
{ "response": { "code": 123, "data": "<string>", "log": "<string>", "hash": "<string>" } }
The transaction to broadcast
Transaction broadcast result
Show Properties
Response code (0 means success)
Response data
Log message
Transaction hash
Was this page helpful?