GET
/
broadcast_tx_sync
curl --request GET \
  --url https://namada-rpc-01.originstake.com/broadcast_tx_sync \
  --header 'Key: <api-key>'
{
  "200": {
    "code": "<string>",
    "data": "<string>",
    "log": "<string>",
    "hash": "<string>"
  }
}

Query Parameters

tx
string
required

The transaction to broadcast

Response

200
object

Alternative Endpoints

GET /broadcast_tx_async  # Returns immediately without waiting
GET /broadcast_tx_commit # Waits for tx to be committed in a block