{"api":"v1","generated_at":"2026-09-15T20:11:48.443Z","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/ai-data-marketplace-1042299154756-us-central1-run-app-api-v1-x402-endpoint-prefl-cec961","pinned_page":"https://tollindex.com/e/ai-data-marketplace-1042299154756-us-central1-run-app-api-v1-x402-endpoint-prefl-cec961/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"ai-data-marketplace-1042299154756-us-central1-run-app-api-v1-x402-endpoint-prefl-cec961","canonical_url":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/x402_endpoint_preflight","resource":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/x402_endpoint_preflight","http_method":"POST","type":"http","x402_version":2,"registries":[],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Verify and lint a third-party x402 endpoint without paying it. Probe the live HTTP 402 challenge, validate x402 v2 and Base payment requirements, and check exact Coinbase Bazaar and 402index listing evidence before a buyer authorizes payment.","service_name":"x402 Endpoint Buyer Preflight","declared_category":null,"declared_tags":["x402 endpoint verification","x402 preflight","buyer safety","payment challenge","bazaar"],"route_template":null,"registry_updated":"2026-08-16T01:58:13.627Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"x402 endpoint preflight","category":"identity","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-14T21:48:45.888Z","observation_began":"2026-09-10"},"presence":{"listed_now":false,"first_absent_at":"2026-09-15T04:52:53.308Z","delisting_confirmed_at":"2026-09-15T11:42:41.317Z","events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"},{"registry":"cdp","at":"2026-09-15T04:52:53.308Z","event":"delisted"},{"registry":"cdp","at":"2026-09-15T11:42:41.317Z","event":"delisting_confirmed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0x8647F7D7a1368a467Ad1FF757fBc2e7167973558","scheme":"exact"}],"counters":{"observed_at":"2026-09-14T21:48:45.888Z","calls_30d":2,"unique_payers_30d":1,"last_called_at":"2026-08-16T01:58:13.433Z"},"validation":{"latest":{"observed_at":"2026-09-14T06:04:19.455Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-14"},"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-14T06:04:19.455Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:56:13.422Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:13:28.689Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T12:27:43.613Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0x8647F7D7a1368a467Ad1FF757fBc2e7167973558","page":"https://tollindex.com/seller/0x8647F7D7a1368a467Ad1FF757fBc2e7167973558","endpoints":78,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["x402 endpoint verification","x402 preflight","buyer safety","payment challenge","bazaar"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0x8647F7D7a1368a467Ad1FF757fBc2e7167973558","amount":"3000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":300}],"quality":{"lastCalledAt":"2026-08-16T01:58:13.433Z","l30DaysTotalCalls":2,"l30DaysUniquePayers":1},"resource":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/x402_endpoint_preflight","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com/api/paid","method":"GET"},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"success":true,"decision":"payment_challenge_is_structurally_ready","discovery":{"coinbase_bazaar":{"checked":true,"exact_match_count":1}},"ready_for_payment":true,"payment_requirements":[]}}},"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":["url"],"properties":{"url":{"type":"string","description":"Public HTTP or HTTPS endpoint to inspect without paying."},"method":{"type":"string","description":"GET, HEAD, or POST. Defaults to GET."},"request_body":{"type":"object","description":"Optional JSON body for a POST probe. Payment credentials are never forwarded."}},"additionalProperties":true},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"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":["success","ready_for_payment","decision","payment_requirements","discovery"],"properties":{"success":{"type":"boolean"},"decision":{"type":"string"},"discovery":{"type":"object","required":["coinbase_bazaar"],"properties":{"coinbase_bazaar":{"type":"object","required":["checked","exact_match_count"],"properties":{"checked":{"type":"boolean"},"exact_match_count":{"type":"integer"}},"additionalProperties":true}},"additionalProperties":true},"ready_for_payment":{"type":"boolean"},"payment_requirements":{"type":"array","items":{}}},"additionalProperties":true}}}}}}},"description":"Verify and lint a third-party x402 endpoint without paying it. Probe the live HTTP 402 challenge, validate x402 v2 and Base payment requirements, and check exact Coinbase Bazaar and 402index listing evidence before a buyer authorizes payment.","lastUpdated":"2026-08-16T01:58:13.627Z","serviceName":"x402 Endpoint Buyer Preflight","x402Version":2}]}}