Skip to main content

BroadCastTxAsync

POST

Broadcasts a transaction asynchronously and returns immediately. Does not wait for CheckTx or DeliverTx results.
Path Parameters
chainstringrequired
Parameter specifying the target chain to query.
networkstringrequired
Parameter specifying the network of the target chain.
Responses
jsonrpcstringrequired
idintegerrequired
errorstring
codestring
datastring
logstring
codespacestring
hashstring
cURL
curl -X POST 'https://rpc-celestia-mainnet.nodit.io' \
-H 'Content-Type: application/json' \
-H 'X-API-KEY: nodit-demo' \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "BroadCastTxAsync",
"params": []
}'