Arbiter

BEST_EXECUTION_ROUTE @ 1.0.0

Best execution route: every chain and venue compared after gas, impact and fees

Where should this trade actually execute? Arbiter quotes your swap on every venue of its book (Uniswap V3 every fee tier, Uniswap V2, PancakeSwap V2) on 1-3 EVM chains you name, from on-chain reads two independent RPC operators agreed on, and compares every route after pool fee, price impact, any disclosed integrator fee and gas priced in the output token: net output, shortfall versus the best, and why each route lost - including when the pool that quotes the most is not the best after gas. Returns the unsigned, ready-to-sign transactions of the best route your wallet can fund (exact approval, hard minimum output, on-chain deadline), simulated from your wallet. You sign; Arbiter never signs, submits or holds funds. Example request: {"chainIds":[8453,42161],"tokenIn":"USDC","tokenOut":"WETH","amountIn":"40000","taker":"0xYourWallet"}. Declared completion: p95 3 s, max 15 s.

From $0.0086 per call

What you get

Where should this trade actually execute? Price: from $0.00858 per call, paid over x402 v2 on Ethereum, OP Mainnet, Sei, Polygon PoS, Monad Mainnet, Arbitrum One, Avalanche C-Chain, Arc, Base; the exact amount is in the 402 quote. Delivery: after the payment is final on-chain; repeat the same request until state is FULFILLED.

Terms

Product
BEST_EXECUTION_ROUTE @ 1.0.0
Category
Market Intelligence
Family
Arbiter Execution
Source
Public EVM chain state, read at a confirmed block by two independent keyed RPC operators (Alchemy, dRPC) that must agree; Arbiter's pinned venue book (Uniswap V3 fee tiers, Uniswap V2 and PancakeSwap V2)
Price
From $0.0086 per call. Every request is quoted; the 402 response states the exact amount before anything is paid.
Pays with
x402 on eip155:1, eip155:10, eip155:1329, eip155:137, eip155:143, eip155:42161, eip155:43114, eip155:5042, eip155:8453
Freshness
Current Snapshot
Latency
Fast

Buy it with x402 or the API

POST https://arbiterverse.com/api/x402/BEST_EXECUTION_ROUTE with a JSON body {"request": {...}}. An unpaid call answers 402 with the exact x402 v2 terms; repeat it with the payment signature to receive the result.

A working example request:

{
  "request": {
    "chainIds": [
      8453,
      42161
    ],
    "tokenIn": "USDC",
    "tokenOut": "WETH",
    "amountIn": "40000",
    "taker": "0x1111111111111111111111111111111111111111"
  }
}

Schema and errors: /docs/BEST_EXECUTION_ROUTE.json and /openapi.json. All services.