General
What is XOXNO infrastructure?
What is XOXNO infrastructure?
Do I need an API key?
Do I need an API key?
Which networks are supported?
Which networks are supported?
1).Is there an SLA?
Is there an SLA?
Transaction Relayer
What is the difference between broadcast and relay?
What is the difference between broadcast and relay?
broadcast WebSocket action or POST /v1/broadcast. The relayer does not co-sign.Relay (Gasless V3) is an enterprise feature where the relayer pays gas for the user. You include a shard-matched relayer address in the transaction, sign it, and send it via the relay action. The relayer co-signs and broadcasts to the network.Most applications use broadcast. Relay requires enterprise access.What is gasless relaying (V3)?
What is gasless relaying (V3)?
relayer field in the transaction with the shard-matched relayer address, sign it, and send it via the WebSocket relay action. The relayer co-signs and broadcasts to the P2P network. This is an enterprise-only feature.How do I determine the correct shard relayer address?
How do I determine the correct shard relayer address?
| Shard | Relayer address |
|---|---|
| 0 | erd1l0x0n5yxsfcy93gm0vyvx9m9f7cte9h9vuq4am33ugpw3d5r3hvqx6f59h |
| 1 | erd12yxd5phejzw83gn8qh6jfz6q9a0ekyyhkfd3c49r03mxw25l3a5swq3nf7 |
| 2 | erd13jxp0yjh7gjvzgrg5mj7e8rzhn5lzcye45l0p6e5996d543r7vrq9e50za |
What happens if I get a shard mismatch error?
What happens if I get a shard mismatch error?
What are the WebSocket connection limits?
What are the WebSocket connection limits?
How fresh are the gas statistics?
How fresh are the gas statistics?
DEX Aggregator
Which DEXs does the aggregator route through?
Which DEXs does the aggregator route through?
What is split routing?
What is split routing?
maxSplits parameter (default 5). The algorithm parameter lets you choose between greedy, lagrangian, or hybrid split allocation strategies.Can I get a ready-to-sign transaction?
Can I get a ready-to-sign transaction?
sender query parameter with your wallet address, and the response includes a complete transaction object ready for signing and submission.What is a reverse quote?
What is a reverse quote?
amountOut) instead of the input amount. The aggregator calculates the required input, which is useful for “I want exactly X tokens” scenarios.How do I handle quote freshness?
How do I handle quote freshness?
slippage tolerance (default 1%) to account for price movement between quoting and execution.Gateway
Is the Gateway compatible with the Go proxy?
Is the Gateway compatible with the Go proxy?
https://rust-gateway.xoxno.com. See the migration guide.How does shard routing work?
How does shard routing work?
Which endpoints are cached?
Which endpoints are cached?
Can I query historical state?
Can I query historical state?
blockNonce, blockHash, or onStartOfEpoch query parameters to most address and VM endpoints. The Gateway automatically routes historical queries to full-history observer nodes.Does the Gateway sign transactions?
Does the Gateway sign transactions?
POST /transaction/send. For gasless transaction signing, use the Relayer.Support
How do I get help?
How do I get help?
Where can I report bugs?
Where can I report bugs?

