Skip to main content

broadcast_tx_commit REST API Endpoint

Loading...

Updated on
Mar 21, 2025

broadcast_tx_commit REST API Endpoint

Please use this method only for testing and development. For production use, call broadcast_tx. Additionally, This method waits for the transaction to be checked (CheckTx) and makes a best effort to wait for it to be committed into a block before returning. It will report an error if the request times out before the transaction commits. If CheckTx or DeliverTx fails, the RPC will succeed and report the failing (non-zero) ABCI result code.

Query Parameters

tx
string
REQUIRED
Loading...

Returns

result
object
Loading...
check_tx
object
Loading...
code
integer
Loading...
data
string
Loading...
log
string
Loading...
info
string
Loading...
gas_wanted
string
Loading...
gas_used
string
Loading...
events
array
Loading...
type
string
Loading...
attributes
array
Loading...
key
string
Loading...
value
string
Loading...
index
string
Loading...
codespace
string
Loading...
tx_result
object
Loading...
code
integer
Loading...
data
string
Loading...
log
string
Loading...
info
string
Loading...
gas_wanted
string
Loading...
gas_used
string
Loading...
events
array
Loading...
type
string
Loading...
attributes
array
Loading...
key
string
Loading...
value
string
Loading...
index
string
Loading...
codespace
string
Loading...
hash
string
Loading...
height
string
Loading...
Request
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free