{"x402Version":2,"payTo":"0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de","resources":[{"id":7109,"slug":"7109","resource":"https://uxus.finance/api/search","description":"Live web search for AI agents — no API key, no account, no signup; pay per call in USDC on Base. GET ?q=YOUR+QUERY (required), count=N (1-20, default 10). Returns { query, results: [{ title, url, description, score }], provider, latency_ms }; score is 1.0 for the top result descending toward 0.1, so you can rank or threshold. Multiple search backends with automatic failover. For agents grounding an answer in current web data or gathering source URLs to scrape.","type":"http","x402Version":1,"accepts":[{"scheme":"exact","network":"base","payTo":"0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"count":"Number of results, 1-20. Default 10.","q":"Search query. Required."},"type":"http"},"output":{"example":{"latency_ms":480,"provider":"duckduckgo","query":"x402 payment protocol","results":[{"description":"An open standard for paying for HTTP requests with stablecoins.","score":1,"title":"x402 — Payment Required","url":"https://x402.org/"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"uxus.finance","lastUpdated":"2026-09-17T11:33:14.003Z","quality":{"calls30d":24,"uniquePayers30d":3,"lastCalledAt":"2026-09-17T11:33:13.826Z"},"liveness":{},"verified":false,"featured":false},{"id":7110,"slug":"7110","resource":"https://uxus.finance/api/risk/pro","description":"Full wallet & token risk report — no API key, no account, no signup; pay per call in USDC on Base. GET ?address=0x... (required), chain=ethereum|base (default base), type=wallet|token (default wallet). Checks OFAC sanctions, scam/phishing lists, and honeypot/tax/mint signals. Returns risk_score 0-100, risk_level, a PROCEED|CAUTION|BLOCK verdict, flags[], reasons[] with severity, raw signals, and sources[]. For agents screening a counterparty before they transact.","type":"http","x402Version":1,"accepts":[{"scheme":"exact","network":"base","payTo":"0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"address":"0x EVM address (wallet or token contract). Required.","chain":"ethereum | base. Default base.","type":"wallet | token. Default wallet."},"type":"http"},"output":{"example":{"address":"0xd8da...6045","chain":"base","checked_at":"2026-09-03T00:00:00Z","flags":["CLEAN"],"reasons":[{"code":"CLEAN","detail":"no sanctions or scam-list matches","severity":0,"source":"cryptorisk"}],"risk_level":"low","risk_score":0,"signals":{"tx_count":42,"wallet_age_days":1135},"sources":["ofac","scamsniffer","mew"],"type":"wallet","verdict":"PROCEED"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"uxus.finance","lastUpdated":"2026-09-03T18:39:53.616Z","quality":{"calls30d":6,"uniquePayers30d":1,"lastCalledAt":"2026-09-03T18:39:53.407Z"},"liveness":{},"verified":false,"featured":false},{"id":7111,"slug":"7111","resource":"https://uxus.finance/api/scrape","description":"Fetch any URL and get clean, LLM-ready page content — no API key, no account, no signup; pay per call in USDC on Base. Gets past common bot-blocking. Params: ?url=... (required), format=markdown|text|html (default markdown), max_chars=N (default 40000, max 120000). Returns { url, status, title, description, format, content, truncated, chars, latency_ms }; non-HTML URLs return raw content. For agents that need a page as text before summarising or extracting.","type":"http","x402Version":1,"accepts":[{"scheme":"exact","network":"base","payTo":"0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"format":"markdown | text | html. Default markdown.","max_chars":"Truncation limit, default 40000, max 120000.","url":"Absolute URL to fetch. Required."},"type":"http"},"output":{"example":{"chars":1840,"content":"# Example Article ...clean markdown...","description":"meta description text","format":"markdown","latency_ms":620,"status":200,"title":"Example Article","truncated":false,"url":"https://example.com/article"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"uxus.finance","lastUpdated":"2026-09-03T22:08:08.916Z","quality":{"calls30d":4,"uniquePayers30d":1,"lastCalledAt":"2026-09-03T22:08:08.739Z"},"liveness":{},"verified":false,"featured":false},{"id":7112,"slug":"7112","resource":"https://uxus.finance/api/embed","description":"Text embeddings for AI agents — no API key, no account, no signup; pay per call in USDC on Base. POST JSON { input: string or string[] (max 64 per call) }. Model is jina-embeddings-v3, 1024 dimensions, retrieval.passage task. Returns { model, embeddings (one vector per input), dimensions, count, usage, latency_ms }. For agents building a vector index or doing semantic search without a Jina or OpenAI key.","type":"http","x402Version":1,"accepts":[{"scheme":"exact","network":"base","payTo":"0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"input":{"description":"Text to embed, or an array of up to 64 strings.","type":"string | string[]"}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"count":1,"dimensions":1024,"embeddings":[[0.013,-0.021,0.005]],"latency_ms":300,"model":"jina-embeddings-v3","usage":{"total_tokens":8}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"uxus.finance","lastUpdated":"2026-09-03T18:41:22.45Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-03T18:41:22.24Z"},"liveness":{},"verified":false,"featured":false},{"id":7113,"slug":"7113","resource":"https://uxus.finance/api/extract","description":"Pull structured JSON out of messy text or a web page — no API key, no account, no signup; pay per call in USDC on Base. POST JSON { schema: { field: type, ... } (required), and text or url }. If url is given the page is fetched and stripped first; an LLM fills the schema and missing fields come back null. Returns { data, model, latency_ms }. For agents turning an article, listing, or product page into typed fields.","type":"http","x402Version":1,"accepts":[{"scheme":"exact","network":"base","payTo":"0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"schema":{"description":"Fields you want, e.g. { title: string, price: number }. Required.","type":"object"},"text":{"description":"Raw source text. Provide this or url.","type":"string"},"url":{"description":"Page to fetch and extract from. Provide this or text.","type":"string"}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"data":{"in_stock":true,"price":19.99,"title":"Example"},"latency_ms":900,"model":"deepseek/deepseek-chat"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"uxus.finance","lastUpdated":"2026-09-03T18:41:12.052Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-03T18:41:11.862Z"},"liveness":{},"verified":false,"featured":false},{"id":7114,"slug":"7114","resource":"https://uxus.finance/api/llm","description":"LLM chat completions for AI agents — no API key, no account, no signup; pay per call in USDC on Base. POST JSON { prompt } or { messages: [{ role, content }] }; optional model (OpenRouter slug), max_tokens (default 800, max 2000). Routes across a 5-model fallback chain so one unavailable model doesn't fail the call. Returns { model, content, usage, latency_ms }. For agents that need inference without holding an OpenAI or Anthropic key.","type":"http","x402Version":1,"accepts":[{"scheme":"exact","network":"base","payTo":"0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"max_tokens":{"description":"Max completion tokens. Default 800, max 2000.","type":"number"},"messages":{"description":"Chat messages [{ role, content }]. Alternative to prompt.","type":"array"},"model":{"description":"Optional model slug; still falls back through the chain.","type":"string"},"prompt":{"description":"User prompt. Provide this or messages[].","type":"string"}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content":"The answer is ...","latency_ms":1200,"model":"deepseek/deepseek-chat","usage":{"completion_tokens":80,"prompt_tokens":24,"total_tokens":104}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"body":{"type":"object"},"bodyType":{"enum":["json"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"uxus.finance","lastUpdated":"2026-09-03T18:40:56.553Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-03T18:40:56.209Z"},"liveness":{},"verified":false,"featured":false},{"id":7115,"slug":"7115","resource":"https://uxus.finance/api/risk/live/pro","description":"Mutable-risk report for a token — can the owner still turn it hostile? No API key, no account, no signup; pay per call in USDC on Base. GET ?address=0x... (required), chain=ethereum|base (default base). Direct on-chain reads only: eth_getCode, owner(), pendingOwner(), paused(), EIP-1967 slots. Returns mutable_risk_score, verdict, can_turn_hostile, time_to_rug, every owner power explained in plain English, and raw controls. For agents holding or about to buy a token.","type":"http","x402Version":1,"accepts":[{"scheme":"exact","network":"base","payTo":"0xE0Ed7A30589Fec49e98F2085c7162B90FdbB83de","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"address":"0x token contract address. Required.","chain":"ethereum | base. Default base."},"type":"http"},"output":{"example":{"address":"0x...","can_turn_hostile":true,"chain":"base","controls":{},"mutable_risk_score":20,"powers_explained":[{"code":"OWNER_RETAINS_PRIVILEGES","meaning":"Ownership not renounced; owner-only functions remain callable."}],"tier":"pro","time_to_rug":"immediate","verdict":"CAUTION"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"uxus.finance","lastUpdated":"2026-09-03T18:40:19.627Z","quality":{"calls30d":3,"uniquePayers30d":1,"lastCalledAt":"2026-09-03T18:40:19.357Z"},"liveness":{},"verified":false,"featured":false}]}