{"x402Version":2,"payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"5000","resource":"https://x402.asterpay.io/v1/market/price/:symbol","description":"Get real-time cryptocurrency price data for any token","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"symbol":"bitcoin"},"schema":{"type":"object","properties":{"symbol":{"type":"string"}},"required":["symbol"]}},"output":{"type":"json","example":{"symbol":"bitcoin","price_usd":98450.23,"price_eur":91200.15,"change_24h":2.45,"market_cap":1940000000000,"volume_24h":45000000000,"timestamp":"2026-02-01T12:00:00Z"},"schema":{"type":"object","properties":{"symbol":{"type":"string"},"price_usd":{"type":"number"},"price_eur":{"type":"number"},"change_24h":{"type":"number"},"market_cap":{"type":"number"},"volume_24h":{"type":"number"},"timestamp":{"type":"string","format":"date-time"}},"required":["symbol","price_usd"]}}}}],"provider":{"name":"AsterPay","description":"EUR Settlement for Agentic Commerce — USDC, EURC & EURCV from any chain to EUR via SEPA Instant","website":"https://asterpay.io","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E"},"resources":[{"url":"https://x402.asterpay.io/v1/market/price/:symbol","method":"GET","description":"Get real-time cryptocurrency price data for any token","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"5000","resource":"https://x402.asterpay.io/v1/market/price/:symbol","description":"Get real-time cryptocurrency price data for any token","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"symbol":"bitcoin"},"schema":{"type":"object","properties":{"symbol":{"type":"string"}},"required":["symbol"]}},"output":{"type":"json","example":{"symbol":"bitcoin","price_usd":98450.23,"price_eur":91200.15,"change_24h":2.45,"market_cap":1940000000000,"volume_24h":45000000000,"timestamp":"2026-02-01T12:00:00Z"},"schema":{"type":"object","properties":{"symbol":{"type":"string"},"price_usd":{"type":"number"},"price_eur":{"type":"number"},"change_24h":{"type":"number"},"market_cap":{"type":"number"},"volume_24h":{"type":"number"},"timestamp":{"type":"string","format":"date-time"}},"required":["symbol","price_usd"]}}}}]},{"url":"https://x402.asterpay.io/v1/market/ohlcv/:symbol","method":"GET","description":"Get OHLCV candlestick data for charting and analysis","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"10000","resource":"https://x402.asterpay.io/v1/market/ohlcv/:symbol","description":"Get OHLCV candlestick data for charting and analysis","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"symbol":"ethereum","interval":"1h","limit":"24"},"schema":{"type":"object","properties":{"symbol":{"type":"string"},"interval":{"type":"string"},"limit":{"type":"string"}},"required":["symbol","interval","limit"]}},"output":{"type":"json","example":{"symbol":"ethereum","interval":"1h","candles":[{"open":3450,"high":3480,"low":3420,"close":3465,"volume":125000000,"timestamp":"2026-02-01T11:00:00Z"}]},"schema":{"type":"object","properties":{"symbol":{"type":"string"},"interval":{"type":"string"},"candles":{"type":"array","items":{"type":"object","properties":{"open":{"type":"number"},"high":{"type":"number"},"low":{"type":"number"},"close":{"type":"number"},"volume":{"type":"number"},"timestamp":{"type":"string"}}}}}}}}}]},{"url":"https://x402.asterpay.io/v1/market/trending","method":"GET","description":"Get currently trending cryptocurrency tokens","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"5000","resource":"https://x402.asterpay.io/v1/market/trending","description":"Get currently trending cryptocurrency tokens","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","schema":{"type":"object","properties":{},"additionalProperties":false}},"output":{"type":"json","example":{"trending":[{"symbol":"PEPE","name":"Pepe","price_usd":0.0000123,"change_24h":45.2,"rank":1},{"symbol":"WIF","name":"dogwifhat","price_usd":2.34,"change_24h":12.8,"rank":2}]}}}}]},{"url":"https://x402.asterpay.io/v1/ai/summarize","method":"POST","description":"Summarize any text using AI. Returns a concise summary.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"4000","resource":"https://x402.asterpay.io/v1/ai/summarize","description":"Summarize any text using AI. Returns a concise summary.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"text":"The full text you want to summarize..."},"schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"output":{"type":"json","example":{"summary":"A concise summary of the provided text.","word_count":25,"reduction":"80%"},"schema":{"type":"object","properties":{"summary":{"type":"string","description":"The summarized text"},"word_count":{"type":"number"},"reduction":{"type":"string"}},"required":["summary"]}}}}]},{"url":"https://x402.asterpay.io/v1/ai/sentiment","method":"POST","description":"Analyze sentiment of text. Returns positive/negative/neutral score.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"4000","resource":"https://x402.asterpay.io/v1/ai/sentiment","description":"Analyze sentiment of text. Returns positive/negative/neutral score.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"text":"The text to analyze for sentiment..."},"schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"output":{"type":"json","example":{"sentiment":"positive","score":0.85,"confidence":0.92,"emotions":{"joy":0.7,"trust":0.6,"surprise":0.2}},"schema":{"type":"object","properties":{"sentiment":{"type":"string","enum":["positive","negative","neutral"]},"score":{"type":"number","minimum":-1,"maximum":1},"confidence":{"type":"number","minimum":0,"maximum":1}},"required":["sentiment","score"]}}}}]},{"url":"https://x402.asterpay.io/v1/ai/translate","method":"POST","description":"Translate text to any language using AI","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"20000","resource":"https://x402.asterpay.io/v1/ai/translate","description":"Translate text to any language using AI","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"text":"Hello world","target_language":"fi"},"schema":{"type":"object","properties":{"text":{"type":"string"},"target_language":{"type":"string"}},"required":["text","target_language"]}},"output":{"type":"json","example":{"translation":"Hei maailma","source_language":"en","target_language":"fi"},"schema":{"type":"object","properties":{"translation":{"type":"string"},"source_language":{"type":"string"},"target_language":{"type":"string"}},"required":["translation"]}}}}]},{"url":"https://x402.asterpay.io/v1/ai/code-review","method":"POST","description":"AI-powered code review. Returns bugs, improvements, and security issues.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"50000","resource":"https://x402.asterpay.io/v1/ai/code-review","description":"AI-powered code review. Returns bugs, improvements, and security issues.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"code":"function add(a, b) { return a + b; }","language":"javascript"},"schema":{"type":"object","properties":{"code":{"type":"string"},"language":{"type":"string"}},"required":["code","language"]}},"output":{"type":"json","example":{"issues":[{"severity":"warning","line":1,"message":"Missing type annotations","suggestion":"Add TypeScript types"}],"score":7.5,"summary":"Clean function with minor improvements suggested."}}}}]},{"url":"https://x402.asterpay.io/v1/ai/fact-check","method":"POST","description":"Source-bounded fact-check (claim vs source text) — free tier","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"0","resource":"https://x402.asterpay.io/v1/ai/fact-check","description":"Source-bounded fact-check (claim vs source text) — free tier","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"}}]},{"url":"https://x402.asterpay.io/v1/crypto/wallet-score/:address","method":"GET","description":"Get reputation score for any blockchain wallet address","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"50000","resource":"https://x402.asterpay.io/v1/crypto/wallet-score/:address","description":"Get reputation score for any blockchain wallet address","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"address":"0x1234...abcd"},"schema":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]}},"output":{"type":"json","example":{"address":"0x1234...abcd","score":85,"risk_level":"low","age_days":365,"transaction_count":1250,"total_volume_usd":500000,"labels":["active-trader","defi-user"]},"schema":{"type":"object","properties":{"address":{"type":"string"},"score":{"type":"number","minimum":0,"maximum":100},"risk_level":{"type":"string","enum":["low","medium","high","critical"]},"age_days":{"type":"number"},"transaction_count":{"type":"number"}},"required":["address","score","risk_level"]}}}}]},{"url":"https://x402.asterpay.io/v1/crypto/token-analysis/:address","method":"GET","description":"Security analysis for any ERC-20 token contract","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"100000","resource":"https://x402.asterpay.io/v1/crypto/token-analysis/:address","description":"Security analysis for any ERC-20 token contract","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"address":"0xtoken...address"},"schema":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]}},"output":{"type":"json","example":{"address":"0xtoken...address","name":"Example Token","symbol":"EXT","security_score":72,"risks":["No audit found","Centralized ownership"],"holders":5400,"liquidity_usd":1200000}}}}]},{"url":"https://x402.asterpay.io/v1/crypto/whale-alerts","method":"GET","description":"Get recent large cryptocurrency movements (whale alerts)","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"20000","resource":"https://x402.asterpay.io/v1/crypto/whale-alerts","description":"Get recent large cryptocurrency movements (whale alerts)","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","schema":{"type":"object","properties":{},"additionalProperties":false}},"output":{"type":"json","example":{"alerts":[{"token":"USDC","amount":50000000,"from":"0xabc...123","to":"0xdef...456","timestamp":"2026-02-01T11:30:00Z","type":"exchange_deposit"}]}}}}]},{"url":"https://x402.asterpay.io/v1/agent/audit/:address","method":"GET","description":"Full KYA trust audit with scoring breakdown (free — public verification surface)","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"0","resource":"https://x402.asterpay.io/v1/agent/audit/:address","description":"Full KYA trust audit with scoring breakdown (free — public verification surface)","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"}}]},{"url":"https://x402.asterpay.io/v1/agent/deep-analysis/:address","method":"GET","description":"Deep KYA Trust Score analysis for any AI agent or wallet. Returns 7-component trust score (0-100), risk tier, sanctions status, ERC-8004 identity, InsumerAPI attestations, and payment eligibility. The most comprehensive agent trust check available.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"10000","resource":"https://x402.asterpay.io/v1/agent/deep-analysis/:address","description":"Deep KYA Trust Score analysis for any AI agent or wallet. Returns 7-component trust score (0-100), risk tier, sanctions status, ERC-8004 identity, InsumerAPI attestations, and payment eligibility. The most comprehensive agent trust check available.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"address":"0x1234...abcd"},"schema":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]}},"output":{"type":"json","example":{"address":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","trustScore":63,"tier":"trusted","components":{"walletAge":12,"transactionActivity":10,"sanctionsScreening":15,"erc8004Identity":15,"operatorKyb":0,"paymentHistory":5,"trustBond":6},"sanctioned":false,"erc8004Registered":true,"insumerAttestation":{"coinbaseKyc":{"met":true},"coinbaseCountry":{"met":true,"value":"US"},"gitcoinPassport":{"met":true,"score":22},"tokenBalance":{"met":true,"usdcBalance":142}},"settlementEligible":true,"timestamp":"2026-04-15T12:00:00Z"},"schema":{"type":"object","properties":{"address":{"type":"string"},"trustScore":{"type":"number","minimum":0,"maximum":100},"tier":{"type":"string","enum":["open","verified","trusted","enterprise"]},"sanctioned":{"type":"boolean"},"erc8004Registered":{"type":"boolean"},"settlementEligible":{"type":"boolean"}},"required":["address","trustScore","tier","sanctioned"]}}}}]},{"url":"https://x402.asterpay.io/v1/agent/deep-analysis/batch","method":"POST","description":"Batch KYA Trust Score analysis for up to 50 AI agent or wallet addresses in one call. Returns a per-address 7-component trust score (0-100), risk tier, and sanctions status.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"50000","resource":"https://x402.asterpay.io/v1/agent/deep-analysis/batch","description":"Batch KYA Trust Score analysis for up to 50 AI agent or wallet addresses in one call. Returns a per-address 7-component trust score (0-100), risk tier, and sanctions status.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"addresses":["0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","0x1234...abcd"]},"schema":{"type":"object","properties":{"addresses":{"type":"array","items":{}}},"required":["addresses"]}},"output":{"type":"json","example":{"results":[{"address":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","trustScore":63,"tier":"trusted","sanctioned":false}],"count":1,"timestamp":"2026-04-15T12:00:00Z"},"schema":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"address":{"type":"string"},"trustScore":{"type":"number","minimum":0,"maximum":100},"tier":{"type":"string","enum":["open","verified","trusted","enterprise"]},"sanctioned":{"type":"boolean"}},"required":["address","trustScore","tier","sanctioned"]}},"count":{"type":"number"}},"required":["results","count"]}}}}]},{"url":"https://x402.asterpay.io/v1/util/qr-code","method":"POST","description":"Generate a QR code image from any text or URL","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"0","resource":"https://x402.asterpay.io/v1/util/qr-code","description":"Generate a QR code image from any text or URL","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"data":"https://asterpay.io","size":256},"schema":{"type":"object","properties":{"data":{"type":"string"},"size":{"type":"number"}},"required":["data","size"]}},"output":{"type":"json","example":{"image_url":"data:image/png;base64,...","format":"png","size":256}}}}]},{"url":"https://x402.asterpay.io/v2/x402/crypto/prices","method":"GET","description":"Aggregated crypto price feed — top tokens (BTC, ETH, SOL) + stablecoins (USDC, EURC). Paid via x402.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"5000","resource":"https://x402.asterpay.io/v2/x402/crypto/prices","description":"Aggregated crypto price feed — top tokens (BTC, ETH, SOL) + stablecoins (USDC, EURC). Paid via x402.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"symbols":"BTC,ETH,SOL"},"schema":{"type":"object","properties":{"symbols":{"type":"string","description":"Optional comma-separated token symbols (e.g. BTC,ETH,SOL). Defaults to top tokens + stablecoins."}},"required":[]}},"output":{"type":"json","example":{"BTC":{"symbol":"BTC","price":98450.23,"priceChange24h":2.1,"marketCap":1940000000000,"volume24h":45000000000},"ETH":{"symbol":"ETH","price":3465.5,"priceChange24h":-0.8,"marketCap":416000000000,"volume24h":18000000000},"USDC":{"symbol":"USDC","price":1,"priceChange24h":0.01}},"schema":{"type":"object","additionalProperties":{"type":"object","properties":{"symbol":{"type":"string"},"price":{"type":"number"},"priceChange24h":{"type":"number"},"marketCap":{"type":"number"},"volume24h":{"type":"number"}}}}}}}]},{"url":"https://x402.asterpay.io/v2/x402/ai/sentiment","method":"POST","description":"AI-powered sentiment analysis. Send text, get sentiment score + emotions. Paid via x402.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"10000","resource":"https://x402.asterpay.io/v2/x402/ai/sentiment","description":"AI-powered sentiment analysis. Send text, get sentiment score + emotions. Paid via x402.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"text":"Bitcoin is looking bullish after the ETF approval."},"schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"output":{"type":"json","example":{"sentiment":"positive","score":0.85,"confidence":0.92,"emotions":{"joy":0.7,"trust":0.6,"surprise":0.2}},"schema":{"type":"object","properties":{"sentiment":{"type":"string","enum":["positive","negative","neutral"]},"score":{"type":"number","minimum":-1,"maximum":1},"confidence":{"type":"number","minimum":0,"maximum":1}},"required":["sentiment","score"]}}}}]},{"url":"https://x402.asterpay.io/v2/x402/ai/sentiment","method":"GET","description":"AI sentiment analysis (GET alias with ?text= query). Paid via x402.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"10000","resource":"https://x402.asterpay.io/v2/x402/ai/sentiment","description":"AI sentiment analysis (GET alias with ?text= query). Paid via x402.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"text":"Bitcoin is looking bullish after the ETF approval."},"schema":{"type":"object","properties":{"text":{"type":"string"}},"required":["text"]}},"output":{"type":"json","example":{"sentiment":"positive","score":0.85,"confidence":0.92}}}}]},{"url":"https://x402.asterpay.io/v2/x402/ai/fact-check","method":"POST","description":"Source-bounded fact-check. Verify a claim against provided source text. Returns verdict: supported, contradicted, or unverifiable. Does NOT search the web.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"10000","resource":"https://x402.asterpay.io/v2/x402/ai/fact-check","description":"Source-bounded fact-check. Verify a claim against provided source text. Returns verdict: supported, contradicted, or unverifiable. Does NOT search the web.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"claim":"Apple reported revenue of $94.9 billion in Q1 2024","source":"Apple Inc. reported fiscal first-quarter revenue of $119.6 billion, a new record."},"schema":{"type":"object","properties":{"claim":{"type":"string"},"source":{"type":"string"}},"required":["claim","source"]}},"output":{"type":"json","example":{"verdict":"contradicted","confidence":0.98,"evidence":"Source states $119.6B, not $94.9B as claimed.","summary":"Revenue figure directly contradicted by source.","claims_checked":1,"model":"llama-3.3-70b-versatile","latency_ms":820},"schema":{"type":"object","properties":{"verdict":{"type":"string","enum":["supported","contradicted","unverifiable"]},"confidence":{"type":"number","minimum":0,"maximum":1},"evidence":{"type":"string"},"summary":{"type":"string"}},"required":["verdict","confidence","evidence","summary"]}}}}]},{"url":"https://x402.asterpay.io/v2/x402/ai/fact-check/deep","method":"POST","description":"Deep fact-check with claim decomposition. Breaks compound claims into sub-claims (max 5), verifies each against source. Deterministic overall verdict.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"50000","resource":"https://x402.asterpay.io/v2/x402/ai/fact-check/deep","description":"Deep fact-check with claim decomposition. Breaks compound claims into sub-claims (max 5), verifies each against source. Deterministic overall verdict.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"claim":"Tesla produced 1.8M vehicles in 2023 and grew 35% YoY.","source":"Tesla annual report excerpt..."},"schema":{"type":"object","properties":{"claim":{"type":"string"},"source":{"type":"string"}},"required":["claim","source"]}},"output":{"type":"json","example":{"overall_verdict":"partially_supported","overall_confidence":0.85,"claims":[{"claim":"Tesla produced 1.8M vehicles in 2023","verdict":"supported","confidence":0.95,"evidence":"Source confirms 1,845,985 vehicles."},{"claim":"Grew 35% YoY","verdict":"contradicted","confidence":0.9,"evidence":"Source indicates 38% growth."}],"claims_checked":2,"max_claims":5}}}}]},{"url":"https://x402.asterpay.io/v2/x402/agent/trust-score/:address","method":"GET","description":"Quick KYA Trust Score for any AI agent wallet. Returns score (0-100), tier, and sanctions status. Paid via x402 USDC.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"5000","resource":"https://x402.asterpay.io/v2/x402/agent/trust-score/:address","description":"Quick KYA Trust Score for any AI agent wallet. Returns score (0-100), tier, and sanctions status. Paid via x402 USDC.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"address":"0x1234...abcd"},"schema":{"type":"object","properties":{"address":{"type":"string"}},"required":["address"]}},"output":{"type":"json","example":{"address":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","trustScore":63,"tier":"trusted","sanctioned":false,"erc8004Registered":true},"schema":{"type":"object","properties":{"address":{"type":"string"},"trustScore":{"type":"number","minimum":0,"maximum":100},"tier":{"type":"string"},"sanctioned":{"type":"boolean"}},"required":["address","trustScore","tier"]}}}}]},{"url":"https://x402.asterpay.io/v2/x402/offramp/estimate","method":"GET","description":"Get real-time USDC to EUR settlement estimate. Returns exchange rate, EUR amount, fees, and estimated SEPA delivery time. The only x402 endpoint offering EUR fiat settlement.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"0","resource":"https://x402.asterpay.io/v2/x402/offramp/estimate","description":"Get real-time USDC to EUR settlement estimate. Returns exchange rate, EUR amount, fees, and estimated SEPA delivery time. The only x402 endpoint offering EUR fiat settlement.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"amount":"100"},"schema":{"type":"object","properties":{"amount":{"type":"string"}},"required":["amount"]}},"output":{"type":"json","example":{"inputAmount":100,"inputCurrency":"USDC","outputAmount":92.15,"outputCurrency":"EUR","exchangeRate":0.9215,"fee":0.5,"feePercent":0.5,"estimatedDelivery":"10 seconds (SEPA Instant)","simulated":false},"schema":{"type":"object","properties":{"inputAmount":{"type":"number"},"outputAmount":{"type":"number"},"exchangeRate":{"type":"number"},"estimatedDelivery":{"type":"string"},"simulated":{"type":"boolean"}},"required":["inputAmount","outputAmount","exchangeRate"]}}}}]},{"url":"https://x402.asterpay.io/v2/x402/offramp/quote","method":"POST","description":"Lock a USDC to EUR settlement quote. Returns a signed quote_id, locked EUR rate, fees and SEPA delivery. The only x402 endpoint that locks a EUR fiat settlement quote.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"5000","resource":"https://x402.asterpay.io/v2/x402/offramp/quote","description":"Lock a USDC to EUR settlement quote. Returns a signed quote_id, locked EUR rate, fees and SEPA delivery. The only x402 endpoint that locks a EUR fiat settlement quote.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"POST","body":{"amount":100,"destination_iban":"DE89370400440532013000"},"schema":{"type":"object","properties":{"amount":{"type":"number","description":"USDC amount to settle (0 < amount <= 1,000,000,000)"},"destination_iban":{"type":"string","description":"Optional destination IBAN"}},"required":["amount"]}},"output":{"type":"json","example":{"quote_id":"oq_7f3a...c1","expires_at":"2026-07-04T05:10:00.000Z","destination_iban":null,"netEurAmount":91.83,"eurRate":0.9202},"schema":{"type":"object","properties":{"quote_id":{"type":"string"},"expires_at":{"type":"string"},"netEurAmount":{"type":"number"},"eurRate":{"type":"number"}},"required":["quote_id","netEurAmount","eurRate"]}}}}]},{"url":"https://x402.asterpay.io/v2/x402/agent-readiness","method":"GET","description":"Agent-readiness scan of any public website: scores 0-100 on MCP server, /.well-known/agent.json, llms.txt, OpenAPI validity, JSON-LD catalog and x402/MPP payability. Same published methodology as the asterpay.io checker. Paid via x402.","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"20000","resource":"https://x402.asterpay.io/v2/x402/agent-readiness","description":"Agent-readiness scan of any public website: scores 0-100 on MCP server, /.well-known/agent.json, llms.txt, OpenAPI validity, JSON-LD catalog and x402/MPP payability. Same published methodology as the asterpay.io checker. Paid via x402.","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"},"outputSchema":{"input":{"type":"http","method":"GET","queryParams":{"url":"example.com"},"schema":{"type":"object","properties":{"url":{"type":"string","description":"Public website hostname or URL to scan (private/loopback hosts rejected)"}},"required":["url"]}},"output":{"type":"json","example":{"url":"https://example.com/","score":60,"bucket":"partial","signals":{"discoverable":{"earned":25,"weight":25},"llms":{"earned":15,"weight":15}},"top_gaps":[{"label":"Agents can't pay you yet"}],"mcp":{"detected":false,"verified":false,"via":[]},"openapi":{"valid":true,"security_schemes":false}},"schema":{"type":"object","properties":{"score":{"type":"number","minimum":0,"maximum":100},"bucket":{"type":"string","enum":["invisible","partial","agent-ready"]},"signals":{"type":"object"},"top_gaps":{"type":"array"}},"required":["score","bucket"]}}}}]},{"url":"https://x402.asterpay.io/v1/collect/settle","method":"POST","description":"Trigger settlement on a Collect payment session (clinical-trial flow)","accepts":[{"scheme":"exact","network":"eip155:8453","maxAmountRequired":"100000","resource":"https://x402.asterpay.io/v1/collect/settle","description":"Trigger settlement on a Collect payment session (clinical-trial flow)","mimeType":"application/json","payTo":"0xd5f8481D8F25d3966d2010DBf9B47fFbdf745A9E","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","maxTimeoutSeconds":300,"extra":{"name":"USD Coin","version":"2"}}]}]}