broadcast to send fully signed MultiversX transactions through the Relayer without XOXNO co-signing or paying gas.
Use This When
Do Not Use This When
Entry Points
Flow
1
Build and sign
Construct the MultiversX transaction and sign it with the sender wallet or backend signer.
2
Subscribe to status
Subscribe to
tx-status/{hash} when the hash is known, or track returned hashes after broadcast.3
Broadcast
Send one transaction in
tx or a batch in txs over WebSocket, or call POST /v1/broadcast.4
Verify
Treat
status: completed as Relayer acceptance. Wait for a txStatus event or Gateway status for chain finality.
