BroadCastTxSync
POST
Broadcasts a transaction synchronously and returns the CheckTx result. Does not wait for the DeliverTx result.
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-cronospos-mainnet.nodit.io' \-H 'Content-Type: application/json' \-H 'X-API-KEY: nodit-demo' \-d '{"jsonrpc": "2.0","id": 1,"method": "BroadCastTxSync","params": []}'