{"protocolVersion":"0.3.0","name":"x402-farm","description":"Agent vendeur de capacités payables à l'appel. Capacité rare : un proxy mobile 4G/5G sur IP opérateur réelle (Outremer Telecom / SFR Caraibe, Antilles francaises, AS20776), la classe d'IP la plus difficile à bloquer. Plus proxy résidentiel au gigaoctet, extraction web depuis une IP résidentielle française, données d'entreprise France/UK/US, inférence LLM bon marché, recherche web et actualités. Paiement x402 en USDC, sans compte ni clé d'API.","url":"https://x-402.online","preferredTransport":"HTTP+JSON","additionalInterfaces":[{"transport":"HTTP+JSON","url":"https://x-402.online","note":"chaque compétence porte sa méthode et son URL dans skills[].invocation"},{"transport":"JSONRPC","url":"https://x-402.online/mcp","protocol":"MCP","note":"méthodes MCP (tools/list, tools/call), pas les méthodes A2A"}],"a2aJsonRpc":{"served":false,"note":"message/send n'est pas servi ; utilisez skills[].invocation en HTTP+JSON ou /mcp"},"provider":{"organization":"x402-farm","url":"https://x-402.online"},"version":"1.0.0","documentationUrl":"https://x-402.online/llms.txt","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":false},"defaultInputModes":["application/json","text/plain"],"defaultOutputModes":["application/json"],"skills":[{"id":"search_news","name":"search_news","description":"Get fresh headlines about a topic, with source and age. Fresh news search (Google News via Serper): latest headlines with source, date, snippet. Great for crypto/market/current-events agents. Query: ?q=&gl=&hl=","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/search/news"},"input":{"q":"bitcoin"},"pricing":{"amount":"$0.003001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"extract","name":"extract","description":"Read the main content of a page your own crawler cannot reach, as clean markdown. Send a URL and receive the main content of the page as clean markdown, stripped of navigation, advertising and boilerplate. The page is fetched through a French residential IP with a real Chromium browser, so JavaScript-rendered content is fully resolved and sites that reject datacenter traffic are still reachable.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/extract"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.005","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"extract_verified","name":"extract_verified","description":"Read a page and get a deterministic verdict on whether the retrieval can be trusted, with evidence. PRIVATE BETA. Verified browser-based web content retrieval for AI agents. Same retrieval as POST /v1/extract ($0.005), plus what an agent needs to trust the result without re-fetching it: declared block detection (HTTP status and blocking-page signatures), non-empty validation, content consistency checks against navigation-dominant and templated extractions, a retrieval timestamp, and evidence metadata including the final URL after redirects, character and word counts, and a sha256 checksum of the returned markdown. Every check is deterministic: no model runs in this path, so two calls on the same page return the same verification. Failed checks are DECLARED alongside the content, never hidden. This does not bypass CAPTCHA or authentication and makes no claim to defeat anti-bot systems: it detects blocking and says so.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/extract/verified"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.020012","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"search","name":"search","description":"Get ranked web results for a query. Cheap web search (real Google results via Serper): top 10 organic results + answer box + knowledge graph. Cheaper than Exa /search on x402. Query: ?q=&gl=&hl=","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/search"},"input":{"q":"x402 protocol"},"pricing":{"amount":"$0.003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"amazon","name":"amazon","description":"Get an Amazon product's title, price and availability by ASIN or search term. Look up an Amazon product by ASIN or search term: title, current price, availability, rating, review count and main image, returned as structured data. Requests exit through a residential IP with a real browser, since Amazon rejects datacenter traffic. For agents tracking prices, monitoring competitors or verifying a listing before a purchase decision.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/amazon"},"input":{"asin":"B09XS7JWHH"},"pricing":{"amount":"$0.02","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"llm_pro","name":"llm_pro","description":"Get a long completion with a large output budget, same engine as /v1/llm. Long-form LLM inference: same engine as /v1/llm with a four times larger output budget, up to 8000 tokens, for answers the cheap route truncates. Body: {prompt, system?, max_tokens?}","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/llm/pro"},"input":{"prompt":"Explain the tradeoffs of x402 vs API keys"},"pricing":{"amount":"$0.006","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"render","name":"render","description":"Get the full HTML of a page after its JavaScript has run, as a browser sees it. Send a URL and receive the complete HTML of the page after JavaScript execution, exactly as a browser would see it. The request goes through a French residential IP driving a real Chromium instance, which resolves single-page applications and gets past defences that block datacenter ranges.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/render"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.005003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"extract-structured","name":"extract-structured","description":"Name the fields you want from a page and get exactly those as JSON. URL + wanted fields -> clean JSON. Scrapes the page from a residential IP (reaches sites that block datacenters) and uses an LLM to return exactly the fields you ask for. The 'scrape into this shape' call agents love (Firecrawl-extract territory), cheaper. Query: ?url=&fields=price,rating,stock (or ?schema=free-text)","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/extract-structured"},"input":{"url":"https://example.com","fields":"title,price"},"pricing":{"amount":"$0.015","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"agent_task","name":"agent_task","description":"Give an objective and a budget; get a verified result assembled from several capabilities, for one payment. Give an objective, a budget and your requirements; Nexora selects the capabilities, executes them in order, verifies the result and returns it with the evidence. One payment, several validated operations. Today it covers reading a web page and answering a question about it, searching recent news, and the two combined. A page behind anti-bot, captcha or a JavaScript wall is refused before any reasoning rather than summarised from an error page, and a model that cannot answer from the document makes the task fail explicitly instead of returning an invented answer. POST /v1/agent/quote is free and returns the plan, the price and the limits before you pay anything.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/agent/task"},"input":{"objective":"resume cette page en trois points factuels","source":"https://fr.wikipedia.org/wiki/Protocole_HTTP","budget":0.02},"pricing":{"amount":"$0.012800","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"understand","name":"understand","description":"Ask a question about a web page and get a verified answer with the extracts that back it. Give a web page and a question, get a verified answer instead of raw text. The page is fetched from a residential IP, checked against anti-bot and error pages before anything is read, passed to a model with a context window wide enough to hold the substance rather than the navigation menus, and the answer is returned with the source extracts that back it and the list of checks that were run. Doing this yourself means chaining a scraper and an LLM and hitting three known walls: the first characters of a page are menus, a clever context heuristic picks the bibliography, and a bot-block page reads as valid content. Every step is visible in the response, and a failed verification returns no answer rather than a confident wrong one.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/understand"},"input":{"source":"https://fr.wikipedia.org/wiki/Protocole_HTTP","objective":"resume en trois points factuels"},"pricing":{"amount":"$0.010002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"solve","name":"solve","description":"Send a task in plain words and let the router pick and run the right capability. One endpoint for any capability. Send a task in plain words, or name a capability and its input, and the gateway resolves which capability is needed, ranks the providers that can serve it by expected net margin and observed success rate, executes, falls back to the next provider on failure, and returns the result with the routing it used. The free companion endpoint POST /v1/solve/preview returns the plan, the normalized input and the price before you pay, and tells you when a direct route would be cheaper. GET /v1/capabilities lists what can be solved.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/solve"},"input":{"task":"summarise the latest news about ethereum etf"},"pricing":{"amount":"$0.012002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"us_brief","name":"us_brief","description":"Ask about any US public company and get the answer, not the raw filings. One call returns a summary where every claim cites where it came from, the key points, and the questions the SEC data does not settle — with the underlying identity, three years of annual figures and the recent filings alongside, so you can check the summary against them. Built on SEC EDGAR. Buying the identity, the financials and the filings separately costs $0.090024; this replaces the three. Pay per call in USDC over x402, no account, no API key.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/us/brief"},"input":{"ticker":"AAPL"},"pricing":{"amount":"$0.040004","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"transcribe","name":"transcribe","description":"Transcribe the actual audio of a YouTube, TikTok or Instagram video with Whisper large-v3. Not caption scraping: the audio is downloaded and run through speech recognition, so it works on videos with no subtitles, in any language, and on TikTok and Instagram where no caption track exists at all. Extraction runs from a real residential IP, reaching sources that refuse datacenter ranges. Returns full text plus sentence-level timestamps.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/transcribe"},"input":{"url":"https://www.tiktok.com/@nasa/video/7670721000471891214"},"pricing":{"amount":"$0.020006","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"proxy_1gb","name":"proxy_1gb","description":"Buy 1 GB of French West Indies residential proxy bandwidth for scraping and agent traffic, delivered as a ready-to-use key in the form http://buyer:KEY@host, valid 30 days and metered per gigabyte at 3.50 USD. The exit is a real FTTH home line in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776), reverse DNS ftthcc.*.sfrcaraibe.fr. Geolocation is split across databases and we say so rather than pick the flattering one: ipinfo and ipwho.is place it in Martinique (MQ), ip-api and db-ip place it in mainland France (FR). Reachability, carrier and proxy-blacklist status are probed from the public internet before every sale: the address currently comes back clean, not flagged as a proxy or VPN. If no exit is verified live you are not charged. A Caribbean residential exit is rare, so a site fingerprinting by region sees an address no datacenter range can imitate.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/proxy/1gb"},"input":{"exit":"mobile"},"pricing":{"amount":"$3.50","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"proxy_5gb","name":"proxy_5gb","description":"Buy 5 GB of French West Indies residential proxy bandwidth at 3.00 USD per gigabyte and receive a proxy key valid for 30 days. The exit is a real FTTH home line in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776), reverse DNS ftthcc.*.sfrcaraibe.fr. Geolocation is split across databases and we say so rather than pick the flattering one: ipinfo and ipwho.is place it in Martinique (MQ), ip-api and db-ip place it in mainland France (FR). Reachability, carrier and proxy-blacklist status are probed from the public internet before every sale: the address currently comes back clean, not flagged as a proxy or VPN. If no exit is verified live you are not charged. Cheaper per gigabyte than Browserbase at 8 USD, with no account to open and no monthly commitment. Suited to agents running sustained crawling or data-collection jobs where a datacenter IP would be blocked on the first request.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/proxy/5gb"},"input":{"exit":"mobile"},"pricing":{"amount":"$15.00","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"proxy_20gb","name":"proxy_20gb","description":"Buy 20 GB of French West Indies residential proxy bandwidth at 2.60 USD per gigabyte, the best rate in the range, delivered as a proxy key valid for 30 days. The exit is a real FTTH home line in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776), reverse DNS ftthcc.*.sfrcaraibe.fr. Geolocation is split across databases and we say so rather than pick the flattering one: ipinfo and ipwho.is place it in Martinique (MQ), ip-api and db-ip place it in mainland France (FR). Reachability, carrier and proxy-blacklist status are probed from the public internet before every sale: the address currently comes back clean, not flagged as a proxy or VPN. If no exit is verified live you are not charged. Designed for agents running long crawling campaigns or continuous monitoring, where bandwidth is consumed steadily over weeks. No account, no subscription: one payment, one key, metered per gigabyte until exhausted.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/proxy/20gb"},"input":{"exit":"mobile"},"pricing":{"amount":"$52.00","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"proxy_port_30d","name":"proxy_port_30d","description":"Rent a dedicated mobile port for 30 days on a real mobile carrier IP in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776), up to 100 GB included. You rent the line itself, not access to a shared pool: one physical SIM, one client on it, one address that stays yours for the whole term, so logged-in sessions and long crawls remain coherent. Rotating pools reassign you by design.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/proxy/port/30d"},"input":{"exit":"mobile"},"pricing":{"amount":"$129.00","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"proxy_port_7d","name":"proxy_port_7d","description":"Rent a dedicated mobile port for 7 days on a real mobile carrier IP in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776), up to 25 GB included. You rent the line, not a slice of a shared pool: one physical SIM, one client, a sticky address for the full term. Mobile carrier IPs are shared by thousands of subscribers, so blocking one cuts off real customers too. Carrier, ASN and uptime checked live at purchase.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/proxy/port/7d"},"input":{"exit":"mobile"},"pricing":{"amount":"$39.00","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"proxy_port_1d","name":"proxy_port_1d","description":"Rent a dedicated mobile port for 24 hours on a real mobile carrier IP in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776), up to 5 GB included. The entry ticket: qualify the exit against your own target before committing to a week or a month. You rent the line, not a slice of a shared pool — one physical SIM, one client, one address for the full day. Carrier, ASN and uptime are probed every 10 minutes and returned with the key; if no mobile exit is verified live, you are not charged.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/proxy/port/1d"},"input":{"exit":"mobile"},"pricing":{"amount":"$10.00","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"mobile-proxy_1gb","name":"mobile-proxy_1gb","description":"Buy 1 GB of mobile proxy bandwidth on a real mobile carrier IP address in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776) and receive a proxy key valid for 30 days. Mobile carrier addresses are shared by thousands of subscribers, which makes them the hardest class of IP for a site to block without collateral damage. Carrier and ASN are verified live and returned with the key.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/mobile-proxy/1gb"},"input":{"exit":"mobile"},"pricing":{"amount":"$7.00","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"mobile-proxy_5gb","name":"mobile-proxy_5gb","description":"Buy 5 GB of mobile proxy bandwidth on a real mobile carrier IP address in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776), delivered as a proxy key valid for 30 days. Mobile addresses are shared by thousands of subscribers, making them the hardest class of IP to block without hitting legitimate users. Carrier, ASN and uptime verified live at purchase. Suited to agents running sustained collection against sites that already reject residential exits.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/mobile-proxy/5gb"},"input":{"exit":"mobile"},"pricing":{"amount":"$30.00","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"proxy_mobile_1gb","name":"proxy_mobile_1gb","description":"Buy 1 GB of rotating mobile proxy bandwidth for scraping and agent traffic, on a real mobile carrier IP in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776). The carrier reassigns the address by itself: six distinct IPs observed within one hour, no rotation logic to write. Mobile addresses are shared by thousands of subscribers, so blocking one means blocking real customers, which is why they survive where residential and datacenter exits fail.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/proxy/mobile/1gb"},"input":{"exit":"mobile"},"pricing":{"amount":"$7.000001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"proxy_mobile_5gb","name":"proxy_mobile_5gb","description":"Buy 5 GB of mobile proxy bandwidth on a real mobile carrier IP address in the French West Indies on Outremer Telecom / SFR Caraibe (AS20776), delivered as a proxy key valid 30 days and metered per gigabyte. Mobile carrier IPs are shared by thousands of subscribers, so sites cannot block them without cutting off real customers. Carrier, ASN and uptime verified live. For agents whose collection jobs are already failing on residential exits.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/proxy/mobile/5gb"},"input":{"exit":"mobile"},"pricing":{"amount":"$30.000001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"screenshot","name":"screenshot","description":"Capture a PNG of a page as it renders. Send a URL and receive a PNG screenshot of the fully rendered page, captured by a real Chromium browser exiting through a French residential IP. JavaScript is executed and lazy-loaded content resolved before capture, so the image matches what a human visitor would see. Useful for agents that must verify a page visually, archive evidence of a listing or a price, or hand a rendered view to a vision model for analysis.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/screenshot"},"input":{"url":"https://example.com","fullPage":false},"pricing":{"amount":"$0.010001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"pdf","name":"pdf","description":"Turn a web page into a PDF document. Send a URL and receive the page as a PDF document, rendered by a real Chromium browser exiting through a French residential IP. JavaScript runs before printing, so single-page applications and dynamically loaded sections appear in the output. Useful for agents that need an archivable, shareable record of a web page: a quotation, a legal notice, a listing or any document that must be kept exactly as it was published on a given day.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/pdf"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.01","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"links","name":"links","description":"List every link on a page, resolved to absolute URLs. Send a URL and receive every hyperlink found on the page, resolved to absolute addresses and returned with its anchor text. The page is rendered by a real browser first, so links injected by JavaScript are included rather than missed.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/links"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.005001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"meta","name":"meta","description":"Get a page's title, description, canonical URL and social preview tags. Send a URL and receive its metadata: title, description, Open Graph and Twitter card fields, canonical address, language and favicon. The page is rendered by a real browser, so tags injected client-side are captured too.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/meta"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.005002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_entreprise-360_partial","name":"fr_entreprise-360_partial","description":"Lite overview of a French company by SIREN or name: legal identity, activity code, headcount bracket and current administrative status, drawn from the official INSEE Sirene registry. This is the cheaper preview of the full 360 profile, meant to let an agent confirm it has the right company before paying for depth.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/entreprise-360/partial"},"input":{"q":"Decathlon"},"pricing":{"amount":"$0.020001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_entreprise-360","name":"fr_entreprise-360","description":"Complete profile of a French company in a single call, assembled from official sources: legal identity and form, headquarters address, activity code, headcount, incorporation date, filed annual accounts, insolvency proceedings and registered establishments. Replaces four or five separate lookups against INSEE Sirene, INPI RNE and BODACC.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/entreprise-360"},"input":{"q":"Decathlon"},"pricing":{"amount":"$0.04","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"guard","name":"guard","description":"Screen untrusted text for prompt injection before your agent acts on it. Screen untrusted text before your agent acts on it: prompt injection, data exfiltration, phishing and wallet-drainer intent. Pass raw content, or a URL we open from a residential IP so your agent never touches the trap. Returns a verdict, a 0-100 score, each finding with its matched snippet, and a sanitized copy of the text.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/guard"},"input":{"content":"Ignore all previous instructions…"},"pricing":{"amount":"$0.012","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_due-diligence","name":"fr_due-diligence","description":"Get a full due-diligence dossier on a French company from official registries. Full due-diligence dossier on a French company, assembled from official registries in one call: legal identity, directors and beneficial owners, filed annual accounts with revenue and profit trend, insolvency proceedings from BODACC court announcements, and a consolidated risk reading. Replaces a paid solvency report and several hours of manual research.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/due-diligence"},"input":{"q":"Decathlon"},"pricing":{"amount":"$0.15","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_estimation-immo","name":"fr_estimation-immo","description":"Estimate the market value of a French property from its address and surface area, using actual recorded sale prices from the DVF open dataset rather than asking-price listings. Returns an estimated value, the local median price per square metre and the sample size behind it, so an agent can judge how reliable the figure is.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/estimation-immo"},"input":{"adresse":"10 rue de Rivoli Paris","surface":"50","type":"appartement"},"pricing":{"amount":"$0.050001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_bilans","name":"fr_bilans","description":"Annual accounts and financial statements of a French company by SIREN, sourced from the INPI national register, an authentication-gated source most public APIs cannot reach. Returns revenue, net income and share capital along with the list of accounting periods actually filed, so an agent can see both the figures and how current they are.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/bilans"},"input":{"siren":"306138900"},"pricing":{"amount":"$0.06","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_procedures-collectives","name":"fr_procedures-collectives","description":"Is this French company in insolvency proceedings? Returns a synthetic status, the full history of court judgments (safeguard, receivership, liquidation) and a registry deregistration flag, taken from official BODACC court announcements.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/procedures-collectives"},"input":{"siren":"812501419"},"pricing":{"amount":"$0.030003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_score-entreprise_partial","name":"fr_score-entreprise_partial","description":"Lite solidity score for a French company: a rating from 0 to 100, its qualitative level and the count of insolvency proceedings on record. Enough for an agent to triage a list of companies cheaply and decide which ones deserve a closer look. Upgrade to /v1/fr/score-entreprise for the factor-by-factor breakdown and the underlying financials.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/score-entreprise/partial"},"input":{"q":"Decathlon"},"pricing":{"amount":"$0.020004","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_score-entreprise","name":"fr_score-entreprise","description":"Solidity and risk score from 0 to 100 for a French company, computed by crossing INPI financial accounts (revenue and profit trend), BODACC insolvency proceedings, company age and current administrative status. Returns the score, its qualitative level and the factors that drove it, so an agent can explain the verdict rather than merely report it. Replaces a paid solvency report for supplier vetting and credit decisions.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/score-entreprise"},"input":{"q":"Decathlon"},"pricing":{"amount":"$0.080004","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_analyse-immo_partial","name":"fr_analyse-immo_partial","description":"Get price per square metre and recent sales around a French address. Lite property analysis for a French address: median price per square metre in the area, estimated value and an investment score. Enough to screen a shortlist of addresses cheaply before committing to depth. Upgrade to /v1/fr/analyse-immo for energy performance, environmental risks, local demographics and expected rental yield.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/analyse-immo/partial"},"input":{"adresse":"10 rue de Rivoli Paris","surface":"50"},"pricing":{"amount":"$0.03","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_analyse-immo","name":"fr_analyse-immo","description":"Full investment analysis of a French property from its address: estimated value against recorded sale prices, median price per square metre, energy performance rating, environmental and natural risk exposure, local demographics and expected rental yield. Assembled from DVF, DPE and INSEE open data in one call.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/analyse-immo"},"input":{"adresse":"10 rue de Rivoli Paris","surface":"50"},"pricing":{"amount":"$0.08","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_kyb_partial","name":"fr_kyb_partial","description":"Lite know-your-business check on a French company: legal existence, current administrative status and any insolvency flag. The minimum an agent needs to decide whether a counterparty is real and active before going further. Upgrade to /v1/fr/kyb for directors, beneficial owners and the full compliance dossier.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/kyb/partial"},"input":{"q":"Decathlon"},"pricing":{"amount":"$0.030002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_kyb","name":"fr_kyb","description":"Know-your-business dossier on a French company, assembled from official registries for compliance and onboarding: verified legal identity, company form and registration, directors and beneficial owners, current administrative status, and insolvency proceedings from BODACC. Returns a structured file an agent can attach to a compliance record.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/kyb"},"input":{"q":"Decathlon"},"pricing":{"amount":"$0.10","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_etude-implantation","name":"fr_etude-implantation","description":"Location study for opening a business at a French address: local demographics, purchasing power, existing competition in the same activity, footfall drivers and how the surrounding area is evolving. Assembled from INSEE and official open data.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/etude-implantation"},"input":{"activite":"boulangerie","commune":"Pointe-à-Pitre"},"pricing":{"amount":"$0.12","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_reseau-dirigeant","name":"fr_reseau-dirigeant","description":"Map the network of a French company director: every other company where the same person holds or held a mandate, with each entity's status and activity. Reveals group structures, related parties and conflicts of interest that a single-company lookup will never surface. For agents running compliance checks, fraud detection or acquisition research on French counterparties.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/reseau-dirigeant"},"input":{"nom":"Arnault","prenom":"Bernard"},"pricing":{"amount":"$0.080003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_concurrents","name":"fr_concurrents","description":"Identify the competitors of a French company: businesses sharing the same activity code within the relevant geographic area, returned with their size, age and current status so the list can be ranked rather than merely read. For agents preparing market analysis, competitive benchmarking or a sales territory plan on the French market.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/concurrents"},"input":{"q":"Decathlon","zone":"departement"},"pricing":{"amount":"$0.080001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_verif-artisan","name":"fr_verif-artisan","description":"Verify a French craftsman or building trade professional before hiring: legal existence, trade registration, activity code, company age and any insolvency proceedings on record. Answers the question a marketplace or an insurer must settle before letting someone quote for work. For agents vetting contractors, onboarding trades on a platform, or checking a quotation is signed by a real registered business.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/verif-artisan"},"input":{"q":"EURL LAURENT LAVALL"},"pricing":{"amount":"$0.080005","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_valorisation","name":"fr_valorisation","description":"Estimate the value of a French company from its filed financial accounts, applying sector multiples to revenue and earnings and returning the resulting range with the assumptions behind it. Draws on INPI accounting data rather than declarations. For agents screening acquisition targets, preparing a negotiation, or giving an owner an order-of-magnitude answer before engaging a formal valuation.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/valorisation"},"input":{"q":"Decathlon"},"pricing":{"amount":"$0.100001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"uk_company","name":"uk_company","description":"Full profile of a UK company from Companies House: registered name and number, company type, incorporation date, registered office address, SIC activity codes, accounts and confirmation-statement filing dates, and current status. The authoritative record rather than a scraped copy. For agents vetting British counterparties, onboarding suppliers or enriching a CRM with verified company data.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/uk/company"},"input":{"q":"Tesco PLC"},"pricing":{"amount":"$0.020007","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"uk_officers","name":"uk_officers","description":"Directors and officers of a UK company from Companies House: names, roles, appointment and resignation dates, nationality, country of residence and occupation. Shows who currently runs the company and who has left, which matters as much as the present board when assessing stability. For agents running compliance checks, mapping decision-makers or detecting recent governance changes.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/uk/officers"},"input":{"number":"00445790"},"pricing":{"amount":"$0.020008","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"uk_psc","name":"uk_psc","description":"Persons with significant control of a UK company from Companies House: the beneficial owners, the nature of their control, their ownership bands and the date each interest was registered. This is the ultimate-beneficial-owner record that anti-money-laundering checks require. For agents running KYB and compliance onboarding on British entities.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/uk/psc"},"input":{"number":"00445790"},"pricing":{"amount":"$0.030006","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"uk_company-check","name":"uk_company-check","description":"Consolidated risk check on a UK company in one call: registry identity and status, directors, persons with significant control, filing history and overdue filings, plus any insolvency indicator. Replaces four separate Companies House lookups and the work of reconciling them. For agents vetting a British supplier or client before a contract is signed.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/uk/company-check"},"input":{"q":"Tesco PLC"},"pricing":{"amount":"$0.080006","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"us_company","name":"us_company","description":"Resolve a ticker or CIK to a US company's registered identity. Profile of a US public company from SEC EDGAR: legal name, central index key, ticker symbols, exchange listings, standard industrial classification, business address and filer status. The authoritative regulatory record rather than an aggregator's copy. For agents resolving a company name to its regulatory identity before pulling financials or filings.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/us/company"},"input":{"ticker":"AAPL"},"pricing":{"amount":"$0.020010","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"us_financials","name":"us_financials","description":"Financial statements of a US public company from SEC EDGAR XBRL data: revenue, net income, assets, liabilities and equity across reported periods, as filed with the regulator. Structured numbers rather than a document to parse. For agents doing fundamental screening, comparing reported performance across periods, or feeding audited figures into a model.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/us/financials"},"input":{"ticker":"AAPL"},"pricing":{"amount":"$0.050003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"us_filings","name":"us_filings","description":"Recent regulatory filings of a US public company from SEC EDGAR: form type, filing and reporting dates, accession number and a direct link to each document. Covers annual and quarterly reports, current reports and insider transactions. For agents monitoring disclosure, detecting material events as they are filed, or retrieving the source document behind a figure.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/us/filings"},"input":{"ticker":"AAPL","type":"10-K"},"pricing":{"amount":"$0.020011","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"us_snapshot","name":"us_snapshot","description":"One-call snapshot of a US public company combining SEC EDGAR identity, latest reported financials and most recent filings. Replaces three separate lookups and the work of joining them on the right identifiers. For agents that need a company's regulatory and financial position in a single structured answer, for screening or for briefing before deeper research.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/us/snapshot"},"input":{"ticker":"AAPL"},"pricing":{"amount":"$0.060001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"maps","name":"maps","description":"Search local businesses on a map by activity and location: name, address, coordinates, rating, review count, category and opening status. Returns the structured result set an agent needs to build a prospect list or verify a physical presence, without scraping a mapping site directly.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/maps"},"input":{"q":"plombier","location":"Bordeaux"},"pricing":{"amount":"$0.030005","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_enrich","name":"fr_enrich","description":"Enrich a French company record from a name, a SIREN or a website: returns verified legal identity, activity code, headcount bracket, headquarters address and current status. Turns a partial CRM row into a complete, registry-backed record.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/enrich"},"input":{"name":"Decathlon","city":"Lille"},"pricing":{"amount":"$0.080002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_leboncoin","name":"fr_leboncoin","description":"Search Leboncoin listings by keyword, category and location, returning title, price, location, publication date and listing link as structured data. The site blocks datacenter traffic outright, so the request is routed through a French residential IP with a real browser.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/leboncoin"},"input":{"text":"iphone","city":"Bordeaux"},"pricing":{"amount":"$0.020002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_seloger","name":"fr_seloger","description":"Search SeLoger property listings by location, budget and type, returning price, surface area, room count, address and listing link as structured data. The site rejects datacenter traffic, so requests exit through a French residential IP driving a real browser.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/seloger"},"input":{"city":"Bordeaux","cp":"33000"},"pricing":{"amount":"$0.030004","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"unblock","name":"unblock","description":"Fetch the HTML of a page that blocks your requests, through a residential route. Fetch a page that blocks you, and get the HTML back. The request is routed through a French residential IP with a real Chromium browser, resolving JavaScript and passing the defences that reject datacenter ranges and plain HTTP clients. Use it as a fallback whenever your own fetch returns a challenge page, an empty shell or an access-denied response.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/unblock"},"input":{"url":"https://www.leboncoin.fr"},"pricing":{"amount":"$0.020009","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_biens-sous-cotes","name":"fr_biens-sous-cotes","description":"Find undervalued French properties in an area: listings whose asking price sits below the median price per square metre recorded in actual DVF sales nearby, returned with the gap expressed in percent. Crosses live listings against real transaction data so the comparison is against what sold, not what was asked.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/biens-sous-cotes"},"input":{"city":"Bordeaux","cp":"33000"},"pricing":{"amount":"$0.05","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_marches-publics","name":"fr_marches-publics","description":"Search French public procurement notices by keyword, buyer or region: object of the contract, buyer, estimated value, deadline and notice link, returned as structured data from official sources.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/marches-publics"},"input":{"q":"informatique","departement":"33"},"pricing":{"amount":"$0.020003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_qualified-leads","name":"fr_qualified-leads","description":"Build a list of qualified French company leads from an activity and a territory, each row returned with verified registry identity, headcount bracket, age and solvency signals so the list arrives already filtered.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/qualified-leads"},"input":{"activity":"plombier","location":"Bordeaux"},"pricing":{"amount":"$0.120001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"fr_immo","name":"fr_immo","description":"Recorded French property transactions around an address from the official DVF dataset: actual sale prices, dates, surface areas and property types for comparable sales nearby. These are prices that were really paid, not asking prices.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/fr/immo"},"input":{"city":"Bordeaux","cp":"33000"},"pricing":{"amount":"$0.030001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_tables","name":"web_tables","description":"Turn every table on a page into JSON rows you can compute on. Every HTML table on a page as JSON rows, with headers detected and captions kept. Fetched through a French residential IP with a real Chromium, so tables rendered by JavaScript are included. No model in the path. Body: {url}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/tables"},"input":{"url":"https://en.wikipedia.org/wiki/List_of_countries_by_population"},"pricing":{"amount":"$0.005004","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_jsonld","name":"web_jsonld","description":"Read the structured data a page declares about itself: products, articles, events, organizations. The structured data a page declares about itself: every JSON-LD block parsed, the schema.org types found, and the Open Graph tags. Fetched through a residential IP with a real browser. No model in the path. Body: {url}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/jsonld"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.005005","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_contacts","name":"web_contacts","description":"Collect the emails, phone numbers and social profiles a page visibly publishes. Emails, phone numbers and social profile links visibly published on a page, read from the rendered DOM and mailto: and tel: links. Nothing is inferred, enriched or cross-referenced: only what the page itself shows. Body: {url}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/contacts"},"input":{"url":"https://example.com/contact"},"pricing":{"amount":"$0.006001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_prices","name":"web_prices","description":"Find the current prices shown on a product or listing page, with currency and context. Every monetary amount found on a page with its currency and surrounding context, plus the schema.org Offer price when the page declares one. Works on any product page, not only marketplaces. Fetched through a residential IP with a real browser. No model. Body: {url}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/prices"},"input":{"url":"https://example.com/product"},"pricing":{"amount":"$0.006002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_changed","name":"web_changed","description":"Tell whether a page changed since the last time you read it. Has a page changed since you last read it? Send a URL and the content_sha256 you kept from a previous call; get back changed: true or false, the current checksum and the current length. Without a checksum, returns the starting point. Main content only, navigation stripped. Body: {url, since_sha256?}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/changed"},"input":{"url":"https://example.com","since_sha256":"…"},"pricing":{"amount":"$0.005006","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"email_verify","name":"email_verify","description":"Check whether an email address is well-formed and its domain can receive mail, before you send. Five DNS checks on an email address, no message sent: syntax, MX presence and hosts, SPF record, DMARC policy, disposable domain, role address. Returns deliverable as NO, RISKY or LIKELY. It does not open an SMTP session and says so: mailbox existence is explicitly not checked. Query: ?email=","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/email/verify"},"input":{"email":"someone@example.com"},"pricing":{"amount":"$0.003002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"domain_health","name":"domain_health","description":"Check whether a domain is reachable and healthy: DNS, certificate, redirects, security headers. One call on a domain: A, AAAA, NS, MX and SPF records; the TLS certificate with issuer, expiry and days left; the HTTP redirect chain hop by hop; and which security headers are present. Read from our infrastructure. Query: ?domain=","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/domain/health"},"input":{"domain":"example.com"},"pricing":{"amount":"$0.004001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"x402_inspect","name":"x402_inspect","description":"Check that an x402 endpoint still returns a valid payment challenge, and read its price and recipient. Probe an x402 endpoint and report whether it still returns a valid payment challenge: HTTP status, challenge source (v2 header or legacy body), scheme, network, asset, payTo, amount in atomic units and in USDC, and a list of concrete problems such as a decimal amount or a missing payTo. Query: ?url=&method=","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/x402/inspect"},"input":{"url":"https://api.x-402.online/v1/extract","method":"POST"},"pricing":{"amount":"$0.003003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"chain_address","name":"chain_address","description":"See the USDC an address received and sent on Base, with x402 settlements identified. ERC-20 transfers of an address on Base, incoming and outgoing, with the x402 settlements identified by their EIP-3009 method. Totals, distinct senders, last settlement time. Default token is USDC. Data from Blockscout, first page, truncation declared. Query: ?address=&token=","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/chain/address"},"input":{"address":"0x2c871C2b8876dc35e9E19646FDa5ABF1cd27735F"},"pricing":{"amount":"$0.004002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"search_sources","name":"search_sources","description":"Search a topic and get the full content of the best pages, in one call. Search, then read the top results, in one call: ranked results from a real web search, and for each of the top pages its main content as markdown, read through a residential IP with a real browser. A page that could not be read is listed with ok:false, never hidden. No synthesis, no model. Body: {q, top?, max_chars?}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/search/sources"},"input":{"q":"x402 payment protocol","top":3},"pricing":{"amount":"$0.012003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_headings","name":"web_headings","description":"The document outline of a page: every heading with its level and anchor, in order. Body: {url}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/headings"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.004003","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_forms","name":"web_forms","description":"Every form on a page with its action, method and fields (name, type, label, required, options), so an agent knows what a page asks for before interacting. Read only: nothing is submitted. Body: {url}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/forms"},"input":{"url":"https://example.com/contact"},"pricing":{"amount":"$0.005007","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_images","name":"web_images","description":"Every image on a page with its resolved URL, alt text and dimensions, plus the social preview image. Body: {url}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/images"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.005008","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"web_navigation","name":"web_navigation","description":"The navigation structure of a site as seen on a page: header, footer and nav zones with their links and labels. Body: {url}.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/web/navigation"},"input":{"url":"https://example.com"},"pricing":{"amount":"$0.004004","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"brief","name":"brief","description":"Get a short news briefing on a topic where each point cites its numbered source. Send a topic and receive a sourced news briefing in one call: fresh headlines are collected, then summarised into a structured JSON brief with a summary, key points each citing its numbered source, and the open questions the headlines do not settle. The raw headlines come back alongside the brief, so an agent can verify every claim or follow a link. Replaces the two calls agents make today, a news search followed by a summarisation prompt, and costs less than assembling them by hand.","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/brief"},"input":{"q":"ethereum etf approval","gl":"us","max_items":10},"pricing":{"amount":"$0.012001","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"llm","name":"llm","description":"Get a short completion from a capable model, paid per call, with a bounded output. Cheap LLM inference pay-per-call, no account, no API key: prompt in, completion out (DeepSeek v4, up to 2000 output tokens). Among the lowest $/call on x402. Body: {prompt, system?, max_tokens?}","tags":["x402","pay-per-call","post"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"POST","url":"https://x-402.online/v1/llm"},"input":{"prompt":"Summarize x402 in one sentence"},"pricing":{"amount":"$0.002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"sms_number","name":"sms_number","description":"Rent a real mobile phone number to receive an SMS or a one-time password. The number is a physical SIM in a handset we operate, not a virtual or VoIP line, so it passes the carrier checks that reject disposable numbers. Returns the number and a session identifier; read arriving messages with /v1/sms/inbox. For agents that must complete a phone verification step autonomously.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/sms/number"},"input":{},"pricing":{"amount":"$0.050002","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}},{"id":"sms_inbox","name":"sms_inbox","description":"Read the messages received by a phone number rented through /v1/sms/number: sender, body, and reception time, returned as structured data so an agent can extract a verification code without human help. The number is a physical SIM in a handset we operate, so it receives from senders that refuse virtual lines.","tags":["x402","pay-per-call","get"],"inputModes":["application/json"],"outputModes":["application/json"],"invocation":{"type":"http","method":"GET","url":"https://x-402.online/v1/sms/inbox"},"input":{"phone":"+590690XXXXXX","since":"2026-07-30T12:00:00Z"},"pricing":{"amount":"$0.020005","currency":"USDC","protocol":"x402","networks":["eip155:8453"]}}],"payment":{"protocol":"x402","networks":["eip155:8453"],"asset":"USDC","payTo":"0x2c871C2b8876dc35e9E19646FDa5ABF1cd27735F","model":"pay-per-call","from":"$0.002","note":"Le montant exact est annoncé dans la réponse 402 de chaque route. Aucun abonnement, aucun compte."},"verification":{"method":"on-chain settlement","wallet":"0x2c871C2b8876dc35e9E19646FDa5ABF1cd27735F","explorer":"https://basescan.org/address/0x2c871C2b8876dc35e9E19646FDa5ABF1cd27735F","note":"Chaque appel payé est réglé avant livraison et vérifiable publiquement sur Base."},"reputation":{"claimed":null,"note":"Aucun score de réputation n'est revendiqué. Les registres ERC-8004 sont déployés sur Ethereum Sepolia (testnet) et un score auto-déclaré ne prouve rien. La seule preuve offerte est la liste publique des paiements reçus on-chain."},"discovery":{"x402":"https://x-402.online/.well-known/x402","agentCard":"https://x-402.online/.well-known/agent-card.json","mcp":"https://x-402.online/.well-known/mcp","agentSkills":"https://x-402.online/.well-known/agent-skills.json","openapi":"https://x-402.online/openapi.json","llms":"https://x-402.online/llms.txt"}}