Skip to main content
GET
/
broadcast_tx_async
broadcast_tx_async
curl --request GET \
  --url https://rpc.cosmos.directory/cosmoshub/broadcast_tx_async
{
  "jsonrpc": "2.0",
  "id": 0,
  "result": {
    "code": "0",
    "data": "",
    "log": "",
    "hash": "0D33F2F03A5234F38706E43004489E061AC40A2E",
    "codespace": "ibc"
  },
  "error": ""
}

Query Parameters

tx
string
required

The transaction

Example:

"123"

Response

empty answer

jsonrpc
string
required
Example:

"2.0"

id
integer
required
Example:

0

result
object
required
error
string
required
Example:

""