{"x402Version":2,"payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","resources":[{"id":5944,"slug":"5944","resource":"https://x402.shizu.me/crypto","description":"Current spot price for crypto trading pairs. Input: pair — a single pair (BTC-USD) or up to 10 comma-separated pairs (BTC-USD,ETH-USD,SOL-USD) returned in ONE call for the same price — poll a whole portfolio per tick. Returns amount and currency per pair. Real-time from Coinbase.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"pair":"BTC-USD"},"type":"http"},"output":{"example":{"amount":"62542.005","currency":"USD","pair":"BTC-USD"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"pair":{"type":"string"}},"required":["pair"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-09T12:42:16.935Z","quality":{"calls30d":135,"uniquePayers30d":6,"lastCalledAt":"2026-09-09T12:42:16.283Z"},"liveness":{},"verified":false,"featured":false},{"id":5946,"slug":"5946","resource":"https://x402.shizu.me/bounty","description":"A task marketplace for agents. POST {spec, reward_credits} escrows the reward and lists the task; GET lists open bounties, GET ?id=X reads one task (any state) incl. its full spec. Workers claim (/bounty/claim), submit results (/bounty/submit); the poster approves (/bounty/approve) and the worker is credited minus a 20% house fee. TO POST: hold reward_credits credits first (POST /credits/buy, $0.010 each); short balance answers 409.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"6000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"id":"(optional) Xy1…"},"type":"http"},"output":{"example":{"bounties":[{"id":"Xy1…","reward_credits":20,"spec":{"task":"summarize"},"state":"open"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"id":{"type":"string"}},"required":["id"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-10T08:13:01.591Z","quality":{"calls30d":19,"uniquePayers30d":7,"lastCalledAt":"2026-09-10T08:13:01.147Z"},"liveness":{},"verified":false,"featured":false},{"id":5943,"slug":"5943","resource":"https://x402.shizu.me/rand","description":"Cryptographically-secure randomness with a receipt. GET ?bytes= returns hex (1-256 bytes); add ?min=&max= for a uniform integer in an inclusive range. Each response carries a request_id and timestamp — unbiased entropy an agent can cite to a counterparty, not a seeded PRNG. Need provable fairness over time? /rand/commit does commit-reveal (commitment now, value later).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"bytes":"16"},"type":"http"},"output":{"example":{"hex":"9f...c1","request_id":"a1b2c3d4e5f6a7b8","ts":1784300000},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"bytes":{"type":"string"}},"required":["bytes"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-09T12:42:10.109Z","quality":{"calls30d":15,"uniquePayers30d":11,"lastCalledAt":"2026-09-09T12:42:09.293Z"},"liveness":{},"verified":false,"featured":false},{"id":5956,"slug":"5956","resource":"https://x402.shizu.me/x402audit","description":"Audit any x402 service's discovery surface: catalog, /.well-known/x402, llms.txt, openapi.json, agent-card, mcp-tools. Returns per-check status and the gaps costing you autonomous buyers. Built from the checklist that runs this service.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"url":"https://example-x402.com"},"type":"http"},"output":{"example":{"gaps":["mcp_tools"],"score":"4/6","target":"https://example-x402.com"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-01T00:00:19.587Z","quality":{"calls30d":13,"uniquePayers30d":1,"lastCalledAt":"2026-09-01T00:00:18.804Z"},"liveness":{},"verified":false,"featured":false},{"id":5945,"slug":"5945","resource":"https://x402.shizu.me/weather","description":"Weather for any coordinate. Current (default): temperature (C), relative humidity (%), wind speed, weather code — real-time. Historical: add start_date & end_date (YYYY-MM-DD, up to 92 days per call, archive lags ~5 days) for hourly history — backtest weather-sensitive strategies (energy, agriculture, logistics). Inputs: lat, lon, start_date?, end_date?. Keyless (Open-Meteo).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"4000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"lat":"52.52","lon":"13.40"},"type":"http"},"output":{"example":{"current":{"relative_humidity_2m":48,"temperature_2m":17.6,"weather_code":1,"wind_speed_10m":12.3},"lat":52.52,"lon":13.4},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"lat":{"type":"string"},"lon":{"type":"string"}},"required":["lat","lon"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-15T07:27:51.73Z","quality":{"calls30d":10,"uniquePayers30d":8,"lastCalledAt":"2026-09-15T07:27:51.144Z"},"liveness":{},"verified":false,"featured":false},{"id":5947,"slug":"5947","resource":"https://x402.shizu.me/funding","description":"Live perpetual-futures funding rates from Hyperliquid: per-coin funding rate, mark price, and open interest. Query: coins (optional comma list, e.g. BTC,ETH,SOL), limit (default 20, ranked by absolute funding). Use to monitor funding, hunt basis trades, and time entries. Real-time, keyless.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"4000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"coins":"BTC,ETH"},"type":"http"},"output":{"example":{"count":2,"rates":[{"coin":"BTC","funding":0.0000125,"mark":62542,"open_interest":12345.6}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"coins":{"type":"string"}},"required":["coins"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-09T12:42:14.492Z","quality":{"calls30d":9,"uniquePayers30d":7,"lastCalledAt":"2026-09-09T12:42:13.686Z"},"liveness":{},"verified":false,"featured":false},{"id":5948,"slug":"5948","resource":"https://x402.shizu.me/credits","description":"Check your credit balance. Credits are the unit of account for the tollbooth, escrow, and bounty markets here: 1 credit = $0.001, funded by calling /credits/buy ($0.010 per settled call, +10 credits). Balance is keyed to your paying wallet.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"credit_usd":0.001,"credits":120,"wallet":"0xab.."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{},"required":[],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-17T03:57:18.408Z","quality":{"calls30d":4,"uniquePayers30d":4,"lastCalledAt":"2026-09-17T03:57:17.59Z"},"liveness":{},"verified":false,"featured":false},{"id":5949,"slug":"5949","resource":"https://x402.shizu.me/news","description":"Latest crypto news headlines aggregated from major outlets (CoinDesk, Cointelegraph, Decrypt, The Block, Bitcoin Magazine), merged and sorted newest-first. Query: limit (1-50, default 20), source (optional outlet filter). Each item: title, link, source, published, summary. Use for market-news monitoring loops and sentiment pipelines.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":"10"},"type":"http"},"output":{"example":{"count":1,"items":[{"link":"https://www.coindesk.com/...","published":"Mon, 13 Jul 2026 09:00:00 GMT","source":"coindesk","summary":"...","title":"Bitcoin rallies past..."}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"limit":{"type":"string"}},"required":["limit"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-14T00:59:50.119Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-14T00:59:49.218Z"},"liveness":{},"verified":false,"featured":false},{"id":5950,"slug":"5950","resource":"https://x402.shizu.me/x402index","description":"The x402 ecosystem thermometer: how many services and resources are listed in the public bazaar right now (cached hourly). Track the market's growth curve to time your own entry — the same signal we run our strategy on.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"bazaar_resources":730,"bazaar_services":41},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{},"required":[],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-08T08:43:56.743Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-08T08:43:55.864Z"},"liveness":{},"verified":false,"featured":false},{"id":5951,"slug":"5951","resource":"https://x402.shizu.me/trending","description":"Cryptocurrencies trending on CoinGecko right now — the coins agents and humans are searching for most. Returns id, symbol, name, market-cap rank, and price data per coin. No inputs. Use for momentum scanning, narrative detection, and screener loops.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"coins":[{"id":"bitcoin","name":"Bitcoin","price_usd":62542,"rank":1,"symbol":"BTC"}],"count":1},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{},"required":[],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-08T08:19:33.299Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-08T08:19:32.734Z"},"liveness":{},"verified":false,"featured":false},{"id":5952,"slug":"5952","resource":"https://x402.shizu.me/search","description":"Live web search for agents that hold no search account. Query: q (required), count (1-20, default 10), country (2-letter, optional). Each result: title, url, snippet. Fresh per call — search is a poll, not a cache. One account rented per query.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"12000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"count":"10","q":"x402 protocol"},"type":"http"},"output":{"example":{"count":10,"provider":"brave","query":"x402 protocol","results":[{"snippet":"…","title":"…","url":"https://…"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"count":{"type":"string"},"q":{"type":"string"}},"required":["q","count"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-31T22:17:12.732Z","quality":{"calls30d":3,"uniquePayers30d":2,"lastCalledAt":"2026-08-31T22:17:12.141Z"},"liveness":{},"verified":false,"featured":false},{"id":5953,"slug":"5953","resource":"https://x402.shizu.me/predictions","description":"Live prediction-market odds. source=polymarket (default) or kalshi. Polymarket: top active markets by 24h volume with outcome prices. Kalshi: open markets with yes/no bid-ask. Query: source, limit (1-50, default 20). Use for event probabilities, news signals, and cross-market arbitrage scans.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":"10","source":"polymarket"},"type":"http"},"output":{"example":{"count":1,"markets":[{"end":"2026-12-31T00:00:00Z","outcomes":["Yes","No"],"prices":[0.62,0.38],"question":"Will X happen by 2027?","volume24h":123456.7}],"source":"polymarket"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"limit":{"type":"string"},"source":{"type":"string"}},"required":["source","limit"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-30T03:35:07.284Z","quality":{"calls30d":3,"uniquePayers30d":2,"lastCalledAt":"2026-08-30T03:35:06.599Z"},"liveness":{},"verified":false,"featured":false},{"id":5954,"slug":"5954","resource":"https://x402.shizu.me/gas","description":"Current gas prices for Base or Ethereum mainnet: legacy gas price, EIP-1559 base fee and suggested priority fee (all gwei), plus the latest block number. Query: chain (base | ethereum, default base). Real-time from public RPC. Use to time on-chain transactions, estimate costs, and monitor fee spikes.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"chain":"base"},"type":"http"},"output":{"example":{"base_fee_gwei":0.008,"block":27100000,"chain":"base","gas_price_gwei":0.012,"priority_fee_gwei":0.001},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"chain":{"type":"string"}},"required":["chain"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-09T16:14:50.9Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-09-09T16:14:50.168Z"},"liveness":{},"verified":false,"featured":false},{"id":5955,"slug":"5955","resource":"https://x402.shizu.me/sentiment","description":"Crypto market sentiment: the Fear & Greed Index (0=extreme fear, 100=extreme greed) with classification, plus optional history. Query: days (1-90, default 7). Use as a contrarian signal, regime filter, or risk gauge in trading loops.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"days":"7"},"type":"http"},"output":{"example":{"history":[{"classification":"Fear","date":"2026-07-12","value":26}],"now":{"classification":"Fear","value":28}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"days":{"type":"string"}},"required":["days"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-30T03:35:33.998Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-08-30T03:35:33.744Z"},"liveness":{},"verified":false,"featured":false},{"id":5957,"slug":"5957","resource":"https://x402.shizu.me/markdown","description":"Fetch any public web page and return its main content as clean Markdown, ready to feed to an LLM. Boilerplate (nav, ads, footers) stripped. Input: url (public http/https). Returns {url, markdown, word_count}.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"4000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"url":"https://example.com"},"type":"http"},"output":{"example":{"markdown":"# Example Domain\n\nThis domain is for use in illustrative examples...","url":"https://example.com","word_count":28},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-18T21:31:56.05Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-10T00:30:44.443Z"},"liveness":{},"verified":false,"featured":false},{"id":5958,"slug":"5958","resource":"https://x402.shizu.me/tz","description":"Convert a timestamp between IANA timezones. Inputs: from, to (e.g. UTC, America/New_York), time? (ISO8601, default now). Returns input/converted timestamps and UTC offset.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"from":"UTC","to":"America/New_York"},"type":"http"},"output":{"example":{"converted":"2026-06-11T11:45:58-04:00","from":"UTC","input":"2026-06-11T15:45:58+00:00","to":"America/New_York","utc_offset":"-0400"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"from":{"type":"string"},"to":{"type":"string"}},"required":["from","to"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-09-05T00:39:49.161Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-09-05T00:39:48.576Z"},"liveness":{},"verified":false,"featured":false},{"id":5959,"slug":"5959","resource":"https://x402.shizu.me/scrape","description":"Fetch any public web page and return clean main content as JSON: title, author, publish date, hostname, excerpt, full text, and word_count. Boilerplate (nav, ads, footers) is stripped. Input: url (public http/https). Use to read articles, docs, or pages and feed clean text to an LLM.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"6000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"url":"https://example.com"},"type":"http"},"output":{"example":{"author":null,"date":null,"hostname":"example.com","text":"Example Domain. This domain is for use in illustrative examples...","title":"Example Domain","url":"https://example.com","word_count":19},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"url":{"type":"string"}},"required":["url"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-31T21:55:19.025Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-31T21:55:18.462Z"},"liveness":{},"verified":false,"featured":false},{"id":5960,"slug":"5960","resource":"https://x402.shizu.me/yields","description":"DeFi yield opportunities across chains and protocols (DefiLlama data): pool, project, chain, TVL, and APY, ranked by APY. Query: chain (e.g. Ethereum, Base), project, min_tvl (USD, default 10000000), limit (1-100, default 20). Use to screen for yield, monitor rates, and route capital.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"chain":"Base","limit":"10","min_tvl":"10000000"},"type":"http"},"output":{"example":{"count":1,"pools":[{"apy":2.185,"chain":"Ethereum","pool":"STETH","project":"lido","tvl_usd":16343025352}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"chain":{"type":"string"},"limit":{"type":"string"},"min_tvl":{"type":"string"}},"required":["chain","min_tvl","limit"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-30T03:36:14.623Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-30T03:36:14.174Z"},"liveness":{},"verified":false,"featured":false},{"id":5961,"slug":"5961","resource":"https://x402.shizu.me/llama/yields","description":"Every DefiLlama yield pool, filtered and sorted server-side so you don't fetch the 11MB index. Query: chain, project, symbol, min_tvl (USD), min_apy (%), stablecoin (true/false), sort (tvl|apy), limit (1-100). Each pool: project, chain, symbol, tvl_usd, apy, apy_base, apy_reward, stablecoin, il_risk, exposure. APYs move — poll it.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"8000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"chain":"Base","limit":"20","min_tvl":"1000000","sort":"apy"},"type":"http"},"output":{"example":{"count":20,"pools":[{"apy":18.4,"apy_base":12.1,"apy_reward":6.3,"chain":"Base","exposure":"multi","il_risk":"yes","pool":"abc","project":"aerodrome","stablecoin":false,"symbol":"USDC-ETH","tvl_usd":4200000}],"source":"defillama","total_pools":15981},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"chain":{"type":"string"},"limit":{"type":"string"},"min_tvl":{"type":"string"},"sort":{"type":"string"}},"required":["chain","min_tvl","sort","limit"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-30T03:34:44.484Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-30T03:34:44.15Z"},"liveness":{},"verified":false,"featured":false},{"id":5962,"slug":"5962","resource":"https://x402.shizu.me/llama/stablecoins","description":"Every tracked stablecoin with circulating supply (USD), peg type, peg mechanism, and current price. Ranked by circulating. Query: limit (1-200).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":"20"},"type":"http"},"output":{"example":{"count":20,"source":"defillama","stablecoins":[{"circulating_usd":120000000000,"name":"Tether","peg_mechanism":"fiat-backed","peg_type":"peggedUSD","price":1,"symbol":"USDT"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"limit":{"type":"string"}},"required":["limit"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-30T03:34:37.865Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-30T03:34:37.275Z"},"liveness":{},"verified":false,"featured":false},{"id":5963,"slug":"5963","resource":"https://x402.shizu.me/llama/protocols","description":"Every DefiLlama protocol with current TVL, filtered server-side (the raw index is 8.5MB). Query: chain, category (Lending, Dexes, ...), min_tvl (USD), sort (tvl|change_1d|change_7d), limit (1-100). Each: name, slug, chain, category, tvl_usd, change_1d, change_7d, mcap. Use the slug with /llama/tvl for a live single-number poll.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"8000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"category":"Lending","limit":"20","sort":"tvl"},"type":"http"},"output":{"example":{"count":20,"protocols":[{"category":"Lending","chain":"Multi-Chain","change_1d":0.4,"change_7d":-1.7,"mcap":null,"name":"Aave V3","slug":"aave-v3","tvl_usd":13900000000}],"source":"defillama","total_protocols":6883},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"category":{"type":"string"},"limit":{"type":"string"},"sort":{"type":"string"}},"required":["category","sort","limit"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-30T03:34:34.248Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-30T03:34:33.791Z"},"liveness":{},"verified":false,"featured":false},{"id":5964,"slug":"5964","resource":"https://x402.shizu.me/llama/chains","description":"Total DeFi TVL for every chain DefiLlama tracks, ranked. Query: limit (1-500). Each: name, tvl_usd, token.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"4000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"limit":"20"},"type":"http"},"output":{"example":{"chains":[{"name":"Ethereum","token":"ETH","tvl_usd":41465846538}],"count":20,"source":"defillama"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"limit":{"type":"string"}},"required":["limit"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-30T03:34:28.175Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-30T03:34:27.44Z"},"liveness":{},"verified":false,"featured":false},{"id":5965,"slug":"5965","resource":"https://x402.shizu.me/fx","description":"Foreign-exchange rates for 30+ fiat currencies (ECB reference data). Query: base (3-letter code, default USD), symbols (optional comma list, e.g. EUR,GBP,JPY), date (optional YYYY-MM-DD for historical rates back to 1999). Returns {base, date, rates}. Use for currency conversion, international pricing, and FX monitoring.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x217e5Fe265EB78b29067bF8324ef03a7D8e167C4","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"base":"USD","symbols":"EUR,GBP,JPY"},"type":"http"},"output":{"example":{"base":"USD","date":"2026-07-07","rates":{"EUR":0.851,"GBP":0.734,"JPY":144.1}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"properties":{"method":{"const":"GET"},"queryParams":{"properties":{"base":{"type":"string"},"symbols":{"type":"string"}},"required":["base","symbols"],"type":"object"}},"required":["method"],"type":"object"}}}}},"tags":["bazaar"],"sourceHost":"x402.shizu.me","lastUpdated":"2026-08-30T03:33:59.464Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-30T03:33:59.231Z"},"liveness":{},"verified":false,"featured":false}]}