x402-sushi.up.railway.app
No description published for this endpoint.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.005 USDC on Base to 0x5005…bF58a. The signed payment is good for 5 minutes.
- Paid to
- 0x5005…bF58a
- USD Coin contract
- 0x8335…02913
- Payment window
- 5 minutes
- As published
- 5000 smallest units
- Buys
- Aggregated swap quote
- Returns
- application/json
The catalog’s raw entry
[
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x5005412d9aDf28AE1ddF347Db5E3c4d5ec9bF58a",
"scheme": "exact",
"network": "base",
"mimeType": "application/json",
"resource": "http://x402-sushi.up.railway.app/quote",
"description": "Aggregated swap quote",
"outputSchema": {
"input": {
"type": "http",
"method": "POST",
"bodyType": "json",
"bodyFields": {
"fee": {
"type": "number",
"default": 0,
"maximum": 0.5,
"minimum": 0,
"description": "Fee fraction (0–0.5)"
},
"debug": {
"type": "boolean",
"default": false,
"description": "Enable debugging mode"
},
"feeBy": {
"enum": [
"input",
"output"
],
"type": "string",
"default": "output",
"description": "Indicates which side the fee applies to"
},
"amount": {
"type": "string",
"pattern": "^[0-9]+$",
"required": true,
"description": "Amount in base units (wei, etc.)"
},
"chainId": {
"type": "number",
"required": true,
"description": "Supported EVM chain id"
},
"onlyDEX": {
"type": "string",
"default": "",
"description": "Comma-separated list of DEXes to include"
},
"tokenIn": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$",
"required": true,
"description": "Input token address (EVM address)"
},
"referrer": {
"type": "string",
"default": "x402",
"description": "Referrer identifier"
},
"tokenOut": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$",
"required": true,
"description": "Output token address (EVM address)"
},
"onlyPools": {
"type": "string",
"default": "",
"description": "Comma-separated list of pool addresses to include"
},
"visualize": {
"type": "boolean",
"default": false,
"description": "Whether to visualize the route"
},
"excludeDEX": {
"type": "string",
"default": "",
"description": "Comma-separated list of DEXes to exclude"
},
"includeRfq": {
"type": "boolean",
"default": false,
"description": "Whether to include RFQ quotes"
},
"maxSlippage": {
"type": "number",
"default": 0.005,
"minimum": 0,
"description": "Maximum slippage allowed (0–1)",
"exclusiveMaximum": 1
},
"excludePools": {
"type": "string",
"default": "",
"description": "Comma-separated list of pool addresses to exclude"
},
"excludeTokens": {
"type": "string",
"default": "",
"description": "Comma-separated list of token addresses to exclude"
},
"maxPriceImpact": {
"type": "number",
"default": 1,
"maximum": 1,
"minimum": 0,
"description": "Maximum allowed price impact (0–1)"
}
},
"discoverable": true,
"headerFields": {
"content-type": {
"type": "string",
"default": "application/json",
"description": "MIME type of the request body"
}
}
},
"output": {
"type": "object",
"example": {
"status": "Success",
"tokens": [
{
"name": "Ether",
"symbol": "ETH",
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18
},
{
"name": "Wrapped Ether",
"symbol": "WETH",
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"decimals": 18
},
{
"name": "SushiToken",
"symbol": "SUSHI",
"address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
"decimals": 18
}
],
"tokenTo": 2,
"amountIn": "10000000000000000",
"swapPrice": 2837.670924657253,
"tokenFrom": 0,
"priceImpact": -0.002204113661183449,
"assumedAmountOut": "28376709246572527616"
},
"examples": [
{
"status": "Success",
"tokens": [
{
"name": "Ether",
"symbol": "ETH",
"address": "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
"decimals": 18
},
{
"name": "Wrapped Ether",
"symbol": "WETH",
"address": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
"decimals": 18
},
{
"name": "SushiToken",
"symbol": "SUSHI",
"address": "0x6B3595068778DD592e39A122f4f5a5cF09C90fE2",
"decimals": 18
}
],
"tokenTo": 2,
"amountIn": "10000000000000000",
"swapPrice": 2837.670924657253,
"tokenFrom": 0,
"priceImpact": -0.002204113661183449,
"assumedAmountOut": "28376709246572527616"
}
],
"required": [
"status",
"tokens",
"tokenFrom",
"tokenTo",
"swapPrice",
"priceImpact",
"amountIn",
"assumedAmountOut"
],
"properties": {
"status": {
"type": "string",
"description": "Request status"
},
"tokens": {
"type": "array",
"items": {
"type": "object",
"required": [
"address",
"symbol",
"name",
"decimals"
],
"properties": {
"name": {
"type": "string"
},
"symbol": {
"type": "string"
},
"address": {
"type": "string",
"pattern": "^0x[a-fA-F0-9]{40}$|^0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE$",
"description": "Token contract address (0x… or native placeholder)"
},
"decimals": {
"type": "integer",
"minimum": 0
}
},
"additionalProperties": false
},
"minItems": 1
},
"tokenTo": {
"type": "integer",
"minimum": 0
},
"amountIn": {
"type": "string",
"pattern": "^[0-9]+$",
"description": "Base units (wei, etc.)"
},
"swapPrice": {
"type": "number"
},
"tokenFrom": {
"type": "integer",
"minimum": 0
},
"priceImpact": {
"type": "number"
},
"assumedAmountOut": {
"type": "string",
"pattern": "^[0-9]+$",
"description": "Base units (wei, etc.)"
}
},
"additionalProperties": false
}
},
"maxAmountRequired": "5000",
"maxTimeoutSeconds": 300
}
]Provenance
- Seen in the source catalog
- 2025-11-03 18:35Z
- Last indexed by Roundhouse
- 2026-09-24 19:45Z
- Last enriched (probe, favicon, geo)
- 2026-09-17 02:45Z
- x402 version
- 1
- Max timeout
- 300s
- Liveness probe
- HTTP 404
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
Nothing indexed for this service or its provider yet. Not a claim that it is unused — only that we hold no record. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service x402-sushi.up.railway.app and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=x402-sushi.up.railway.app' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at http://x402-sushi.up.railway.app/quote, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.