cURL
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>" } }
Broadcast a transaction
Show Properties
GET /broadcast_tx_async # Returns immediately without waiting GET /broadcast_tx_commit # Waits for tx to be committed in a block