Skip to main content
Broadcast one or more fully signed transactions to MultiversX validators via the P2P gossipsub network. The Relayer forwards transactions without modifying or co-signing them.

Endpoint

wss://relayer.xoxno.com/ws

Body

string
required
Must be "broadcast".
string
Echoed back in the response for client-side correlation. Use a unique value per request to match responses across concurrent operations.
object
required
A single signed transaction object.

Response

string
"broadcast"
string
Echoed from the request.
string
"completed" when all transactions succeed, "partial" when some fail, "failed" when all fail.
string[]
Transaction hashes for successfully broadcast transactions.
object[]
Failures, each with index and reason.