{"api":"v1","generated_at":"2026-09-16T05:25:29.819Z","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/x402-cloudpulsepoint-com-agent-check-perf-4bc42c","pinned_page":"https://tollindex.com/e/x402-cloudpulsepoint-com-agent-check-perf-4bc42c/at/2026-09-16T04-48Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-16T04:48:25.992Z","snapshot_stamp":"2026-09-16T04-48Z","endpoint":{"slug":"x402-cloudpulsepoint-com-agent-check-perf-4bc42c","canonical_url":"https://x402.cloudpulsepoint.com/agent/check/perf","resource":"https://x402.cloudpulsepoint.com/agent/check/perf","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Load the full page and measure time-to-first-byte, total load time, and downloaded size (capped at 5 MB). Use to gauge front-end performance before crawling, embedding, or depending on a page.","service_name":"cloudPulsePoint","declared_category":null,"declared_tags":["monitoring","performance","speed","ttfb"],"route_template":null,"registry_updated":"2026-09-14T12:00:24.609Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"check perf","category":"inference","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-16T04:48:25.991Z","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.03 USDC","amount_units":0.03,"decimals_known":true,"pay_to":"0x05a877EF93E7818828D199E2Df0028bca3C75bf0","scheme":"exact"}],"counters":{"observed_at":"2026-09-16T04:48:25.992Z","calls_30d":25,"unique_payers_30d":1,"last_called_at":"2026-09-14T12:00:24.480Z"},"validation":{"latest":{"observed_at":"2026-09-16T04:43:30.074Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-16"},"uptime":[{"days":7,"observed":6,"passed":6,"ratio":1},{"days":30,"observed":6,"passed":6,"ratio":1},{"days":90,"observed":6,"passed":6,"ratio":1}],"history_90d":[{"observed_at":"2026-09-16T04:43:30.074Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-16","state_changed":false},{"observed_at":"2026-09-15T04:40:31.943Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T04:36:16.123Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T04:34:35.871Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T06:50:49.976Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T10:24:57.321Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x05a877EF93E7818828D199E2Df0028bca3C75bf0","page":"https://tollindex.com/seller/0x05a877EF93E7818828D199E2Df0028bca3C75bf0","endpoints":7,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["monitoring","performance","speed","ttfb"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x05a877EF93E7818828D199E2Df0028bca3C75bf0","amount":"30000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-09-14T12:00:24.48Z","l30DaysTotalCalls":25,"l30DaysUniquePayers":1},"resource":"https://x402.cloudpulsepoint.com/agent/check/perf","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"check":"perf","result":{"url":"https://example.com/","error":null,"status":"UP","ttfbMs":92,"warning":null,"loadTimeMs":318,"contentSize":51200},"network":"eip155:8453"}}},"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":{"required":["url"],"properties":{"url":{"type":"string","description":"Full http(s) URL of the site to check, e.g. \"https://example.com\". Must resolve to a public address — private, loopback, link-local, and cloud-metadata targets are rejected with HTTP 400 before any payment."}}},"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","properties":{"check":{"const":"perf","description":"Identifies which check produced this result."},"result":{"type":"object","properties":{"url":{"type":"string","description":"The normalized URL that was checked."},"error":{"type":["string","null"],"description":"Human-readable failure reason, or null on success."},"status":{"enum":["UP","WARN","DOWN"],"type":"string","description":"UP = loaded within threshold; WARN = slow (over the load-time threshold); DOWN = failed or timed out."},"ttfbMs":{"type":["integer","null"],"description":"Time to first byte, in milliseconds."},"warning":{"type":["string","null"],"description":"Human-readable warning when the check passed but a threshold was crossed, else null."},"loadTimeMs":{"type":["integer","null"],"description":"Total time to download the page body (up to the 5 MB cap), in milliseconds."},"contentSize":{"type":["integer","null"],"description":"Bytes downloaded (capped at 5,242,880 = 5 MB)."}}},"network":{"type":"string","description":"CAIP-2 id of the chain the payment settled on (e.g. eip155:8453 = Base)."}}}}}}}}},"description":"Load the full page and measure time-to-first-byte, total load time, and downloaded size (capped at 5 MB). Use to gauge front-end performance before crawling, embedding, or depending on a page.","lastUpdated":"2026-09-14T12:00:24.609Z","serviceName":"cloudPulsePoint","x402Version":2}]}}