{"openapi":"3.1.0","info":{"title":"Blockchain & Market Anomaly Detection","version":"4.0.0","description":"Paid real-time anomaly detection via x402. Mempool, whale alerts, stablecoin depegs, and GitHub trending signals.","x-guidance":"Use this API when the user asks about unusual blockchain activity, whale movements, stablecoin depegs, mempool anomalies, wallet or token risk, NFT wash trading, DeFi liquidity drains, suspicious flight patterns, or trending GitHub repos. Detects unusual SEQUENCES of events using NASA-derived pattern mining — not just threshold alerts. Example questions: 'Is anything unusual happening on Base right now?', 'Detect whale movement before it hits news', 'Flag a wallet drained by an exploit', 'Check if a token is being dumped', 'Monitor mempool for MEV or sandwich attacks', 'Is USDC or DAI depegging?', 'Is this NFT collection being wash traded?', 'Any emergency squawk codes in airspace?', 'What repos are getting anomalous star velocity?'. Routes: GET /api/mempool-anomaly ($0.01) for real-time pending tx anomalies (5s polling), GET /api/depeg-monitor ($0.01) for stablecoin peg deviations, GET /api/whale-alerts ($0.02) for whale/CEX/bridge flows, POST /api/token-scan ($0.03) with {token} for token dump/distribution patterns, POST /api/address-scan ($0.03) with {address} for wallet risk, POST /api/nft-scan ($0.03) with {token} for NFT wash-trading/sweep detection, POST /api/defi-scan ($0.03) with {protocol} for lending/DEX liquidity drains, GET /api/squawk-alerts ($0.02) for aviation emergencies, GET /api/trending-signal ($0.02) and POST /api/repo-scan ($0.03) for GitHub star velocity anomalies.","contact":{"email":"clawdbotworker@gmail.com"}},"servers":[{"url":"https://anomaly.forgemesh.io"}],"paths":{"/":{"get":{"summary":"ForgeMesh Anomaly Tracker dashboard","operationId":"viewAnomalyTracker","tags":["Utility"],"security":[],"responses":{"200":{"description":"HTML dashboard for ForgeMesh Anomaly Tracker.","content":{"text/html":{"schema":{"type":"string"}}}}}}},"/api/sequence-anomaly":{"post":{"summary":"Score a blockchain event window for sequence anomalies","description":"Detects unusual sequences of on-chain events for a chain and time window using NASA-derived pattern mining, not simple thresholds. Returns a 0-100 anomaly score, novelty rating, and a story label such as 'Supply Expansion' or 'Exchange Stress' with the exact event sequence that triggered it. Use it to catch coordinated stablecoin mint/redeem cycles or exploit chains before they hit news feeds.","operationId":"scoreSequenceAnomaly","tags":["Crypto","Anomaly","Onchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.050000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"50000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"domain":{"type":"string","enum":["financial"],"default":"financial","description":"Event domain"},"chain":{"type":"string","enum":["ethereum","base","arbitrum"],"default":"ethereum"},"window":{"type":"string","enum":["1h","4h","24h","168h"],"default":"24h"}}}}}},"responses":{"200":{"description":"Anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer","minimum":0,"maximum":100,"description":"0=normal, 100=highly anomalous"},"novelty":{"type":"string","enum":["low","medium","high","extreme"]},"story":{"type":"string","description":"Human-readable anomaly label"},"coverage":{"type":"number"},"historical_matches":{"type":"integer"},"possible_failure_modes":{"type":"array","items":{"type":"string"}},"peak_window":{"type":"array","items":{"type":"string"},"description":"The most anomalous symbol sequence found"},"events_collected":{"type":"integer"},"chain":{"type":"string"},"window_hours":{"type":"integer"}}}}}},"402":{"description":"Payment Required"}}}},"/api/sequence-anomaly/status":{"get":{"summary":"Model health and training stats per chain","description":"Reports model health and per-chain training stats — sequence count and last retrain time — for the anomaly detection models. Call this before trusting sequence-anomaly, token-scan, or address-scan results on a given chain, or to check whether a chain has enough historical data for a reliable novelty rating.","operationId":"getSequenceAnomalyStatus","tags":["Crypto","Anomaly","Utility"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"10000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Status per chain","content":{"application/json":{"schema":{"type":"object","properties":{"status":{"type":"string"},"chains":{"type":"object","description":"Per-chain training stats"}}}}}},"402":{"description":"Payment Required"}}}},"/api/whale-alerts":{"get":{"summary":"Recent whale movements, CEX flows, bridge activity, and stablecoin events","description":"Lists recent whale transfers, CEX inflows and outflows, bridge moves, and stablecoin mint/burn events with amounts, sources, and timestamps for a chain and lookback window. Use it to detect whale movement before it hits news, watch large holders moving funds onto exchanges ahead of a sell-off, or track bridge activity that could signal a coordinated exit.","operationId":"getWhaleAlerts","tags":["Crypto","Onchain","Utility"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.020000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"20000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"parameters":[{"name":"chain","in":"query","schema":{"type":"string","enum":["ethereum","base","arbitrum"],"default":"ethereum"}},{"name":"hours","in":"query","schema":{"type":"integer","minimum":1,"maximum":168,"default":4}}],"responses":{"200":{"description":"Whale alert list","content":{"application/json":{"schema":{"type":"object","properties":{"chain":{"type":"string"},"window_hours":{"type":"integer"},"alert_count":{"type":"integer"},"alerts":{"type":"array","items":{"type":"object"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/token-scan":{"post":{"summary":"Best-effort token transfer anomaly scan with source status","description":"Scans a single token's transfer activity by contract address or symbol (usdt, usdc, weth, link, uni, pepe, arb) and returns an anomaly score, a story label like 'Distribution Event', and the raw transfer list. Use it to check if a token is being dumped, spot coordinated wallet distribution ahead of a price move, or confirm unusual buying pressure before it shows up on a chart.","operationId":"scanToken","tags":["Crypto","Anomaly","Onchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.030000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"30000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"Contract address (0x...) or symbol (usdt, usdc, weth, link, uni, pepe, arb, etc.)"},"chain":{"type":"string","enum":["ethereum","base","arbitrum"],"default":"ethereum"},"window":{"type":"string","enum":["1h","4h","24h","168h"],"default":"24h"}},"required":["token"]}}}},"responses":{"200":{"description":"Token-specific anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer"},"novelty":{"type":"string"},"story":{"type":"string"},"token":{"type":"string"},"chain":{"type":"string"},"events_collected":{"type":"integer"},"peak_window":{"type":"array","items":{"type":"string"}},"transfers":{"type":"array","items":{"type":"object"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/address-scan":{"post":{"summary":"Scan any wallet address for anomalous transaction patterns","description":"Scans one wallet address's on-chain activity and returns an anomaly score, a story label such as 'Exchange Stress', and the underlying event log. Use it to flag a wallet drained by an exploit, spot coordinated CEX inflows ahead of a dump, or confirm whether an address is behaving like a rug-pull or hack in progress rather than routine trading.","operationId":"scanAddress","tags":["Crypto","Anomaly","Onchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.030000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"30000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"address":{"type":"string","description":"Wallet address (0x...)"},"chain":{"type":"string","enum":["ethereum","base","arbitrum"],"default":"ethereum"},"window":{"type":"string","enum":["1h","4h","24h","168h"],"default":"24h"}},"required":["address"]}}}},"responses":{"200":{"description":"Address anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer"},"novelty":{"type":"string"},"story":{"type":"string"},"address":{"type":"string"},"chain":{"type":"string"},"events_collected":{"type":"integer"},"peak_window":{"type":"array","items":{"type":"string"}},"activity":{"type":"array","items":{"type":"object"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/nft-scan":{"post":{"summary":"Best-effort NFT collection anomaly scan with source status","description":"Scans one NFT contract and returns an anomaly score, a story label, and collection metadata (name, symbol, ERC-721/1155 type). Use it to check if an NFT collection is being wash traded, detect sweep accumulation before a floor-price pump, or spot suspicious mint bursts on a new drop.","operationId":"scanNft","tags":["NFT","Anomaly","Onchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.030000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"30000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"token":{"type":"string","description":"NFT contract address (ERC-721 or ERC-1155)"},"chain":{"type":"string","enum":["ethereum","base","arbitrum"],"default":"ethereum"},"window":{"type":"string","enum":["1h","4h","24h","168h"],"default":"24h"}},"required":["token"]}}}},"responses":{"200":{"description":"NFT anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer"},"novelty":{"type":"string"},"story":{"type":"string"},"token":{"type":"string"},"chain":{"type":"string"},"events_collected":{"type":"integer"},"peak_window":{"type":"array","items":{"type":"string"}},"collection":{"type":"object"}}}}}},"402":{"description":"Payment Required"}}}},"/api/defi-scan":{"post":{"summary":"Anomaly scan for a DeFi protocol — unusual flows through Uniswap, Aave, Curve, Compound","description":"Scans a named DeFi protocol (Uniswap v3, Aave v2/v3, Curve 3pool, Compound v3) or its contract address and returns an anomaly score, story label, and the underlying event sequence. Use it to catch a liquidity drain in progress, detect exchange-stress patterns ahead of a depeg, or confirm whether unusual flow through a lending pool is an exploit or normal volatility.","operationId":"scanDefi","tags":["DeFi","Anomaly","Onchain"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.030000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"30000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"protocol":{"type":"string","description":"Protocol name (uniswap_v3, uniswap_v3_r2, aave_v3, aave_v2, curve_3pool, compound_v3) or 0x address"},"chain":{"type":"string","enum":["ethereum","base","arbitrum"],"default":"ethereum"},"window":{"type":"string","enum":["1h","4h","24h","168h"],"default":"24h"}},"required":["protocol"]}}}},"responses":{"200":{"description":"DeFi protocol anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer"},"novelty":{"type":"string"},"story":{"type":"string"},"protocol":{"type":"string"},"chain":{"type":"string"},"events_collected":{"type":"integer"},"peak_window":{"type":"array","items":{"type":"string"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/squawk-alerts":{"get":{"summary":"Best-effort live sweep of active aviation emergency squawk codes","description":"Returns a live sweep of tracked aircraft with active emergency squawk codes (7500 hijack, 7600 radio failure, 7700 general emergency), counts by type, and per-flight position data. Use it to check for any emergency squawk codes in global airspace right now or monitor a specific incident as it develops.","operationId":"getSquawkAlerts","tags":["Aviation","Anomaly","Safety"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.020000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"20000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{},"additionalProperties":false}}}},"responses":{"200":{"description":"Active emergency squawks","content":{"application/json":{"schema":{"type":"object","properties":{"total_tracked":{"type":"integer"},"emergency_count":{"type":"integer"},"by_type":{"type":"object","description":"Count by squawk type: hijack, radio_failure, general_emergency"},"alerts":{"type":"array","items":{"type":"object"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/flight-scan":{"post":{"summary":"Sequence anomaly analysis for a named airspace region","description":"Runs a sequence anomaly scan over a named airspace region (north_atlantic, europe, north_america, asia_pacific, middle_east, africa, global) and returns an anomaly score, story label, and aircraft counts. Use it to spot unusual clustering of emergency squawks, rapid descents, or speed anomalies suggesting a developing incident in that region.","operationId":"scanFlight","tags":["Aviation","Anomaly"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.030000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"30000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":false,"content":{"application/json":{"schema":{"type":"object","properties":{"region":{"type":"string","enum":["north_atlantic","europe","north_america","asia_pacific","middle_east","africa","global"],"default":"global"}}}}}},"responses":{"200":{"description":"Airspace anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer"},"novelty":{"type":"string"},"story":{"type":"string"},"region":{"type":"string"},"total_aircraft":{"type":"integer"},"airborne":{"type":"integer"},"peak_window":{"type":"array","items":{"type":"string"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/trending-signal":{"get":{"summary":"GitHub repos with anomalous star velocity — early signals before mainstream discovery","description":"Ranks GitHub repos created in the last 3-30 days by anomalous star velocity, stars-per-day, and fork ratio, with an overall trend score. Use it to spot a repo going viral before it hits mainstream feeds, or to scan for emerging open-source tools in a given window.","operationId":"getTrendingSignal","tags":["Creator","Anomaly","GitHub"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.020000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"20000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"parameters":[{"name":"days","in":"query","schema":{"type":"string","enum":["3","7","14","30"],"default":"7"}}],"responses":{"200":{"description":"Trending repo velocity signals","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer"},"novelty":{"type":"string"},"story":{"type":"string"},"signal_count":{"type":"integer"},"signals":{"type":"array","items":{"type":"object"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/repo-scan":{"post":{"summary":"Deep anomaly scan for a single GitHub repo — velocity, fork ratio, overnight explosion","description":"Runs a deep anomaly scan on one GitHub repo (owner/repo) and returns an anomaly score, story label, and growth metrics — stars per day, fork ratio, age. Use it to confirm whether a repo's growth is an overnight star explosion, a fork surge, or an issue flood worth investigating before recommending it.","operationId":"scanRepo","tags":["Creator","Anomaly","GitHub"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.030000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"30000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"repo":{"type":"string","description":"GitHub repo as owner/repo, e.g. vercel/ai"}},"required":["repo"]}}}},"responses":{"200":{"description":"Repo anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer"},"novelty":{"type":"string"},"story":{"type":"string"},"repo":{"type":"string"},"metrics":{"type":"object"},"peak_window":{"type":"array","items":{"type":"string"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/github-watch":{"post":{"summary":"Watch a GitHub repo's activity stream for anomalous development patterns","description":"Watches one GitHub repo's activity stream and returns an anomaly score, an event breakdown (commits, PR merges, issues), and a bot-activity ratio. Use it to catch a commit burst or merge rush ahead of a release, detect a possible bot takeover of a repo, or confirm unusual maintainer activity before trusting a package.","operationId":"watchGithub","tags":["GitHub","Anomaly"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.030000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"30000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"repo":{"type":"string","description":"GitHub repo as owner/repo, e.g. vercel/ai"}},"required":["repo"]}}}},"responses":{"200":{"description":"Activity anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer"},"novelty":{"type":"string"},"story":{"type":"string"},"repo":{"type":"string"},"total_events":{"type":"integer"},"unique_actors":{"type":"integer"},"bot_ratio":{"type":"number"},"event_breakdown":{"type":"object"},"peak_window":{"type":"array","items":{"type":"string"}},"recent_events":{"type":"array","items":{"type":"object"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/claude-feature-watch":{"get":{"summary":"Watch Anthropic/Claude repos for recently merged features","description":"Lists recently merged pull requests across Anthropic and Claude repos — title, author, merge date, labels — with per-repo counts for a configurable lookback window. Use it to track new Claude Code and SDK capabilities as they ship, or check what changed before writing code against an Anthropic library.","operationId":"watchClaudeFeatures","tags":["GitHub","Claude","Anomaly"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.020000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"20000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"parameters":[{"name":"days","in":"query","schema":{"type":"integer","minimum":1,"maximum":30,"default":7}}],"responses":{"200":{"description":"Recently merged Claude/Anthropic features","content":{"application/json":{"schema":{"type":"object","properties":{"features_merged":{"type":"integer"},"repos_scanned":{"type":"integer"},"since":{"type":"string"},"days":{"type":"integer"},"by_repo":{"type":"object"},"features":{"type":"array","items":{"type":"object"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/mempool-anomaly":{"get":{"summary":"Real-time mempool anomaly score — gas spikes, MEV signals, pending whale swaps","description":"Streams a real-time mempool anomaly score with current gas price versus the 20-block median, pending whale swaps, and contract deploy counts, refreshed every 5 seconds. Use it to monitor mempool for MEV or sandwich attacks, catch a gas spike as it happens, or watch for a large pending swap before it lands on-chain.","operationId":"getMempoolAnomaly","tags":["Crypto","Anomaly","Realtime","Mempool"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"10000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"x-polling":{"recommended_interval_seconds":5,"data_freshness":"per-block"},"parameters":[{"name":"chain","in":"query","schema":{"type":"string","enum":["ethereum","base"],"default":"ethereum"}}],"responses":{"200":{"description":"Mempool anomaly analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer","description":"0=normal, 100=critical"},"novelty":{"type":"string"},"story":{"type":"string"},"chain":{"type":"string"},"pending_count":{"type":"integer"},"gas":{"type":"object"},"pending_stats":{"type":"object"},"peak_window":{"type":"array","items":{"type":"string"}}}}}}},"402":{"description":"Payment Required"}}}},"/api/depeg-monitor":{"get":{"summary":"Real-time stablecoin depeg detector — USDC, USDT, DAI peg deviation and spread","description":"Reports per-stablecoin price and deviation from peg for USDC, USDT, and DAI with an overall status and anomaly score, refreshed every minute. Use it to check if USDC or DAI is depegging right now, or catch a micro-depeg before it becomes a crisis.","operationId":"getDepegMonitor","tags":["Crypto","Anomaly","Realtime","Stablecoin"],"x-payment-info":{"price":{"mode":"fixed","currency":"USD","amount":"0.010000"},"protocols":[{"x402":{}},{"mpp":{}}],"offers":[{"intent":"charge","method":"evm","amount":"10000","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"}]},"x-polling":{"recommended_interval_seconds":60,"data_freshness":"per-minute"},"parameters":[{"name":"chain","in":"query","schema":{"type":"string","enum":["ethereum","base","arbitrum"],"default":"ethereum"}}],"responses":{"200":{"description":"Depeg monitoring analysis","content":{"application/json":{"schema":{"type":"object","properties":{"sequence_score":{"type":"integer","description":"0=all stable, 100=depeg crisis"},"novelty":{"type":"string"},"story":{"type":"string"},"chain":{"type":"string"},"overall_status":{"type":"string","enum":["PEG_STABLE","PEG_DRIFT","PEG_WARN","PEG_DEPEG"]},"max_deviation_pct":{"type":"number"},"drift_count":{"type":"integer"},"coins":{"type":"object"},"peak_window":{"type":"array","items":{"type":"string"}}}}}}},"402":{"description":"Payment Required"}}}}},"x-x402":{"network":"eip155:8453","payTo":"0xE295B6641b32998537Ae0f8E61Babf729EAEd6E5","facilitator":"https://x402.xyz/facilitate"},"provider":{"name":"ForgeMesh Labs","catalog":"POST https://x402.forgemesh.io/fleet-products ($0.05)","fleet":"11 x402 services and counting, 500+ paid endpoints, from $0.001 — one wallet, no signup, atomic USDC settlement on Base. Free index: https://x402.forgemesh.io/llms.txt"}}