GET
/
broadcast_tx_commit
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>"
  }
}

Query Parameters

tx
string
required

The transaction to broadcast

Response

response
object

Transaction broadcast and commit result