{
  "x402Version": 2,
  "id": 751,
  "slug": "751",
  "resource": "https://agentres.dev/api/wait-times",
  "description": "Live restaurant wait times from camera-based crowd data. One call lists every monitored location with its slug, open status, current crowd count, and wait in minutes.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x66717045858d9f598e2ebd046bf42a0b1063c0fa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 3600
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "FCFgb8Z63uwim2QpDJW4TGwLqZoENjckwGosLmg26zBS",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "10000",
      "maxTimeoutSeconds": 3600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {},
          "type": "http"
        },
        "output": {
          "example": {
            "charge_id": "8e9a4a1a-0000-0000-0000-000000000000",
            "count": 1,
            "locations": [
              {
                "address": "West Village, NY 10014",
                "display_name": "L'industrie Pizzeria",
                "slug": "lindustrie_wv",
                "status": {
                  "captured_at": "2026-07-24T18:05:00Z",
                  "current_count": 12,
                  "is_open": true,
                  "wait_minutes": 18
                },
                "timezone": "America/New_York"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {},
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "charge_id": {
                    "format": "uuid",
                    "type": "string"
                  },
                  "count": {
                    "type": "integer"
                  },
                  "locations": {
                    "items": {
                      "additionalProperties": true,
                      "description": "slug, display_name, address, timezone, hours, and status (is_open, current_count, wait_minutes, captured_at — nullable when closed or no reading)",
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "agentres.dev",
  "lastUpdated": "2026-09-15T19:44:38.685Z",
  "quality": {
    "calls30d": 11,
    "uniquePayers30d": 8,
    "lastCalledAt": "2026-09-15T19:44:38.338Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "agentres.dev",
    "manifest_name": "agentres.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}