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.
