{"api":"v1","generated_at":"2026-09-24T22:25:32.401Z","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/agent-pocket-network-v1-agentsearch-web-search-v1-56c6cd","pinned_page":"https://tollindex.com/e/agent-pocket-network-v1-agentsearch-web-search-v1-56c6cd/at/2026-09-24T21-29Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-24T21:29:59.629Z","snapshot_stamp":"2026-09-24T21-29Z","endpoint":{"slug":"agent-pocket-network-v1-agentsearch-web-search-v1-56c6cd","canonical_url":"https://agent.pocket.network/v1/agentsearch-web-search-v1","resource":"https://agent.pocket.network/v1/agentsearch-web-search-v1","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Web search built for agents, served over Pocket Network: POST /v1/search with a query and an optional max_results, and get the results back as one JSON object. Results vary run to run, as web search does. GET /v1/version, /v1/health and /v1/capabilities describe the service. Pay per request in USDC; no account, no API key.","service_name":"Pocket Network","declared_category":null,"declared_tags":["web","agentsearch-web-search-v1","rest"],"route_template":null,"registry_updated":"2026-09-24T04:13:18.206Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"agentsearch web search v1","category":"search","first_observed_by_toll":"2026-09-20T04:52:31.810Z","last_observed_by_toll":"2026-09-24T21:29:59.628Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-20T04:52:31.810Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.005 USDC","amount_units":0.005,"decimals_known":true,"pay_to":"0xF732ea490c5766071785a2310523f7fA2CEbB829","scheme":"exact"}],"counters":{"observed_at":"2026-09-24T21:29:59.629Z","calls_30d":332,"unique_payers_30d":3,"last_called_at":"2026-09-24T04:13:17.664Z"},"validation":{"latest":{"observed_at":"2026-09-23T06:21:05.625Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-23"},"uptime":[{"days":7,"observed":4,"passed":4,"ratio":1},{"days":30,"observed":4,"passed":4,"ratio":1},{"days":90,"observed":4,"passed":4,"ratio":1}],"history_90d":[{"observed_at":"2026-09-23T06:21:05.625Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-23","state_changed":false},{"observed_at":"2026-09-22T06:31:33.119Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-22","state_changed":false},{"observed_at":"2026-09-21T06:54:06.135Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-21","state_changed":false},{"observed_at":"2026-09-20T18:21:17.679Z","state":"pass","failed_checks":[],"run_id":"new-after-daily-2026-09-19","state_changed":true}]},"seller":{"wallet":"0xF732ea490c5766071785a2310523f7fA2CEbB829","page":"https://tollindex.com/seller/0xF732ea490c5766071785a2310523f7fA2CEbB829","endpoints":93,"hosts":2},"reports":0,"registry_record":{"cdp":[{"tags":["web","agentsearch-web-search-v1","rest"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xF732ea490c5766071785a2310523f7fA2CEbB829","amount":"5000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1789841442/bazaar-icons/3cd57aad9bac9307.png","quality":{"lastCalledAt":"2026-09-24T04:13:17.664Z","l30DaysTotalCalls":332,"l30DaysUniquePayers":3},"resource":"https://agent.pocket.network/v1/agentsearch-web-search-v1","extensions":{"bazaar":{"info":{"input":{"body":{"query":"Pocket Network","max_results":1},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"data":{"query":"Pocket Network"},"portal":{"serviceId":"agentsearch-web-search-v1","provenance":"third-party-supplier","schemaCheck":"passed"}}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["query"],"properties":{"query":{"type":"string","description":"The search query, in natural language or keywords."},"max_results":{"type":"integer","minimum":1,"description":"How many results to return at most."}},"description":"A search request. The body is JSON and is bounded by the service at 16 KiB."},"type":{"type":"string","const":"http"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["portal","data"],"properties":{"data":{"type":"object","examples":[{"query":"Pocket Network"}],"description":"For POST /v1/search, a JSON object carrying the `query` as received and the search results; the exact shape is the service's own and is not pinned here. A validation failure returns `{ detail: [{ loc, msg, type }] }` with HTTP 422. The other routes (healthz, version, health, capabilities) return their own small JSON documents."},"portal":{"type":"object","required":["provenance","serviceId","schemaCheck"],"properties":{"serviceId":{"const":"agentsearch-web-search-v1"},"provenance":{"const":"third-party-supplier"},"schemaCheck":{"enum":["passed","undeclared","unchecked"]}}}}}}}}}}},"description":"Web search built for agents, served over Pocket Network: POST /v1/search with a query and an optional max_results, and get the results back as one JSON object. Results vary run to run, as web search does. GET /v1/version, /v1/health and /v1/capabilities describe the service. Pay per request in USDC; no account, no API key.","lastUpdated":"2026-09-24T04:13:18.206Z","serviceName":"Pocket Network","x402Version":2}]}}