{"partialResults":false,"resources":[{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xE9740820225B3918b4ddd1292C7cA4Ca0e2C2F08","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8ugAWAXDB8V18kiUrGZTq1oMvU3C6Fxs8hfC6rvzQT3b","scheme":"exact"}],"description":"Sends a request to a web address you provide and reports back everything the server said in response: the status code, all the response headers, how many times it got redirected, and how long the whole thing took.","extensions":{"bazaar":{"info":{"input":{"body":{"follow_redirects":true,"method":"GET","url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"api_version":"1.0.0","final_url":"https://example.com/","headers":{"cache-control":"max-age=600","content-length":"1256","content-type":"text/html; charset=UTF-8","server":"nginx"},"missing_security_headers":["strict-transport-security","content-security-policy"],"redirect_chain":[{"status_code":301,"url":"http://example.com"}],"response_time_ms":214,"status_code":200,"url":"https://example.com"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"follow_redirects":{"description":"Whether to follow redirects to their final destination or stop at the first one","type":"boolean"},"method":{"description":"Either GET or HEAD; GET fetches the page normally, HEAD only asks for headers without the body","type":"string"},"url":{"description":"The full web address to check, including http:// or https://","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"api_version":{"type":"string"},"final_url":{"type":"string"},"headers":{"additionalProperties":true,"type":"object"},"missing_security_headers":{"items":{"type":"string"},"type":"array"},"redirect_chain":{"items":{"type":"object"},"type":"array"},"response_time_ms":{"type":"integer"},"status_code":{"type":"integer"},"url":{"type":"string"}},"required":["api_version","url","final_url","status_code","redirect_chain","headers","missing_security_headers","response_time_ms"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-24T08:36:14.448Z","quality":{"l30DaysTotalCalls":6,"l30DaysUniquePayers":4,"lastCalledAt":"2026-08-24T08:36:14.21Z"},"resource":"https://http-header-checker.underscoredone.com/check","serviceName":"HTTP Header Checker","tags":["http headers","response headers","headers","inspect http headers","server headers"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact"},{"amount":"10000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact"},{"amount":"10000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0x7f8043c400799643bcb62B41B84b297a8Ecb7b9c","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM","merchant":"x402Atlas","tier":"standard"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","scheme":"exact"}],"description":"Audit a URL's HTTP security headers over a single body-free (HEAD) request. Grades Strict-Transport-Security, Content-Security-Policy, X-Frame-Options, X-Content-Type-Options, Referrer-Policy and Permissions-Policy, flags information-leak headers (Server, X-Powered-By), and returns the parsed values plus advisory warnings. Clean JSON for security and pentest automation.","extensions":{"bazaar":{"category":"domain-intelligence","info":{"input":{"method":"GET","queryParams":{"url":"https://example.com/"},"type":"http"},"output":{"example":{"headers":{"content_security_policy":"default-src 'self'","permissions_policy":null,"referrer_policy":"strict-origin-when-cross-origin","server":null,"strict_transport_security":{"include_subdomains":true,"max_age":31536000,"preload":false,"value":"max-age=31536000; includeSubDomains"},"x_content_type_options":"nosniff","x_frame_options":"DENY","x_powered_by":null},"queried_at":"2026-07-03T12:00:00Z","status_code":200,"url":"https://example.com/","warnings":["no Permissions-Policy header (powerful browser features are not restricted)"]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"url":{"description":"Absolute http/https URL to audit. Host must be a hostname (not an IP literal), not \"localhost\", and not under a reserved suffix (.local, .internal, .localdomain, .lan, .test). Non-default ports must be allowlisted. Redirects are not followed.","format":"uri","type":"string"}},"required":["url"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"headers":{"description":"Graded, normalized security headers. Each field is null when the header is absent from the response","properties":{"content_security_policy":{"type":["string","null"]},"permissions_policy":{"type":["string","null"]},"referrer_policy":{"type":["string","null"]},"server":{"description":"Server header value, if disclosed by the target","type":["string","null"]},"strict_transport_security":{"properties":{"include_subdomains":{"type":"boolean"},"max_age":{"description":"Parsed max-age in seconds; null if absent or unparseable","type":["integer","null"]},"preload":{"type":"boolean"},"value":{"description":"Raw Strict-Transport-Security header value","type":"string"}},"type":["object","null"]},"x_content_type_options":{"type":["string","null"]},"x_frame_options":{"type":["string","null"]},"x_powered_by":{"description":"X-Powered-By header value, if disclosed by the target","type":["string","null"]}},"type":"object"},"queried_at":{"description":"UTC timestamp the audit was performed","format":"date-time","type":"string"},"status_code":{"description":"HTTP status code returned by the target for the HEAD request","type":"integer"},"url":{"description":"The audited URL, exactly as given","type":"string"},"warnings":{"description":"Human-readable posture advisories, e.g. missing or weak headers","items":{"type":"string"},"type":"array"}},"required":["url","status_code","queried_at","headers","warnings"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["http","headers","security","hsts","csp","x-frame-options","posture"]}},"lastUpdated":"2026-08-26T06:21:26.57Z","quality":{"l30DaysTotalCalls":11,"l30DaysUniquePayers":7,"lastCalledAt":"2026-08-26T06:21:26.434Z"},"resource":"https://headers.use.x402atlas.com/","serviceName":"HTTP Security Headers Check","tags":["http","headers","security","hsts","csp"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Inspect security, cache, redirect, and server headers to audit a URL quickly.","extra":{"accept_label":"Coinbase CDP","app":"Delx Agent Operations Protocol","facilitator_url":"https://api.cdp.coinbase.com/platform/v2/x402","name":"USD Coin","provider":"coinbase","provider_label":"Coinbase CDP","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/http-headers-inspect","scheme":"exact"},{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Inspect security, cache, redirect, and server headers to audit a URL quickly.","extra":{"accept_label":"PayAI Base","app":"Delx Agent Operations Protocol","facilitator_url":"https://facilitator.payai.network","name":"USD Coin","provider":"payai","provider_label":"PayAI Base","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/http-headers-inspect","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","description":"Inspect security, cache, redirect, and server headers to audit a URL quickly.","extra":{"accept_label":"PayAI Solana","app":"Delx Agent Operations Protocol","facilitator_url":"https://facilitator.payai.network","feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4","name":"USD Coin","provider":"payai","provider_label":"PayAI Solana","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG","resource":"https://api.delx.ai/api/v1/x402/http-headers-inspect","scheme":"exact"}],"description":"Inspect security, cache, redirect, and server headers to audit a URL quickly.","extensions":{"bazaar":{"category":"utility","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":{"final_url":"https://example.com","headers":{"cache-control":"max-age=0","server":"cloudflare"},"missing_security_headers":["content-security-policy","referrer-policy"],"security_headers_present":["strict-transport-security","x-content-type-options"],"status":200},"tool_name":"util_http_headers_inspect"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"timeout":{"maximum":15,"minimum":1,"type":"integer"},"url":{"type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":false,"properties":{"result":{"additionalProperties":true,"properties":{"final_url":{"type":"string"},"headers":{"type":"object"},"missing_security_headers":{"items":{"type":"string"},"type":"array"},"security_headers_present":{"items":{"type":"string"},"type":"array"},"status":{"type":"integer"}},"required":["final_url","status","headers","security_headers_present","missing_security_headers"],"type":"object"},"tool_name":{"const":"util_http_headers_inspect","type":"string"}},"required":["tool_name","result"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"serviceName":"Delx Http Headers Inspect","summary":"Inspect security, cache, redirect, and server headers to audit a URL quickly.","tags":["x402","utility","headers","security","http"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1785330572/bazaar-icons/f116ee851813c2b6.png","lastUpdated":"2026-08-04T19:49:42.245Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-04T19:49:41.609Z"},"resource":"https://api.delx.ai/api/v1/x402/http-headers-inspect","serviceName":"Delx Http Headers Inspect","tags":["x402","utility","headers","security","http"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":120,"network":"eip155:8453","payTo":"0x4a82F147c8A4339409C9097Adc1EedFd56E85bFE","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"},"maxTimeoutSeconds":120,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"Bs3oEYkvpbzdaLN8KuCHHATfaifmSp7iLUsKBCFQyvhL","scheme":"exact"}],"description":"Queries target URL headers to score security configurations (HSTS, CSP, X-Frame-Options).","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://google.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"confidence":"high","data_as_of":"2026-06","disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","result":{"headers":{"csp":false,"hsts":true},"score":80},"supported":true,"warnings":[]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"url":{"description":"URL to parse","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783444544/bazaar-icons/103a33ef34cfecae.png","lastUpdated":"2026-08-26T00:36:11.665Z","quality":{"l30DaysTotalCalls":7,"l30DaysUniquePayers":6,"lastCalledAt":"2026-08-26T00:36:10.695Z"},"resource":"https://codepulse-api.hahavoid0.workers.dev/security/http-headers","serviceName":"CodePulse Agentic API","tags":["security","headers"],"type":"http","x402Version":2},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"currency":"USDC","displayAmount":"0.002","name":"USD Coin","resource":"/v1/http-security","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xE3e597A4698e0Ed0e06F9d9fE513157728FBc28B","scheme":"exact"}],"description":"Paid x402 API for AI agents that audits HTTP security headers, HSTS, Content-Security-Policy, X-Frame-Options, Referrer-Policy, Permissions-Policy and web security scan findings for a public URL.","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"missing":[],"score":80,"status":200,"url":"https://example.com"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"url":{"description":"Public http or https URL to inspect","format":"uri","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-14T10:04:38.468Z","quality":{"l30DaysTotalCalls":2,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-14T10:04:37.901Z"},"resource":"https://api.x402dataapi.com/v1/http-security","serviceName":"X402 Data API","tags":["x402","ai-agents","http-security","security-headers","hsts"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","resourceUrl":"https://api.fetchx402.com/v1/tools/headers","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x33236133BecE789D551d0B5c4f9A50095d4b57d3","scheme":"exact"}],"description":"Read allowlisted HTTPS response headers for a hostname (HSTS, CSP, server, CORS). Use when you need live origin headers and must not guess. HEAD of https://{domain}/ on :443; GET if HEAD is 405/501. Redirects are not followed.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"domain":"example.com"},"type":"http"},"output":{"example":{"domain":"example.com","headers":{"access-control-allow-origin":null,"cache-control":"max-age=604800","content-security-policy":null,"content-security-policy-report-only":null,"content-type":"text/html","cross-origin-opener-policy":null,"cross-origin-resource-policy":null,"location":null,"permissions-policy":null,"referrer-policy":null,"server":"ECS (nyb/1D2A)","strict-transport-security":"max-age=31536000","www-authenticate":null,"x-content-type-options":null,"x-frame-options":null,"x-powered-by":null},"method":"HEAD","peer_ip":"23.215.0.138","status":200,"url":"https://example.com/"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"domain":{"description":"Public fully-qualified domain name to fetch, such as example.com. We HEAD https://{domain}/ on :443 (GET if HEAD is 405/501). IPs, localhost, and internal/mDNS names are rejected. Redirects are not followed.","type":"string"}},"required":["domain"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-16T21:58:56.071Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-16T21:58:55.825Z"},"resource":"https://api.fetchx402.com/v1/tools/headers","serviceName":"fetchx402","tags":["http","headers","security"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0550779CFBc832657A8BB46BAC9f359A5ad038B8","scheme":"exact"}],"description":"HTTP Latency Check API. Measure HTTP response latency for a URL from the Cloudflare Worker edge. Returns status code, latency, redirect, content type and edge location metadata. Useful for uptime checks, API diagnostics and website monitoring. Paid per call via x402.","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"from":{"colo":"SOF","country":"BG","network":"cloudflare_worker"},"latency_ms":123,"method":"HEAD","ok":true,"redirect_location":null,"service":"http_latency","status_code":200,"timestamp":"2026-06-23T00:00:00.000Z","url":"https://example.com"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"method":{"description":"HTTP method to use. Defaults to HEAD.","enum":["HEAD","GET"],"type":"string"},"url":{"description":"HTTP or HTTPS URL to check","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"additionalProperties":true,"properties":{"from":{"additionalProperties":true,"properties":{"colo":{"type":"string"},"country":{"type":"string"},"network":{"type":"string"}},"type":"object"},"latency_ms":{"type":"integer"},"method":{"type":"string"},"ok":{"type":"boolean"},"redirect_location":{"type":"null"},"service":{"type":"string"},"status_code":{"type":"integer"},"timestamp":{"type":"string"},"url":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1782160736/bazaar-icons/bba42e908ad65da0.png","lastUpdated":"2026-08-26T00:36:58.475Z","quality":{"l30DaysTotalCalls":7,"l30DaysUniquePayers":4,"lastCalledAt":"2026-08-26T00:36:57.634Z"},"resource":"https://tools.ipintel.ai/http-latency","serviceName":"HTTP Latency Check API","tags":["http-latency","uptime-check","api-diagnostics","monitoring"],"type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Compare two caller-supplied HTTP header maps case-insensitively while redacting Authorization, Cookie, Set-Cookie, and Proxy-Authorization values. Use after header or TLS inspection to identify configuration drift and security-sensitive changes. Returns bounded deterministic JSON for 0.001 USDC via x402 on Base; no URL fetch or retention.","extra":{"accept_label":"Coinbase CDP","app":"Delx Commerce","facilitator_url":"https://api.cdp.coinbase.com/platform/v2/x402","name":"USD Coin","provider":"coinbase","provider_label":"Coinbase CDP","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/http-header-diff","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Compare two caller-supplied HTTP header maps case-insensitively while redacting Authorization, Cookie, Set-Cookie, and Proxy-Authorization values. Use after header or TLS inspection to identify configuration drift and security-sensitive changes. Returns bounded deterministic JSON for 0.001 USDC via x402 on Base; no URL fetch or retention.","extra":{"accept_label":"PayAI Base","app":"Delx Commerce","facilitator_url":"https://facilitator.payai.network","name":"USD Coin","provider":"payai","provider_label":"PayAI Base","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x9f8bd9875b3E0b632a24A3A7C73f7787175e73A2","resource":"https://api.delx.ai/api/v1/x402/http-header-diff","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","description":"Compare two caller-supplied HTTP header maps case-insensitively while redacting Authorization, Cookie, Set-Cookie, and Proxy-Authorization values. Use after header or TLS inspection to identify configuration drift and security-sensitive changes. Returns bounded deterministic JSON for 0.001 USDC via x402 on Base; no URL fetch or retention.","extra":{"accept_label":"PayAI Solana","app":"Delx Commerce","facilitator_url":"https://facilitator.payai.network","feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4","name":"USD Coin","provider":"payai","provider_label":"PayAI Solana","version":"2"},"maxTimeoutSeconds":300,"mimeType":"application/json","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"28heAMpFkeUJsL7o7apiK4oJwZWq2fUHinRwbgYYsemG","resource":"https://api.delx.ai/api/v1/x402/http-header-diff","scheme":"exact"}],"description":"Compare two caller-supplied HTTP header maps case-insensitively while redacting Authorization, Cookie, Set-Cookie, and Proxy-Authorization values. Use after header or TLS inspection to identify configuration drift and security-sensitive changes. Returns bounded deterministic JSON for 0.001 USDC via x402 on Base; no URL fetch or retention.","extensions":{"bazaar":{"category":"application-security","coverImage":"https://delx.ai/opengraph-image?v=20260305-fox","info":{"input":{"body":{"after":{"Content-Type":"text/html","Strict-Transport-Security":"max-age=31536000"},"before":{"content-type":"text/html","strict-transport-security":"max-age=60"}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"added":[],"changed":[{"after":"max-age=31536000","before":"max-age=60","name":"strict-transport-security"}],"credential_values_redacted":true,"removed":[],"schema":"delx/util-http-header-diff/v1","security_sensitive_changes":["strict-transport-security"],"unchanged_count":1},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"additionalProperties":false,"properties":{"after":{"maxProperties":200,"type":"object"},"before":{"maxProperties":200,"type":"object"}},"required":["before","after"],"type":"object"},"bodyType":{"const":"json","type":"string"},"method":{"const":"POST","type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"additionalProperties":true,"description":"Bounded first-party Commerce JSON result; input is processed in memory and not retained.","properties":{"added":{"items":{},"type":"array"},"changed":{"items":{"additionalProperties":true,"properties":{"after":{"type":"string"},"before":{"type":"string"},"name":{"type":"string"}},"type":"object"},"type":"array"},"credential_values_redacted":{"type":"boolean"},"removed":{"items":{},"type":"array"},"schema":{"type":"string"},"security_sensitive_changes":{"items":{"type":"string"},"type":"array"},"unchanged_count":{"type":"integer"}},"type":"object"}},"required":["input","output"],"type":"object"},"serviceName":"HTTP Header Diff","summary":"Compare two caller-supplied HTTP header maps case-insensitively while redacting Authorization, Cookie, Set-Cookie, and Proxy-Authorization values. Use after header or TLS inspection to identify configuration drift and security-sensitive changes. Returns bounded deterministic JSON for 0.001 USDC via x402 on Base; no URL fetch or retention.","tags":["x402","commerce","web-inspection","local-only"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1786031869/bazaar-icons/f116ee851813c2b6.png","lastUpdated":"2026-08-11T11:55:12.817Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-11T11:55:12.48Z"},"resource":"https://api.delx.ai/api/v1/x402/http-header-diff","serviceName":"HTTP Header Diff","tags":["x402","commerce","web-inspection","local-only"],"type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x5bCDA55247B238a573A968B234F788a2D35664Dd","scheme":"exact"}],"description":"Fetch a URL and grade its HTTP security headers (HSTS, CSP, X-Frame-Options, etc.)","extensions":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"grade":"B","headers":{"strict-transport-security":"max-age=63072000"},"missing":["content-security-policy"],"present":["strict-transport-security"],"score":70,"status":200,"url":"https://example.com"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"url":{"description":"URL to inspect","format":"uri","type":"string"}},"required":["url"]},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"catalogue":{"discovery":"https://eltociear-skill-audit.hf.space/.well-known/x402","note":"Same x402 rail (USDC on Base), same payTo wallet, no account or API key. GET the discovery URL for the full route list and prices.","related":[{"covers":"on-chain and DeFi data, markets, FX, wallet and chain intel","discovery":"https://eltociear-tokenguard.hf.space/.well-known/x402","service":"tokenguard"},{"covers":"pre-interaction EVM contract and token risk check","discovery":"https://eltociear-contract-guard.hf.space/.well-known/x402","service":"contract-guard"}],"resources":"https://eltociear-skill-audit.hf.space/x402-resources"}},"lastUpdated":"2026-08-26T00:29:35.067Z","quality":{"l30DaysTotalCalls":6,"l30DaysUniquePayers":5,"lastCalledAt":"2026-08-26T00:29:34.943Z"},"resource":"https://eltociear-skill-audit.hf.space/headers","serviceName":"skill-audit","tags":["web","infrastructure","data","ai-agents","tools"],"type":"http","x402Version":2},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xC1FE5Ce97fB6038527D9660cF290b716a264e874","scheme":"exact"}],"description":"Audit a site's HTTP security headers before embedding, scraping, or trusting it. Returns an A+ to F grade and 0–100 score with structured analysis of HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, and Cross-Origin headers, plus server-header disclosure. A defense-in-depth signal for agents reviewing a site's security posture — not a vulnerability scan.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"url":"https://example.com"},"type":"http"},"output":{"example":{"grade":"A","maxScore":100,"score":82,"url":"https://example.com"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"url":{"description":"Full URL including scheme to audit (e.g. https://example.com). Follows up to 3 re-validated redirects.","type":"string"}},"required":["url"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-12T11:20:21.893Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-12T11:20:21.557Z"},"resource":"https://api.trustsource.cc/headers","type":"http","x402Version":2},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"SYNTHORA headers-audit: HTTP security headers + TLS audit for any URL — missing headers, score 0-100, cookie flags. $0.005 USDC x402 Base.","extra":{"name":"USD Coin","version":"2"},"maxAmountRequired":"5000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","payTo":"0x10800a5a5B9d72251566EC651E862A8b4B427dE0","resource":"https://api.hergertsynthora.com/v1/headers-audit","scheme":"exact"}],"description":"SYNTHORA headers-audit: HTTP security headers + TLS audit for any URL — missing headers, score 0-100, cookie flags. $0.005 USDC x402 Base.","extensions":{"bazaar":{"info":{"input":{"body":{"input":"example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"niche":"headers_audit","ok":true,"receipt":{},"result":{}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"input":{"description":"SYNTHORA headers-audit: HTTP security headers + TLS audit for any URL — missing headers, score 0-100, cookie flags. $0.005 USDC x402 Base.","type":"string"}},"required":["input"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"niche":{"type":"string"},"ok":{"type":"boolean"},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"delivery":{"behaviour":"if the service FAILS (invalid input, timeout, stale cache, withdrawn product, malformed output) you receive 402 and are NOT charged","note":"unlike the signature -- which you verify BEFORE paying -- this one is checked afterwards, on-chain, from your own wallet","order":"compute -\u003e failure gate -\u003e verify -\u003e settle -\u003e deliver","policy":"no-charge-on-service-failure","scope":"this covers service FAILURE, not verdict quality","verify":"after a request of yours FAILS, check your own wallet on Base: no USDC settlement to our payTo will exist for it. If we had charged you, the transfer would be public and permanent"},"signature":{"alg":"ed25519","canon":"json:sort_keys+separators(,:)+ensure_ascii+utf8","envelope":"{result, attestation:{alg,pubkey,sig,canon}}","jwksUrl":"https://api.hergertsynthora.com/.well-known/jwks.json","publicKeyUrl":"https://api.hergertsynthora.com/pubkey","sigEncoding":"hex(64B raw)","verify":"recompute canon from envelope.result, then VerifyKey(bytes.fromhex(pubkey)).verify(canon, bytes.fromhex(sig)) -- no name to trust, verify the signature yourself"}},"lastUpdated":"2026-08-18T21:24:30.876Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-18T21:24:30.434Z"},"resource":"https://api.hergertsynthora.com/v1/headers-audit","serviceName":"SYNTHORA","type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xE9740820225B3918b4ddd1292C7cA4Ca0e2C2F08","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8ugAWAXDB8V18kiUrGZTq1oMvU3C6Fxs8hfC6rvzQT3b","scheme":"exact"}],"description":"Send an HTTP request to any URL from our servers and receive the full response — including the status code, all response headers, and the body content. Supports GET, POST, PUT, PATCH, DELETE, and HEAD. Automatically follows up to 3 redirects. Useful for testing endpoints, verifying servers are responding correctly, debugging redirect chains, or fetching raw data without needing a local setup.","extensions":{"bazaar":{"info":{"input":{"body":{"method":"GET","url":"https://httpbin.org/get"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"api_version":"1.0.0","body":"{\n  \"args\": {}, \n  \"headers\": {\n    \"Host\": \"httpbin.org\"\n  }, \n  \"url\": \"https://httpbin.org/get\"\n}","durationMs":312,"error":"","headers":{"content-length":"307","content-type":"application/json","server":"gunicorn/19.9.0"},"method":"GET","redirectChain":[],"statusCode":200,"url":"https://httpbin.org/get"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"method":{"description":"The type of request to make. Choose from GET, POST, PUT, PATCH, DELETE, or HEAD. Defaults to GET if not provided.","enum":["GET","POST","PUT","PATCH","DELETE","HEAD"],"type":"string"},"url":{"description":"The full web address you want to send a request to. Must start with http:// or https://.","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"properties":{"api_version":{"type":"string"},"body":{"type":"string"},"durationMs":{"type":"integer"},"error":{"type":"string"},"headers":{"additionalProperties":true,"type":"object"},"method":{"type":"string"},"redirectChain":{"items":{"type":"object"},"type":"array"},"statusCode":{"type":"integer"},"url":{"type":"string"}},"required":["api_version","url","method","statusCode","headers","body","durationMs","redirectChain","error"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-24T08:35:17.543Z","quality":{"l30DaysTotalCalls":5,"l30DaysUniquePayers":4,"lastCalledAt":"2026-08-24T08:35:17.325Z"},"resource":"https://curl-http-request.underscoredone.com/curl","serviceName":"Curl HTTP Request","tags":["http request","curl","fetch url","make http request","http client"],"type":"http","x402Version":2},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xdaDc335482AD545296Fd7b28518A251fFCbEb9Df","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8FVeybWnB4dYrxTuPK7WzFZNAiEcFVaDLFnKpRwVGr5s","scheme":"exact"}],"description":"Fetches a URL and evaluates 10 security-critical response headers (CSP, HSTS, X-Content-Type-Options, X-Frame-Options, Referrer-Policy, Permissions-Policy, X-XSS-Protection, CORP, COEP, COOP), detects anti-patterns, and returns an overall security grade (A–F).","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"target":"https://example.com"},"type":"http"},"output":{"example":{"deductions":[{"points":-5,"reason":"Permissions-Policy not set"},{"points":-2,"reason":"Cross-Origin-Resource-Policy not set"},{"points":-2,"reason":"Cross-Origin-Embedder-Policy not set"},{"points":-2,"reason":"Cross-Origin-Opener-Policy not set"},{"points":-3,"reason":"X-Powered-By header exposes server framework"}],"errors":[],"grade":"B","meta":{"duration_ms":312},"results":{"anti_patterns":[{"header":"x-powered-by","raw_value":"Express","reason":"Information leakage — reveals server framework","severity":"warn"}],"content_type":"text/html; charset=utf-8","final_url":"https://example.com/","headers":{"content-security-policy":{"present":true,"raw_value":"default-src 'self'","reason":"Content-Security-Policy is set with a strong policy","status":"pass"},"cross-origin-embedder-policy":{"present":false,"raw_value":null,"reason":"Cross-Origin-Embedder-Policy not set","status":"info"},"cross-origin-opener-policy":{"present":false,"raw_value":null,"reason":"Cross-Origin-Opener-Policy not set","status":"info"},"cross-origin-resource-policy":{"present":false,"raw_value":null,"reason":"Cross-Origin-Resource-Policy not set","status":"info"},"permissions-policy":{"present":false,"raw_value":null,"reason":"Permissions-Policy not set — browser features not restricted","status":"warn"},"referrer-policy":{"present":true,"raw_value":"strict-origin-when-cross-origin","reason":"Referrer-Policy is set to strict-origin-when-cross-origin","status":"pass"},"strict-transport-security":{"present":true,"raw_value":"max-age=31536000; includeSubDomains","reason":"HSTS enabled with max-age=31536000","status":"pass"},"x-content-type-options":{"present":true,"raw_value":"nosniff","reason":"X-Content-Type-Options is set to nosniff","status":"pass"},"x-frame-options":{"present":true,"raw_value":"DENY","reason":"X-Frame-Options is set to DENY","status":"pass"},"x-xss-protection":{"present":false,"raw_value":null,"reason":"X-XSS-Protection not set — modern browsers use CSP instead","status":"info"}},"status_code":200,"summary":{"fail":0,"info":4,"pass":6,"warn":0}},"score":78,"service":"security-headers","target":"https://example.com","timestamp":"2025-01-15T12:00:00.000Z","warnings":[]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"target":{"description":"URL or domain to audit security headers for (e.g. https://example.com)","type":"string"}},"required":["target"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"deductions":{"type":"array"},"errors":{"type":"array"},"grade":{"type":"string"},"meta":{"type":"object"},"results":{"type":"object"},"score":{"type":"number"},"service":{"type":"string"},"target":{"type":"string"},"timestamp":{"type":"string"},"warnings":{"type":"array"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1784214098/bazaar-icons/7d2bf437631b2e4e.png","lastUpdated":"2026-08-20T15:34:31.477Z","quality":{"l30DaysTotalCalls":4,"l30DaysUniquePayers":4,"lastCalledAt":"2026-08-20T15:34:31.233Z"},"resource":"https://netintel.dev/security-headers/analyze","serviceName":"NetIntel","tags":["security headers","http security","csp","website security","security audit"],"type":"http","x402Version":2},{"accepts":[{"amount":"8000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x4466d4A84b7c49a6A094ec6eef4a0712D6dd125e","scheme":"exact"},{"amount":"8000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"9urRvUx69HqAopg1JGV9P9wR7JdKoztzdkuNyJ8Eo1up","scheme":"exact"}],"description":"Fetch URL and return all HTTP response headers plus security audit (HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy). Returns security_score 0-100 and missing headers list. Built for security agents and compliance audits. Use url param Accepts payment on Base or Solana — either network works.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"url":"string"},"type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"url":{"description":"Target URL (optional)","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-19T21:20:43.685Z","quality":{"l30DaysTotalCalls":3,"l30DaysUniquePayers":2,"lastCalledAt":"2026-08-19T21:20:43.504Z"},"resource":"https://api.x402node.dev/web/headers","type":"http","x402Version":2},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xdB6F694aE695C632C82677a50593B46137808453","scheme":"exact"}],"description":"URL HTTP metadata receipt: server-side fetch of one public http/https URL, returning only transport metadata — HTTP status, final URL, redirect chain, content type and byte length — plus a receipt id. The response body is not returned and no content preview is stored. Single GET query parameter (url).","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"url":"https://example.com/"},"type":"http"},"output":{"example":{"http":{"byte_length":559,"content_type":"text/html","fetched_at":"2026-08-23T05:32:12.771Z","redirect_chain":[],"status_code":200,"url":"https://example.com/"},"note":"Transport metadata only: no response body, body digest or content preview is returned. TLS certificate details are not collected by this service.","receipt_id":"85cd424c-b68b-440e-8f4f-e02147799f30"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"additionalProperties":false,"examples":[{"url":"https://example.com/"}],"properties":{"url":{"description":"Public http/https URL to fetch. Sent as the `url` query parameter.","examples":["https://example.com/"],"format":"uri","maxLength":2048,"type":"string"}},"required":["url"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"http":{"properties":{"byte_length":{"description":"Bytes read from the response body.","type":"integer"},"content_type":{"type":["string","null"]},"fetched_at":{"format":"date-time","type":"string"},"redirect_chain":{"items":{"format":"uri","type":"string"},"type":"array"},"status_code":{"type":"integer"},"url":{"description":"Final URL after any redirects.","format":"uri","type":"string"}},"required":["url","fetched_at","status_code","content_type","byte_length","redirect_chain"],"type":"object"},"note":{"type":"string"},"receipt_id":{"format":"uuid","type":"string"}},"required":["receipt_id","http"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"s":["cdp_sdk_server"]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"maxItems":11,"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"eip2612GasSponsoring":{},"erc20ApprovalGasSponsoring":{}},"lastUpdated":"2026-08-23T09:07:13.323Z","quality":{"l30DaysTotalCalls":1,"l30DaysUniquePayers":1,"lastCalledAt":"2026-08-23T09:07:12.049Z"},"resource":"https://kairostamp.com/api/v1/headers","type":"http","x402Version":2}],"searchMethod":"hybrid","x402Version":2,"meta":{"searchToken":"mfb7shrxqd7bwaa"}}
