{
  "x402Version": 2,
  "id": 3614,
  "slug": "3614",
  "resource": "https://trader.rigoblock.com/api/quote",
  "description": "DEX price quote across 7 chains (Ethereum, Base, Arbitrum, Optimism, Polygon, BNB, Unichain). Returns sell/buy amounts, price, routing, and gas estimate.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xA0F9C380ad1E1be09046319fd907335B2B452B37",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "amount": "1",
            "buy": "USDC",
            "chain": "8453",
            "sell": "ETH"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "buy": "2079.54 USDC",
            "chainId": 8453,
            "gasFeeUSD": "0.0024",
            "gasLimit": "394000",
            "price": "1 ETH = 2079.54 USDC",
            "routing": "CLASSIC",
            "sell": "1 ETH"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "amount": {
                    "description": "Amount to sell (human-readable, e.g. '1' for 1 ETH)",
                    "type": "string"
                  },
                  "buy": {
                    "description": "Token to buy (ETH, USDC, WBTC, or contract address)",
                    "type": "string"
                  },
                  "chain": {
                    "description": "Chain name or ID (e.g. 'base', '8453', 'arbitrum', '42161')",
                    "type": "string"
                  },
                  "operator": {
                    "description": "Optional operator address for browser auth bypass",
                    "type": "string"
                  },
                  "sell": {
                    "description": "Token to sell (ETH, USDC, WBTC, or contract address)",
                    "type": "string"
                  },
                  "sig": {
                    "description": "Optional EIP-191 signature for browser auth bypass",
                    "type": "string"
                  },
                  "slippage": {
                    "description": "Optional slippage tolerance in basis points (e.g. '100' for 1%)",
                    "type": "string"
                  },
                  "ts": {
                    "description": "Optional signature timestamp for browser auth bypass",
                    "type": "string"
                  },
                  "vault": {
                    "description": "Optional Rigoblock vault address for gas estimation",
                    "type": "string"
                  }
                },
                "required": [
                  "sell",
                  "buy",
                  "amount"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "buy": {
                    "type": "string"
                  },
                  "chainId": {
                    "type": "integer"
                  },
                  "gasFeeUSD": {
                    "type": "string"
                  },
                  "gasLimit": {
                    "type": "string"
                  },
                  "price": {
                    "type": "string"
                  },
                  "routing": {
                    "type": "string"
                  },
                  "sell": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "trader.rigoblock.com",
  "lastUpdated": "2026-09-17T03:59:40.126Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 3,
    "lastCalledAt": "2026-09-17T03:59:39.286Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "trader.rigoblock.com",
    "manifest_name": "trader.rigoblock.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}