DEX Swap QuoteGET /swap-quote/quote/base/0x4200000000000000000000000000000000000006/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · x402 API by professorsausages.com
DEX swap price quote — indicative UniswapV2 amount-out, price & price-impact for any token pair from live on-chain reserves on Base/Ethereum
What does this x402 API do?
DEX Swap Quote. This is an x402-gated GET API resource from professorsausages.com. The latest safe availability check could not reach the resource on 2026-08-24. The listing records $0.03 USD-denominated per request on Base. No settled paid call has been verified.
- Published price
- $0.03 USD-denominated per request
- Networks
- Base
- Latest evidence
- The latest safe availability check could not reach the resource on 2026-08-24
- Resource ID
- 383a950aa92e3e54773a6bbf
Start with a quote-only recipe. Payment signing stays in your project.
const response = await fetch("https://x402.professorsausages.com/swap-quote/quote/base/0x4200000000000000000000000000000000000006/0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913", {
method: "GET",
});
console.log(response.status);
console.log(Object.fromEntries(response.headers));
console.log((await response.text()).slice(0, 1000));
// A valid 402 is a quote, not a completed paid call.This sends no payment. Inspect the 402 response before adding a wallet-enabled client.
- Observed in 402-index
Discovered through self-registered.
- Registry record checked
Registry health: unknown.
- Exact route checked
unreachable · UND_ERR_HEADERS_OVERFLOW
- Origin reachable
OPTIONS https://x402.professorsausages.com/ returned 405.
What evidence supports this listing?
Each record has an exact-route quote outcome. Unresolved templates and potentially mutating methods are labeled instead of being invoked without provider-specific test input. A quote is still separate from a settled paid call. Read the discovery and verification methodology →
Which networks and payment options does it accept?
The normalized listing price is $0.03 USD-denominated per request. Raw protocol requirements remain visible below for implementation and audit use.