{"x402Version":2,"payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","resources":[{"id":2205,"slug":"2205","resource":"https://gate402.app/v1/proxy","description":"Fetch any public URL, render client-side JS, strip nav/ads, return clean LLM-ready Markdown.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:137","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:42161","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","amount":"2000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"FtDZJuEkZAb53tSYL5uhRMa7sSx2F8EuST4b7nh5aFpd","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"2000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"arguments":{"url":"https://example.com"}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content":[{"text":"# Title\n\nBody markdown…","type":"text"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"arguments":{"properties":{"url":{"description":"Public URL to fetch","type":"string"}},"required":["url"],"type":"object"}},"required":["arguments"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"gate402":{"feeHeader":"PAYMENT-SIGNATURE-FEE","split":{"developer":0.002,"developerWallet":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","platform":0,"platformFeeBps":0,"platformWallet":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","total":0.002}}},"tags":["bazaar","gate402"],"sourceHost":"gate402.app","lastUpdated":"2026-09-17T06:38:03.954Z","quality":{"calls30d":11,"uniquePayers30d":6,"lastCalledAt":"2026-09-17T06:38:03.565Z"},"liveness":{},"verified":false,"featured":false},{"id":2206,"slug":"2206","resource":"https://gate402.app/v1/launches","description":"Radar of the freshest Base token launches (newest DEX pools), lightly pre-screened by liquidity/age/flow with quickFlags for obvious junk. Top-of-funnel discovery for trading agents — feeds token-risk / momentum / best-swap. From GeckoTerminal.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"limit":10,"minLiquidityUsd":5000},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"chain":"base","count":2,"hint":"Vet with /v1/token-risk, /v1/momentum, /v1/best-swap.","launches":[{"address":"0x…","ageMinutes":18,"buyPressureH1Pct":71,"dex":"aerodrome","fdvUsd":400000,"liquidityUsd":42000,"priceChangePct":{"h1":34.2,"h24":34.2},"priceUsd":"0.0004","quickFlags":["very_new"],"symbol":"NEWCOIN","volumeUsd":{"h1":6200,"h24":6200}}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"limit":{"description":"Max launches to return (default 15, cap 30).","type":"number"},"minLiquidityUsd":{"description":"Minimum pool liquidity to include (default 1000, filters dust).","type":"number"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gate402.app","lastUpdated":"2026-09-12T17:22:42.582Z","quality":{"calls30d":4,"uniquePayers30d":2,"lastCalledAt":"2026-09-12T17:22:42.062Z"},"liveness":{},"verified":false,"featured":false},{"id":6372,"slug":"6372","resource":"https://nodeproxy-production.up.railway.app/agent-lock","description":"Distributed lock / idempotency primitive for multi-agent swarms. claim(key) returns a token if free (with TTL); release(token) frees it; check(key) reports whether held. Stops multiple agents from double-processing the same work item.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"arguments":{"key":"job:42","op":"check"}},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"lock":{"acquired":true,"key":"job:42","op":"claim","token":"c3…"}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"arguments":{"properties":{"key":{"description":"Lock key (work item identifier).","type":"string"},"op":{"enum":["claim","release","check"],"type":"string"},"token":{"type":"string"},"ttl_seconds":{"type":"number"}},"required":["key"],"type":"object"}},"required":["arguments"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"nodeproxy-production.up.railway.app","lastUpdated":"2026-09-17T03:53:43.464Z","quality":{"calls30d":3,"uniquePayers30d":3,"lastCalledAt":"2026-09-17T03:53:43.225Z"},"liveness":{},"verified":false,"featured":false},{"id":2207,"slug":"2207","resource":"https://gate402.app/v1/proxy/stealth","description":"Anti-bot fetch for Cloudflare / JS-heavy protected pages: routed through rotating residential proxies with automatic JS rendering and CAPTCHA solving, returned as clean LLM-ready Markdown. Best-effort on the hardest targets.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"50000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:137","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","amount":"50000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:42161","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","amount":"50000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"FtDZJuEkZAb53tSYL5uhRMa7sSx2F8EuST4b7nh5aFpd","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"50000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"url":"https://example.com"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"content":[{"text":"# Title\n\nContent…","type":"text"}],"stealth":{"proxyUsed":true}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"url":{"description":"Protected URL to scrape","type":"string"}},"required":["url"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"gate402":{"feeHeader":"PAYMENT-SIGNATURE-FEE","split":{"developer":0.05,"developerWallet":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","platform":0,"platformFeeBps":0,"platformWallet":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","total":0.05}}},"tags":["bazaar","gate402"],"sourceHost":"gate402.app","lastUpdated":"2026-08-31T00:14:35.159Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-08-31T00:14:34.691Z"},"liveness":{},"verified":false,"featured":false},{"id":2208,"slug":"2208","resource":"https://gate402.app/v1/dedup","description":"Semantic vector cache: exact-match Map shortcut, then 0.88 cosine similarity on hash embeddings. Sub-10ms hits.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"3000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:137","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","amount":"3000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:42161","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","amount":"3000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"FtDZJuEkZAb53tSYL5uhRMa7sSx2F8EuST4b7nh5aFpd","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"3000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"query":"hello world","storeOnMiss":true},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cache":"hit","latencyMs":3.2,"similarity":0.94,"vector":[0.01,-0.02]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"namespace":{"type":"string"},"query":{"description":"Text to look up","type":"string"},"storeOnMiss":{"type":"boolean"},"vector":{"description":"Optional embedding to store on miss","items":{"type":"number"},"type":"array"}},"required":["query"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"gate402":{"feeHeader":"PAYMENT-SIGNATURE-FEE","split":{"developer":0.003,"developerWallet":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","platform":0,"platformFeeBps":0,"platformWallet":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","total":0.003}}},"tags":["bazaar","gate402"],"sourceHost":"gate402.app","lastUpdated":"2026-08-26T06:23:57.225Z","quality":{"calls30d":2,"uniquePayers30d":2,"lastCalledAt":"2026-08-26T06:23:56.809Z"},"liveness":{},"verified":false,"featured":false},{"id":2209,"slug":"2209","resource":"https://gate402.app/v1/minify","description":"Compress text: strip filler, collapse JSON, densify prose. Cuts upstream LLM token spend ~40%.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"5000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:137","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","amount":"5000","maxTimeoutSeconds":300},{"scheme":"exact","network":"eip155:42161","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","amount":"5000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"FtDZJuEkZAb53tSYL5uhRMa7sSx2F8EuST4b7nh5aFpd","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"5000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"format":"auto","text":"Long verbose passage to compress for LLM ingestion."},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"compressed":"Dense text…","stats":{"inputTokens":12000,"outputTokens":7200,"reductionPercent":40}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"aggressive":{"type":"boolean"},"format":{"enum":["auto","plain","markdown","json"],"type":"string"},"text":{"description":"Text to compress","type":"string"}},"required":["text"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"gate402":{"feeHeader":"PAYMENT-SIGNATURE-FEE","split":{"developer":0.005,"developerWallet":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","platform":0,"platformFeeBps":0,"platformWallet":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","total":0.005}}},"tags":["bazaar","gate402"],"sourceHost":"gate402.app","lastUpdated":"2026-08-22T19:47:05.756Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-22T19:47:05.527Z"},"liveness":{},"verified":false,"featured":false},{"id":2210,"slug":"2210","resource":"https://gate402.app/v1/best-swap","description":"Best-execution intel for a Base token: which DEX pool to trade on and the estimated price impact + total cost for a given trade size, ranked across pools, with a split suggestion. Constant-product estimate for trading agents — the execution plan, not a firm quote.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"address":"0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed","sizeUsd":1000},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"address":"0x…","alternatives":[{"dex":"uniswap","priceImpactPct":0.31,"totalCostPct":0.61}],"best":{"dex":"aerodrome","estTokensReceived":82900,"feePct":0.3,"liquidityUsd":1200000,"pairAddress":"0x…","priceImpactPct":0.17,"totalCostPct":0.47,"url":"https://dexscreener.com/base/0x…"},"notes":["Low impact (~0.17%) on aerodrome — fine to execute in one pool"],"priceUsd":"0.012","recommendation":"Trade on aerodrome — ~0.47% total cost (impact + fee)","sizeUsd":1000,"splitSuggested":false,"symbol":"TKN"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"description":"Base ERC-20 token contract address (0x-hex).","type":"string"},"sizeUsd":{"description":"Trade size in USD (default 1000).","type":"number"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gate402.app","lastUpdated":"2026-08-22T19:46:56.759Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-22T19:46:56.463Z"},"liveness":{},"verified":false,"featured":false},{"id":2211,"slug":"2211","resource":"https://gate402.app/v1/momentum","description":"Factual momentum + order-flow signal for a Base token: price trend (5m-24h), buy/sell pressure, and volume trend, classified as RISING/FALLING/FLAT + ACCUMULATION/DISTRIBUTION and gated by a live honeypot check. For trading agents — the read, not a prediction.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"address":"0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"address":"0x…","asOf":"2026-07-13T12:00:00.000Z","flow":"ACCUMULATION","momentum":"RISING","notes":["Price +4.2% (1h) with 74% of trades buys on accelerating volume","Rising price + net buying — constructive setup"],"priceUsd":"0.012","safety":{"isHoneypot":false,"sellTaxPct":0,"thinLiquidity":false},"signals":{"buyPressurePct":{"h1":74,"h24":58},"liquidityUsd":1275000,"priceChangePct":{"h1":4.2,"h24":12.5,"h6":9.1},"txns24h":{"buys":477,"sells":380},"volumeTrend":"ACCELERATING","volumeUsd":{"h1":8200,"h24":210000,"h6":25000}},"symbol":"TKN","tradeable":true},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"description":"Base ERC-20 token contract address (0x-hex).","type":"string"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gate402.app","lastUpdated":"2026-08-22T19:46:55.488Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-22T19:46:55.217Z"},"liveness":{},"verified":false,"featured":false},{"id":2212,"slug":"2212","resource":"https://gate402.app/v1/token-risk","description":"Rug/tradeability risk VERDICT for a Base token: a 0-100 score and SAFE/CAUTION/AVOID call from liquidity depth, 24h volume, DEX diversity, pool age, ERC-20 validity, holder concentration, and a live honeypot/sell-tax simulation. Judgment for trading agents, not raw data.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"30000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"address":"0x4ed4E862860beD51a9570b96d89aF5E1B0Efefed"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"address":"0x…","checks":{"holderConcentration":true,"honeypotSim":true},"reasons":["Sells simulate successfully with ~0% tax — not a honeypot"],"recommendation":"SAFE — adequate liquidity/activity and sells simulate clean","score":72,"signals":{"buyTaxPct":0,"dexes":2,"holderCount":8400,"isHoneypot":false,"isVerifiedErc20":true,"liquidityUsd":128000,"pairs":3,"poolAgeDays":210,"sellTaxPct":0,"top10HolderPct":61.3,"topHolderPct":24.1,"volLiqRatio":0.42,"volume24h":54000},"symbol":"TKN","verdict":"SAFE"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"description":"Base ERC-20 token contract address (0x-hex).","type":"string"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gate402.app","lastUpdated":"2026-08-22T19:46:53.592Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-22T19:46:53.324Z"},"liveness":{},"verified":false,"featured":false},{"id":2213,"slug":"2213","resource":"https://gate402.app/v1/edgar","description":"Latest SEC EDGAR filings (10-K/10-Q/8-K/…) for a US ticker or CIK, with direct document links.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"limit":10,"ticker":"AAPL"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cik":"0000320193","company":"Apple Inc.","filings":[{"accession":"0000320193-26-000050","filedAt":"2026-05-01","form":"10-Q","reportDate":"2026-03-29","url":"https://www.sec.gov/Archives/edgar/data/320193/…"}],"ticker":"AAPL"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"cik":{"description":"SEC CIK number (alternative to ticker).","type":"string"},"form":{"description":"Optional filing-type filter, e.g. \"10-K\", \"8-K\".","type":"string"},"limit":{"description":"Max filings (1–40, default 10).","type":"number"},"ticker":{"description":"US stock ticker (e.g. AAPL). Either ticker or cik is required.","type":"string"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gate402.app","lastUpdated":"2026-08-22T19:46:43.239Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-22T19:46:42.925Z"},"liveness":{},"verified":false,"featured":false},{"id":2214,"slug":"2214","resource":"https://gate402.app/v1/news","description":"Recent news headlines + heuristic bull/bear sentiment for a ticker or topic (Google News, no LLM).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"20000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"limit":10,"query":"NVDA"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"count":10,"items":[{"publishedAt":"Mon, 30 Jun 2026 12:00:00 GMT","source":"Reuters","title":"Nvidia beats earnings…","url":"https://…"}],"query":"NVDA","sentiment":{"bearish":2,"bullish":5,"label":"bullish","score":0.4}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"limit":{"description":"Max headlines (1–25, default 10).","type":"number"},"query":{"description":"Ticker, company, or topic (e.g. \"NVDA\", \"ethereum ETF\").","type":"string"}},"required":["query"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gate402.app","lastUpdated":"2026-08-22T19:46:41.777Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-22T19:46:41.547Z"},"liveness":{},"verified":false,"featured":false},{"id":2215,"slug":"2215","resource":"https://gate402.app/v1/dex","description":"Live DEX price, liquidity, and 24h volume for a Base token across its trading pairs (DexScreener).","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"address":"0x…","arbitrage":{"dexCount":2,"high":{"dex":"aerodrome","priceUsd":"1.004"},"low":{"dex":"uniswap","priceUsd":"0.998"},"spreadPct":0.6},"chain":"base","fetchedAt":"2026-06-30T12:00:00.000Z","pairs":[{"baseSymbol":"USDC","dex":"aerodrome","liquidityUsd":1200000,"pairAddress":"0x…","pairCreatedAt":"2024-01-01T00:00:00.000Z","priceChange24h":0.1,"priceUsd":"1.00","quoteSymbol":"WETH","url":"https://dexscreener.com/base/0x…","volume24h":450000}],"topPriceUsd":"1.00"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"description":"Base ERC-20 token contract address (0x-hex).","type":"string"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gate402.app","lastUpdated":"2026-08-22T19:46:40.481Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-22T19:46:40.134Z"},"liveness":{},"verified":false,"featured":false},{"id":2216,"slug":"2216","resource":"https://gate402.app/v1/onchain","description":"On-chain wallet & token intelligence on Base: native + ERC-20 balances, EOA/contract detection, tx count, and token metadata. From public RPC.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0x8E57BFDE053dBb6862991759c19affC5F383d5D0","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","amount":"10000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"body":{"address":"0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"address":"0x…","checkedTokens":9,"holdings":[{"balance":"26.82","decimals":6,"name":"USD Coin","raw":"26824119","symbol":"USDC","token":"0x833589…"}],"native":{"balance":"0.12","symbol":"ETH","wei":"120000000000000000"},"network":"eip155:8453","transactionCount":42,"type":"wallet"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"description":"Base address (wallet or token contract), 0x-hex.","type":"string"},"tokens":{"description":"Optional extra ERC-20 contract addresses to check balances for.","items":{"type":"string"},"type":"array"}},"required":["address"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gate402.app","lastUpdated":"2026-08-22T19:46:38.979Z","quality":{"calls30d":1,"uniquePayers30d":1,"lastCalledAt":"2026-08-22T19:46:38.632Z"},"liveness":{},"verified":false,"featured":false}]}