{
  "x402Version": 2,
  "id": 945,
  "slug": "945",
  "resource": "https://ozmium.org/v1/arbitrage",
  "description": "Ranked, fee-netted arbitrage routes into a target token on Base. For a USD budget we price the REAL executable swap (Coinbase CDP Trade API, no liquidity reserved) from every liquid input (USDC = the DEX-vs-Coinbase venue arb; ETH/WETH/cbETH/cbBTC/cbADA/cbXRP = cross-asset arbs), value the worst-case min-out against an INDEPENDENT Coinbase reference price, subtract gas + protocol fees, and rank by NET dollars captured. Full details: GET /v1.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x53a05c0eed6cbf065f31aedbae7b0d8ce1a0f4db",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "budget": "100",
            "slippageBps": "100",
            "taker": "0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045",
            "target": "cbBTC"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "data": {
              "routes": [
                {
                  "from": "USDC",
                  "netUsd": 0.42,
                  "to": "cbBTC"
                }
              ]
            },
            "network": "eip155:8453"
          },
          "type": "json"
        }
      },
      "routeTemplate": "/v1/arbitrage",
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "budget": {
                    "type": "string"
                  },
                  "slippageBps": {
                    "type": "string"
                  },
                  "taker": {
                    "type": "string"
                  },
                  "target": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "data": {
                    "properties": {
                      "routes": {
                        "items": {
                          "properties": {
                            "from": {
                              "type": "string"
                            },
                            "netUsd": {
                              "type": "number"
                            },
                            "to": {
                              "type": "string"
                            }
                          },
                          "type": "object"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "network": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "ozmium.org",
  "lastUpdated": "2026-09-09T13:49:49.108Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-09T13:49:48.751Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "ozmium.org",
    "manifest_name": "ozmium.org",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}