{
  "x402Version": 2,
  "id": 8223,
  "slug": "8223",
  "resource": "https://wait.edgecasesystems.workers.dev/v1/waits",
  "description": "Durable waiting for autonomous agents: defer work that cannot proceed yet and resume it later without keeping the agent running. Use Wait when an external service can send a webhook, but you need a temporary durable receiver that captures one event, retries callback delivery, and preserves recovery state without building that infrastructure yourself. Your callback handler or workflow resumes the work; Wait does not restart an agent process. One wait costs $0.01 for 60 seconds through 24 hours.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc077a55e71a43ad002fbac7bf91d48e9866e5727",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "callback_url": "https://your-agent.example.com/wait-callback",
            "client_reference": "example-wait",
            "timeout_seconds": 600
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "callback_token": "0000000000000000000000000000000000000000000000000000000000000000",
            "client_reference": "example-wait",
            "created_at": "2026-09-04T00:00:00.000Z",
            "event_url": "https://wait.edgecasesystems.workers.dev/e/0000000000000000000000000000000000000000000000000000000000000000",
            "expires_at": "2026-09-04T00:10:00.000Z",
            "status": "waiting",
            "status_url": "https://wait.edgecasesystems.workers.dev/s/0000000000000000000000000000000000000000000000000000000000000000",
            "wait_id": "00000000-0000-4000-8000-000000000000"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "callback_url": {
                    "format": "uri",
                    "type": "string"
                  },
                  "client_reference": {
                    "maxLength": 200,
                    "minLength": 1,
                    "type": "string"
                  },
                  "timeout_seconds": {
                    "maximum": 86400,
                    "minimum": 60,
                    "type": "integer"
                  }
                },
                "required": [
                  "callback_url",
                  "timeout_seconds"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "additionalProperties": false,
            "properties": {
              "example": {
                "additionalProperties": false,
                "properties": {
                  "callback_token": {
                    "pattern": "^[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "client_reference": {
                    "type": [
                      "string",
                      "null"
                    ]
                  },
                  "created_at": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "event_url": {
                    "format": "uri",
                    "type": "string"
                  },
                  "expires_at": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "status": {
                    "const": "waiting",
                    "type": "string"
                  },
                  "status_url": {
                    "format": "uri",
                    "type": "string"
                  },
                  "wait_id": {
                    "format": "uuid",
                    "type": "string"
                  }
                },
                "required": [
                  "wait_id",
                  "status",
                  "event_url",
                  "status_url",
                  "callback_token",
                  "created_at",
                  "expires_at"
                ],
                "type": "object"
              },
              "type": {
                "const": "json",
                "type": "string"
              }
            },
            "required": [
              "type",
              "example"
            ],
            "type": "object"
          }
        },
        "required": [
          "input",
          "output"
        ],
        "type": "object"
      }
    },
    "edgecaseWait": {
      "info": {
        "offerId": "event-24h-v1",
        "requestFingerprint": "0d0555ddfd1e6f5e472106dfc233f9fb04c897d5d90e456cdc02baed18a3cdca"
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "additionalProperties": false,
        "properties": {
          "offerId": {
            "const": "event-24h-v1",
            "type": "string"
          },
          "requestFingerprint": {
            "pattern": "^[0-9a-f]{64}$",
            "type": "string"
          }
        },
        "required": [
          "offerId",
          "requestFingerprint"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar",
    "edgecaseWait"
  ],
  "sourceHost": "wait.edgecasesystems.workers.dev",
  "lastUpdated": "2026-09-10T05:03:22.775Z",
  "quality": {
    "calls30d": 7,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-10T05:03:22.446Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "wait.edgecasesystems.workers.dev",
    "manifest_name": "wait.edgecasesystems.workers.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"
  }
}