Skip to main content
Use XOXNO to broadcast MultiversX transactions, stream confirmation events, quote swaps, query Gateway RPC, integrate Stellar lending, or run an mxnode host.

Use This When

GoalUseEntry point
Broadcast a signed MultiversX transactionRelayerwss://relayer.xoxno.com/ws or https://relayer.xoxno.com/v1/broadcast
Let XOXNO co-sign and pay gasRelayer V3https://relayer.xoxno.com/v1/sign
Stream gas, account, network, or transaction status eventsRelayer WebSocketwss://relayer.xoxno.com/ws
Quote and build a MultiversX swap transactionAggregatorhttps://swap.xoxno.com/api/v1/quote
Quote and build a Stellar TransactionEnvelopeStellar Aggregatorhttps://stellar-swap.xoxno.com/api/v1/quote
Query MultiversX observer data through shard-aware RPCGatewayhttps://rust-gateway.xoxno.com
Run validators, observers, or multikey hostsmxnodemxnode install

Start Here

Relayer quickstart

Broadcast a signed transaction and watch its status.

Aggregator quickstart

Validate a pair, request a quote, and inspect transaction data.

Gateway quickstart

Query an account and submit a transaction through the Gateway.

mxnode quickstart

Install the CLI and start a MultiversX node shape.

Build Flow

1

Choose the execution path

Use the decision table above. Do not mix broadcast and relay: broadcast sends your signed transaction, while relay means XOXNO co-signs and pays gas.
2

Read the product overview

Each overview gives the base URL, availability, limits, and the next API or guide page.
3

Run the quickstart

Quickstarts end with a verification step: a status event, supported-pair result, successful account read, or running node unit.
4

Move to the reference

Use OpenAPI pages for endpoint structure and MDX guides for behavior that schemas cannot express.

Canonical Limits

AreaLimit or default
Relayer WebSocket topics64 active topics per connection
Relayer WebSocket message size4 MB
Relayer gas statistics50 ms debounce, 5 s periodic fallback
Relayer network statsAdaptive interval, default about 6 s, clamped 500 ms to 30 s
Aggregator rate limit100 requests per second per IP
MultiversX Aggregator sourcesxExchange, AshSwap, JEX, OneDex
Stellar Aggregator sourcesSoroswap, Aquarius, Phoenix, Stellar SDEX, static SAC bridges
Gateway endpoint coverage80 OpenAPI endpoints
Gateway metachain shard ID4294967295
mxnode multikey shape4 nodes, one per shard

Product Paths

Relayer

Broadcast signed transactions, relay Relayer V3 transactions, and stream WebSocket events.

MultiversX Aggregator

Quote swaps against the latest pool snapshot and build transaction data.

Stellar Aggregator

Quote Soroban and Classic routes and request a prepared TransactionEnvelope.

Gateway

Query MultiversX accounts, transactions, blocks, network data, and VM values.

Stellar Lending

Integrate supply, borrow, repay, withdraw, liquidation, flash-loan, and strategy flows.

mxnode

Install and operate MultiversX validators, observers, and multikey hosts.