Transaction
Submit a signed base64 encoded transaction to be broadcast to the specified network. On successful submission, the status of the transaction and any subsequent IBC or Axelar transfers can be queried through the /status endpoint.
post/v2/tx/submit
Request body
Example request
{
"tx": "base64 encoded transaction",
"chain_id": "osmosis-1"
}Response
The hash of the transaction.