{"api":"v1","generated_at":"2026-09-15T23:43:34.637Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/wait-edgecasesystems-workers-dev-v1-waits-8aae14","pinned_page":"https://tollindex.com/e/wait-edgecasesystems-workers-dev-v1-waits-8aae14/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"wait-edgecasesystems-workers-dev-v1-waits-8aae14","canonical_url":"https://wait.edgecasesystems.workers.dev/v1/waits","resource":"https://wait.edgecasesystems.workers.dev/v1/waits","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"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.","service_name":"Edgecase Wait","declared_category":null,"declared_tags":["agent","wait","event","callback"],"route_template":null,"registry_updated":"2026-09-10T05:03:22.775Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"waits","category":"communications","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.01 USDC","amount_units":0.01,"decimals_known":true,"pay_to":"0xc077a55e71a43ad002fbac7bf91d48e9866e5727","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":7,"unique_payers_30d":2,"last_called_at":"2026-09-10T05:03:22.446Z"},"validation":{"latest":{"observed_at":"2026-09-15T05:46:52.627Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T05:46:52.627Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T05:19:30.216Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:15:10.014Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T07:31:30.598Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T11:17:50.598Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xc077a55e71a43ad002fbac7bf91d48e9866e5727","page":"https://tollindex.com/seller/0xc077a55e71a43ad002fbac7bf91d48e9866e5727","endpoints":2,"hosts":2},"reports":0,"registry_record":{"cdp":[{"tags":["agent","wait","event","callback"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2","paymentFlow":"upfront","assetTransferMethod":"eip3009"},"payTo":"0xc077a55e71a43ad002fbac7bf91d48e9866e5727","amount":"10000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-09-10T05:03:22.446Z","l30DaysTotalCalls":7,"l30DaysUniquePayers":2},"resource":"https://wait.edgecasesystems.workers.dev/v1/waits","extensions":{"bazaar":{"info":{"input":{"body":{"callback_url":"https://your-agent.example.com/wait-callback","timeout_seconds":600,"client_reference":"example-wait"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"status":"waiting","wait_id":"00000000-0000-4000-8000-000000000000","event_url":"https://wait.edgecasesystems.workers.dev/e/0000000000000000000000000000000000000000000000000000000000000000","created_at":"2026-09-04T00:00:00.000Z","expires_at":"2026-09-04T00:10:00.000Z","status_url":"https://wait.edgecasesystems.workers.dev/s/0000000000000000000000000000000000000000000000000000000000000000","callback_token":"0000000000000000000000000000000000000000000000000000000000000000","client_reference":"example-wait"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input","output"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["callback_url","timeout_seconds"],"properties":{"callback_url":{"type":"string","format":"uri"},"timeout_seconds":{"type":"integer","maximum":86400,"minimum":60},"client_reference":{"type":"string","maxLength":200,"minLength":1}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type","example"],"properties":{"type":{"type":"string","const":"json"},"example":{"type":"object","required":["wait_id","status","event_url","status_url","callback_token","created_at","expires_at"],"properties":{"status":{"type":"string","const":"waiting"},"wait_id":{"type":"string","format":"uuid"},"event_url":{"type":"string","format":"uri"},"created_at":{"type":"string","format":"date-time"},"expires_at":{"type":"string","format":"date-time"},"status_url":{"type":"string","format":"uri"},"callback_token":{"type":"string","pattern":"^[0-9a-f]{64}$"},"client_reference":{"type":["string","null"]}},"additionalProperties":false}},"additionalProperties":false}},"additionalProperties":false}},"edgecaseWait":{"info":{"offerId":"event-24h-v1","requestFingerprint":"0d0555ddfd1e6f5e472106dfc233f9fb04c897d5d90e456cdc02baed18a3cdca"},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["offerId","requestFingerprint"],"properties":{"offerId":{"type":"string","const":"event-24h-v1"},"requestFingerprint":{"type":"string","pattern":"^[0-9a-f]{64}$"}},"additionalProperties":false}}},"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.","lastUpdated":"2026-09-10T05:03:22.775Z","serviceName":"Edgecase Wait","x402Version":2}]}}