Market Spread
market_spreadLive cross-exchange crypto spread with slippage-adjusted net edge for a given trade size. Covers major CEX venues. Pay per call with USDC or USDT on Base via x402 – no API key, no signup. 3 free calls per wallet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Ticker, e.g. ETH. | |
| quote | No | Quote currency (default USDT). | |
| wallet | No | Your EVM wallet address (0x...). Unlocks the free tier (3 calls per wallet). | |
| api_key | No | Optional AMR enterprise API key. | |
| size_usd | No | Notional size in USD (default 1000). | |
| buy_venue | Yes | Venue to buy on, e.g. binance. | |
| x_payment | No | Optional signed x402 payment payload (base64 JSON) for USDC/USDT on Base. | |
| sell_venue | Yes | Venue to sell on, e.g. coinbase. | |
| max_age_seconds | No | Max quote age (default 30). |