API Reference
Returns with the response from CheckTx. Does not wait for DeliverTx result.
curl -X GET "https://mainnet-beta.rpc.hyperpaxeer.com/broadcast_tx_sync?tx=456"{
"jsonrpc": "2.0",
"id": 0,
"result": {
"code": "0",
"data": "",
"log": "",
"codespace": "ibc",
"hash": "0D33F2F03A5234F38706E43004489E061AC40A2E"
},
"error": ""
}{
"id": 0,
"jsonrpc": "2.0",
"error": "Description of failure"
}Returns with the responses from CheckTx and DeliverTx. GET
Checks the transaction without executing it. GET
The transaction won't be added to the mempool. Please refer to https://docs.tendermint.com/v0.34/tendermint-core/using-tendermint.html#formatting for formatting/encoding rules. Upon success, the `Cache-Control` header will be set with the default maximum age.