{"mainstreetMeta":{"version":"mainstreet-bazaar-scored-v1","upstream":"https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources","latencyMs":2309,"scoredCount":83,"totalReturned":100,"hint":"Drop-in safer alternative to CDP Bazaar discovery. Same shape + .mainstreet.{score,trust,settlements,washRisk,rankScore} per item. washRisk flags single-payer wash-volume; sort=trust-weighted ranks by reputation minus a wash penalty — the sybil-aware ranking the raw Bazaar lacks. Replaces one URL for buyer agents that want trust signals.","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/{payTo}","catalog":"https://avisradar-production.up.railway.app/api/agent/catalog"},"items":[{"accepts":[{"amount":"6000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","scheme":"exact"}],"description":"Search Twitter/X tweets with advanced filters. Returns up to 20 tweets per page, most recent first, with pagination. At least one filter required. Params: words, phrase, anyWords, noneWords, hashtags, from, to, mentioning, minReplies, minLikes, minReposts, since (YYYY-MM-DD), until, next_token. e.g. GET /tweets/search?words=bitcoin&from=elonmusk&minLikes=100. Returns X v2 API-compatible JSON.","extensions":{"bazaar":{"category":"api","discoverable":true,"info":{"input":{"method":"GET","queryParams":{"from":"elonmusk","minLikes":"100","words":"bitcoin"},"type":"http"},"output":{"example":{"data":[{"author":{"id":"9253672","name":"Hal Finney","username":"halfin"},"created_at":"2009-01-11T03:39:18.000Z","id":"1110302988","public_metrics":{"like_count":134000,"quote_count":3500,"reply_count":5400,"retweet_count":32000},"text":"Running bitcoin"}],"meta":{"next_token":"abc123"}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"anyWords":{"description":"Any of these words","type":"string"},"from":{"description":"Tweets from this username","type":"string"},"hashtags":{"description":"Filter by hashtag","type":"string"},"mentioning":{"description":"Tweets mentioning this username","type":"string"},"minLikes":{"description":"Minimum like count","type":"string"},"minReplies":{"description":"Minimum reply count","type":"string"},"minReposts":{"description":"Minimum retweet count","type":"string"},"next_token":{"description":"Pagination cursor","type":"string"},"noneWords":{"description":"Exclude these words","type":"string"},"phrase":{"description":"Exact phrase match","type":"string"},"since":{"description":"Start date (YYYY-MM-DD)","type":"string"},"to":{"description":"Tweets replying to this username","type":"string"},"until":{"description":"End date (YYYY-MM-DD)","type":"string"},"words":{"description":"All these words must appear","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["twitter","x","social","tweets","search","posts","filter","hashtag","keyword","paginated","mentions","agent","x402"]},"builder-code":{"info":{"a":"bc_qobj93ib"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T06:16:21.887Z","quality":{"l30DaysTotalCalls":59166,"l30DaysUniquePayers":34,"lastCalledAt":"2026-08-18T06:16:21.344Z"},"resource":"https://x402.twit.sh/tweets/search","type":"http","x402Version":2,"mainstreet":{"score":91,"settlements":{"count":105526,"volumeUsdc":636.09,"distinctPayers":207},"washRisk":false,"rankScore":91,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","scheme":"exact"}],"description":"Get the latest tweets (timeline) from a specific Twitter/X user by their username. Returns up to 20 tweets per page sorted by most recent first, with pagination support. Query params: username (string, required) - Twitter screen name; next_token (string, optional) - pagination cursor, e.g. GET /tweets/user?username=elonmusk. Returns X v2 API-compatible JSON.","extensions":{"bazaar":{"category":"api","discoverable":true,"info":{"input":{"method":"GET","queryParams":{"username":"elonmusk"},"type":"http"},"output":{"example":{"data":[{"author":{"id":"9253672","name":"Hal Finney","username":"halfin"},"created_at":"2009-01-11T03:39:18.000Z","id":"1110302988","public_metrics":{"like_count":134000,"quote_count":3500,"reply_count":5400,"retweet_count":32000},"text":"Running bitcoin"}],"meta":{"next_token":"abc123"}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"next_token":{"description":"Pagination cursor from previous response","type":"string"},"username":{"description":"Twitter screen name (without @)","type":"string"}},"required":["username"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["twitter","x","social","tweets","timeline","posts","user","paginated","agent","x402"]},"builder-code":{"info":{"a":"bc_qobj93ib"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-16T15:53:40.501Z","quality":{"l30DaysTotalCalls":152,"l30DaysUniquePayers":45,"lastCalledAt":"2026-08-16T15:53:39.968Z"},"resource":"https://x402.twit.sh/tweets/user","type":"http","x402Version":2,"mainstreet":{"score":91,"settlements":{"count":105526,"volumeUsdc":636.09,"distinctPayers":207},"washRisk":false,"rankScore":91,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","scheme":"exact"}],"description":"Look up a Twitter/X user profile by their screen name. Returns full profile data including id, name, username, bio, follower count, following count, tweet count, verification status, and profile image URL. Query param: username (string, required) - Twitter screen name without @, e.g. GET /users/by/username?username=elonmusk. Returns X v2 API-compatible JSON.","extensions":{"bazaar":{"category":"api","discoverable":true,"info":{"input":{"method":"GET","queryParams":{"username":"elonmusk"},"type":"http"},"output":{"example":{"data":{"description":"Running bitcoin.","id":"9253672","name":"Hal Finney","public_metrics":{"followers_count":134000,"following_count":200,"like_count":300,"tweet_count":600},"username":"halfin","verified":false}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"username":{"description":"Twitter screen name without @","type":"string"}},"required":["username"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["twitter","x","social","user","profile","lookup","username","screen-name","followers","bio","verification","agent","x402"]},"builder-code":{"info":{"a":"bc_qobj93ib"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-15T08:05:29.783Z","quality":{"l30DaysTotalCalls":104,"l30DaysUniquePayers":44,"lastCalledAt":"2026-08-15T08:05:29.378Z"},"resource":"https://x402.twit.sh/users/by/username","type":"http","x402Version":2,"mainstreet":{"score":91,"settlements":{"count":105526,"volumeUsdc":636.09,"distinctPayers":207},"washRisk":false,"rankScore":91,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x9dBA414637c611a16BEa6f0796BFcbcBdc410df8"}},{"accepts":[{"amount":"150000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","scheme":"exact"},{"amount":"150000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4","scheme":"exact"}],"description":"FullEnrich People Search — filter by company domain/name/LinkedIn URL, seniority, title, location, skills, and 20+ FullEnrich filters. Default lean roster: companies map + company_id refs; include_employment_history or verbose for full history. $0.15 when results found; free when no matches.","extensions":{"bazaar":{"info":{"input":{"body":{"current_company_domains":[{"value":"stripe.com"}],"current_company_names":[{"value":"Timber Creek High School"}],"current_position_seniority_level":[{"value":"C-level"},{"value":"VP"},{"value":"Director"},{"value":"Senior"}],"current_position_titles":[{"value":"Software Engineer"}],"offset":0,"person_locations":[{"value":"New York"}],"person_names":[{"value":"Julie Abel"}],"person_skills":[{"value":"Rust"},{"value":"DeFi"}]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"companies":{"co_stripe":{"domain":"stripe.com","id":"co_stripe","name":"Stripe"}},"metadata":{"offset":0,"total":1},"people":[{"employment":{"current":{"company_id":"co_stripe","is_current":true,"seniority":"VP","title":"VP Engineering"}},"full_name":"Jane Doe","location":{"city":"San Francisco","country":"United States"},"social_profiles":{"professional_network":{"url":"https://www.linkedin.com/in/janedoe"}}}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema"},"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":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{},"properties":{"companies":{"additionalProperties":{"additionalProperties":{},"properties":{"company_type":{"type":"string"},"description":{"type":"string"},"domain":{"type":"string"},"headcount":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"headcount_range":{"type":"string"},"id":{"type":"string"},"industry":{"additionalProperties":{},"properties":{"main_industry":{"type":"string"}},"type":"object"},"locations":{"additionalProperties":{},"properties":{"headquarters":{"additionalProperties":{},"properties":{"city":{"type":"string"},"country":{"type":"string"},"country_code":{"type":"string"},"line1":{"type":"string"},"line2":{"type":"string"},"region":{"type":"string"}},"type":"object"},"offices":{"anyOf":[{"items":{"additionalProperties":{},"properties":{"line1":{"type":"string"},"line2":{"type":"string"}},"type":"object"},"type":"array"},{"type":"null"}]}},"type":"object"},"name":{"type":"string"},"social_profiles":{"additionalProperties":{},"properties":{"professional_network":{"additionalProperties":{},"properties":{"connection_count":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"handle":{"type":"string"},"id":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"url":{"type":"string"}},"type":"object"}},"type":"object"},"specialties":{"items":{"type":"string"},"type":"array"},"year_founded":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"}},"type":"object"},"propertyNames":{"type":"string"},"type":"object"},"metadata":{"additionalProperties":{},"properties":{"credits":{"type":"number"},"offset":{"type":"number"},"search_after":{"anyOf":[{"type":"string"},{"type":"null"}]},"total":{"type":"number"}},"type":"object"},"people":{"items":{"additionalProperties":{},"properties":{"educations":{"items":{"additionalProperties":{},"properties":{"degree":{"type":"string"},"end_at":{"type":"string"},"school_name":{"type":"string"},"start_at":{"type":"string"}},"type":"object"},"type":"array"},"employment":{"additionalProperties":{},"properties":{"all":{"items":{"additionalProperties":{},"properties":{"company":{"additionalProperties":{},"properties":{"company_type":{"type":"string"},"description":{"type":"string"},"domain":{"type":"string"},"headcount":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"headcount_range":{"type":"string"},"id":{"type":"string"},"industry":{"additionalProperties":{},"properties":{"main_industry":{"type":"string"}},"type":"object"},"locations":{"additionalProperties":{},"properties":{"headquarters":{"additionalProperties":{},"properties":{"city":{"type":"string"},"country":{"type":"string"},"country_code":{"type":"string"},"line1":{"type":"string"},"line2":{"type":"string"},"region":{"type":"string"}},"type":"object"},"offices":{"anyOf":[{"items":{"additionalProperties":{},"properties":{"line1":{"type":"string"},"line2":{"type":"string"}},"type":"object"},"type":"array"},{"type":"null"}]}},"type":"object"},"name":{"type":"string"},"social_profiles":{"additionalProperties":{},"properties":{"professional_network":{"additionalProperties":{},"properties":{"connection_count":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"handle":{"type":"string"},"id":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"url":{"type":"string"}},"type":"object"}},"type":"object"},"specialties":{"items":{"type":"string"},"type":"array"},"year_founded":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"}},"type":"object"},"company_id":{"type":"string"},"description":{"type":"string"},"end_at":{"type":"string"},"is_current":{"type":"boolean"},"job_functions":{"items":{"additionalProperties":{},"properties":{"function":{"type":"string"},"sub_function":{"type":"string"}},"type":"object"},"type":"array"},"seniority":{"type":"string"},"start_at":{"type":"string"},"title":{"type":"string"}},"type":"object"},"type":"array"},"current":{"additionalProperties":{},"properties":{"company":{"additionalProperties":{},"properties":{"company_type":{"type":"string"},"description":{"type":"string"},"domain":{"type":"string"},"headcount":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"headcount_range":{"type":"string"},"id":{"type":"string"},"industry":{"additionalProperties":{},"properties":{"main_industry":{"type":"string"}},"type":"object"},"locations":{"additionalProperties":{},"properties":{"headquarters":{"additionalProperties":{},"properties":{"city":{"type":"string"},"country":{"type":"string"},"country_code":{"type":"string"},"line1":{"type":"string"},"line2":{"type":"string"},"region":{"type":"string"}},"type":"object"},"offices":{"anyOf":[{"items":{"additionalProperties":{},"properties":{"line1":{"type":"string"},"line2":{"type":"string"}},"type":"object"},"type":"array"},{"type":"null"}]}},"type":"object"},"name":{"type":"string"},"social_profiles":{"additionalProperties":{},"properties":{"professional_network":{"additionalProperties":{},"properties":{"connection_count":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"handle":{"type":"string"},"id":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"url":{"type":"string"}},"type":"object"}},"type":"object"},"specialties":{"items":{"type":"string"},"type":"array"},"year_founded":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"}},"type":"object"},"company_id":{"type":"string"},"description":{"type":"string"},"end_at":{"type":"string"},"is_current":{"type":"boolean"},"job_functions":{"items":{"additionalProperties":{},"properties":{"function":{"type":"string"},"sub_function":{"type":"string"}},"type":"object"},"type":"array"},"seniority":{"type":"string"},"start_at":{"type":"string"},"title":{"type":"string"}},"type":"object"}},"type":"object"},"first_name":{"type":"string"},"full_name":{"type":"string"},"id":{"type":"string"},"languages":{"items":{"additionalProperties":{},"properties":{"language":{"type":"string"},"proficiency":{"type":"string"}},"type":"object"},"type":"array"},"last_name":{"type":"string"},"location":{"additionalProperties":{},"properties":{"city":{"type":"string"},"country":{"type":"string"},"country_code":{"type":"string"},"region":{"type":"string"}},"type":"object"},"skills":{"items":{"type":"string"},"type":"array"},"social_profiles":{"additionalProperties":{},"properties":{"professional_network":{"additionalProperties":{},"properties":{"connection_count":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"handle":{"type":"string"},"id":{"maximum":9007199254740991,"minimum":-9007199254740991,"type":"integer"},"url":{"type":"string"}},"type":"object"}},"type":"object"}},"type":"object"},"type":"array"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T02:16:46.78Z","quality":{"l30DaysTotalCalls":998,"l30DaysUniquePayers":77,"lastCalledAt":"2026-08-18T02:16:46.585Z"},"resource":"https://stableenrich.dev/api/fullenrich/people-search","serviceName":"StableEnrich","tags":["Fullenrich"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":62521,"volumeUsdc":1980.74,"distinctPayers":623},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","scheme":"exact"}],"description":"Real-time crypto market news with sentiment analysis and top headlines ranked by importance.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"data":{"report":"Latest crypto news..."},"meta":{"dataAsOf":"2026-08-10T08:00:00.000Z","degraded":false,"generatedAt":"2026-08-10T12:00:00.000Z","sourceHealth":{"crypto-news-cache":"ok"},"stalenessSec":1739},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"News report object on success, error string on failure"},"meta":{"description":"Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.","properties":{"dataAsOf":{"description":"Vintage of the observations, as upstream declared it.","type":["string","null"]},"degraded":{"type":"boolean"},"generatedAt":{"type":"string"},"sourceHealth":{"type":"object"},"stalenessSec":{"type":["number","null"]}},"required":["generatedAt","degraded","sourceHealth"],"type":"object"},"status":{"enum":["success","failed"],"type":"string"}},"required":["status","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/crypto-news","scheme":"exact","validUntil":1787019906,"version":1},"signature":"0xf47d68f815fecc16f37bb9ae01e1f3427e5a5703c2e5a3a6e984759fdb8185620cde9ff561cc3dee1cab3334e48d5beb3b9b348f7ee1999d6a551db39096f8811b"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/crypto-news","scheme":"exact","validUntil":1787019906,"version":1},"signature":"0xf47d68f815fecc16f37bb9ae01e1f3427e5a5703c2e5a3a6e984759fdb8185620cde9ff561cc3dee1cab3334e48d5beb3b9b348f7ee1999d6a551db39096f8811b"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/crypto-news","scheme":"exact","validUntil":1787019906,"version":1},"signature":"0x0ab332464bfe23b36dc8921bee05aecfe45485e1a5dd27ff9bdff95db0dbbc236d6d50cafe80182bd93d3432fdc63d16070e0b3cc814e147734d1eac59d936b31c"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/crypto-news","scheme":"exact","validUntil":1787019906,"version":1},"signature":"0x0ab332464bfe23b36dc8921bee05aecfe45485e1a5dd27ff9bdff95db0dbbc236d6d50cafe80182bd93d3432fdc63d16070e0b3cc814e147734d1eac59d936b31c"},{"acceptIndex":4,"format":"eip712","payload":{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","resourceUrl":"https://x402.ottoai.services/crypto-news","scheme":"exact","validUntil":1787019906,"version":1},"signature":"0x33c8dde5195e3f79fc92642e7002515794ae80fda3818a12c1deee40615be5820b9811d41bc3137fa833792646ff79be176ff4477dd203b342281d293afa6e611b"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"otto-content-receipt":{},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-18T02:20:06.388Z","nonce":"0bc5e5de903ad5b0dbf7668c257a6fd9","resources":["https://x402.ottoai.services/crypto-news"],"statement":"Sign in to access Otto AI market intelligence","uri":"https://x402.ottoai.services/crypto-news","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"},{"chainId":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","type":"ed25519"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-18T02:20:06.442Z","quality":{"l30DaysTotalCalls":816,"l30DaysUniquePayers":130,"lastCalledAt":"2026-08-18T02:20:05.782Z"},"resource":"https://x402.ottoai.services/crypto-news","serviceName":"Otto AI","tags":["crypto news","market news","sentiment analysis","breaking headlines"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":35145,"volumeUsdc":73.61,"distinctPayers":480},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4","scheme":"exact"}],"curated":true,"description":"Exa Search - Neural search across the web","extensions":{"bazaar":{"info":{"input":{"body":{"category":"people","numResults":10,"query":"hedge fund portfolio manager New York","type":"auto"},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema"},"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"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T05:38:06.181Z","quality":{"l30DaysTotalCalls":17180,"l30DaysUniquePayers":259,"lastCalledAt":"2026-08-18T05:38:14.107Z"},"resource":"https://stableenrich.dev/api/exa/search","serviceName":"StableEnrich","tags":["Exa"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":62521,"volumeUsdc":1980.74,"distinctPayers":623},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","scheme":"exact"}],"description":"Hyperliquid perpetuals market data: live mark/oracle price, funding rate, open interest, max leverage, and size specs for any tradable asset.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"asset":"BTC"},"type":"http"},"output":{"example":{"market":{"fundingRate":"0.0001","price":"67000.00"},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"asset":{"description":"Asset ticker (BTC, ETH, SOL, etc.)","type":"string"}},"required":["asset"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"market":{"type":"object"},"status":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","resourceUrl":"https://x402.ottoai.services/hyperliquid-market","scheme":"exact","validUntil":1787010139,"version":1},"signature":"0xa31c99c5483ec942bed0878dbeaeddc99d425928eae9378355a41f37c5513601587fd664474c268503e6c6d10c8a4f4b81e9bffe7875cc696baced352c479e761b"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","resourceUrl":"https://x402.ottoai.services/hyperliquid-market","scheme":"exact","validUntil":1787010139,"version":1},"signature":"0xa31c99c5483ec942bed0878dbeaeddc99d425928eae9378355a41f37c5513601587fd664474c268503e6c6d10c8a4f4b81e9bffe7875cc696baced352c479e761b"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","resourceUrl":"https://x402.ottoai.services/hyperliquid-market","scheme":"exact","validUntil":1787010139,"version":1},"signature":"0x62bec5e6da87a3d9d317af6ca948e926a572ebf9e683b47067874e65b3f9af3b03dd7740b09ae61a0cee31672c7744af4f9459204810076182b80d55735dafba1c"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","resourceUrl":"https://x402.ottoai.services/hyperliquid-market","scheme":"exact","validUntil":1787010139,"version":1},"signature":"0x62bec5e6da87a3d9d317af6ca948e926a572ebf9e683b47067874e65b3f9af3b03dd7740b09ae61a0cee31672c7744af4f9459204810076182b80d55735dafba1c"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-17T23:37:19.102Z","nonce":"fd17393c42b7a7c55cd9ce4c745ab127","resources":["https://x402.ottoai.services/hyperliquid-market"],"statement":"Sign in to access Otto AI market data","uri":"https://x402.ottoai.services/hyperliquid-market","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-17T23:37:19.16Z","quality":{"l30DaysTotalCalls":176,"l30DaysUniquePayers":88,"lastCalledAt":"2026-08-17T23:37:18.926Z"},"resource":"https://x402.ottoai.services/hyperliquid-market","serviceName":"Otto AI","tags":["hyperliquid market","perps market data","funding rate","open interest"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":9795,"volumeUsdc":9.88,"distinctPayers":159},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x5bB4B0C766E0D5D791d9403Fc275c22064709F68"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","scheme":"exact"}],"description":"Cross-venue funding-rate arbitrage + crowded-positioning radar: live perp funding rates, open interest, global & top-trader long/short ratios, whale positions, and liquidations across Binance, OKX, Bybit, Hyperliquid, and more. Omit symbol for the whole-market overview; pass one (e.g. BTC) for the per-exchange breakdown. (Hyperliquid-only perp data: use hyperliquid-market.)","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"symbol":"BTC"},"type":"http"},"output":{"example":{"data":{"fundingRates":[{"exchange":"Binance","fundingRatePct":0.01},{"exchange":"Hyperliquid","fundingRatePct":-0.0021}],"globalLongShort":{"longPct":55.2,"ratio":1.232,"shortPct":44.8},"openInterest":[{"exchange":"Binance","openInterestUsd":8420500000}],"report":"=== OTTO AI DERIVATIVES INTELLIGENCE ===\nSymbol: BTC\n\nFUNDING RATES BY EXCHANGE\n  [+] Binance: 0.0100%  (~11% APR cost to hold longs)\n  [+] Bybit:   0.0089%\n  [-] Hyperliquid: -0.0021%\n\nOPEN INTEREST BY EXCHANGE\n  Binance: $8,420.5M\n  OKX:     $2,110.3M\n\nGLOBAL LONG/SHORT RATIO\n  Longs: 55.2%  Shorts: 44.8%  Ratio: 1.23\nTOP-TRADER L/S: 0.92 (smart money leaning short)\n\nHYPERLIQUID WHALES: 3 positions > $5M (net long $42M)\nLIQUIDATIONS (24h): $128M long / $74M short","symbol":"BTC","whalePositions":[{"positionValueUsd":12400000,"side":"long","symbol":"BTC","unrealizedPnlUsd":318000,"user":"0x1f2a3b4c"}]},"meta":{"degraded":false,"generatedAt":"2026-08-10T12:00:00.000Z","sourceHealth":{"coinglass":"unknown"}},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"symbol":{"description":"Token symbol for detailed view (optional — omit for market overview)","type":"string"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Rendered report PLUS the same facts as machine-readable fields.","properties":{"fearGreed":{"description":"Overview mode only.","type":"object"},"fundingArbitrage":{"description":"Overview mode only. spreadPct.","type":"array"},"fundingRates":{"description":"Per-exchange. fundingRatePct is ALREADY a percent (0.0088 = 0.0088%) — do not rescale.","type":"array"},"globalLongShort":{"description":"longPct/shortPct/ratio.","type":"object"},"liquidations24h":{"description":"Overview mode only. USD totals.","type":"object"},"openInterest":{"description":"Per-exchange openInterestUsd.","type":"array"},"report":{"type":"string"},"symbol":{"type":"string"},"topTraderLongShort":{"description":"longPct/shortPct/ratio.","type":"object"},"whalePositions":{"description":"Hyperliquid positions, USD.","type":"array"}},"type":"object"},"meta":{"description":"Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.","properties":{"degraded":{"type":"boolean"},"generatedAt":{"type":"string"},"sourceHealth":{"type":"object"},"stalenessSec":{"type":["number","null"]}},"required":["generatedAt","degraded","sourceHealth"],"type":"object"},"report":{"description":"DEPRECATED mirror of data.report — kept so pre-2026-08-10 integrations keep working.","type":"string"},"status":{"enum":["success","failed"],"type":"string"}},"required":["status","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/funding-rates","scheme":"exact","validUntil":1787010132,"version":1},"signature":"0xe36d43ef3fe8b1860c8027e2e7acd6bf84e5badba7f43d7e24864a04240130ab696babefc474afd483ad99d5163178108c993fcaed22b7f0846bdf370d8479f11b"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/funding-rates","scheme":"exact","validUntil":1787010132,"version":1},"signature":"0xe36d43ef3fe8b1860c8027e2e7acd6bf84e5badba7f43d7e24864a04240130ab696babefc474afd483ad99d5163178108c993fcaed22b7f0846bdf370d8479f11b"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/funding-rates","scheme":"exact","validUntil":1787010132,"version":1},"signature":"0xb9b708cf3250851caa93988955b1161697d6f5d96dba25118e951eca6fb17bfa29a90186bc0e3c6194c1a63a136813757919c8ebbd84d44a6cc763ff00702dd41b"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/funding-rates","scheme":"exact","validUntil":1787010132,"version":1},"signature":"0xb9b708cf3250851caa93988955b1161697d6f5d96dba25118e951eca6fb17bfa29a90186bc0e3c6194c1a63a136813757919c8ebbd84d44a6cc763ff00702dd41b"},{"acceptIndex":4,"format":"eip712","payload":{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","resourceUrl":"https://x402.ottoai.services/funding-rates","scheme":"exact","validUntil":1787010132,"version":1},"signature":"0xac34124af746159c5f727ecddf3ee6f49da905a27699d4e8fc4e1e5a3a19a5832794ede1a5da66f46cbaa56b743d91cba03d6698e7956ee8b1c62745e8400edb1c"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"otto-content-receipt":{},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-17T23:37:12.362Z","nonce":"d444d31c937f9238b6a512e14e5ed39b","resources":["https://x402.ottoai.services/funding-rates"],"statement":"Sign in to access Otto AI market intelligence","uri":"https://x402.ottoai.services/funding-rates","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"},{"chainId":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","type":"ed25519"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-17T23:37:12.44Z","quality":{"l30DaysTotalCalls":135,"l30DaysUniquePayers":75,"lastCalledAt":"2026-08-17T23:37:12.117Z"},"resource":"https://x402.ottoai.services/funding-rates","serviceName":"Otto AI","tags":["funding rates","funding arbitrage","open interest","long short ratio","liquidations"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":35145,"volumeUsdc":73.61,"distinctPayers":480},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808"}},{"accepts":[{"amount":"280000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","scheme":"exact"},{"amount":"280000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4","scheme":"exact"}],"description":"PDL Person Enrich — career history, emails, phone. Requires one of: `email`, `profile` (LinkedIn URL), or `first_name` + `last_name` + (`company_name` OR `company_domain`). `{ first_name, last_name }` alone returns 400. Prefer `email` when known, then `profile`. No match: HTTP 200, status 404, data null — not billed. Match: $0.28.","extensions":{"bazaar":{"info":{"input":{"body":{"profile":"https://www.linkedin.com/in/patrickcollison"},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"company_domain":{"description":"Company domain (with first_name + last_name). Fallback; similar coverage to profile.","type":"string"},"company_name":{"description":"Company name (with first_name + last_name). Fallback; similar coverage to profile.","type":"string"},"email":{"description":"Email address — highest-reliability input; prefer over profile/name when known.","type":"string"},"first_name":{"description":"First name.","type":"string"},"last_name":{"description":"Last name.","type":"string"},"profile":{"description":"LinkedIn or other social profile URL. Similar coverage to name+domain — not a fallback when person is absent (data: null).","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"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-17T23:25:42.389Z","quality":{"l30DaysTotalCalls":1956,"l30DaysUniquePayers":85,"lastCalledAt":"2026-08-17T23:25:42.134Z"},"resource":"https://stableenrich.dev/api/pdl/people-enrich","serviceName":"StableEnrich","tags":["Pdl"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":62521,"volumeUsdc":1980.74,"distinctPayers":623},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","scheme":"exact"}],"description":"Token price, market cap, volume, supply, and basic metrics. Works for any listed token.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"symbol":"BTC"},"type":"http"},"output":{"example":{"data":{"details":"=== TOKEN DATA INTELLIGENCE: BTC ===\nGenerated: 2026-06-10T12:00:00Z\n\nToken Overview\n• Name: Bitcoin (BTC)\n• Rank: #1\n• Price: $104250.00\n• Market Cap: $2.05T\n• FDV: $2.19T\n\nToday's Price Action (UTC)\n• Open: $103800.00 | High: $105120.00 | Low: $102940.00 | Current: $104250.00\n• Today's Trend: Up (+0.43% from open)\n\nPrice Performance\n• 1h: +0.12% | 24h: +1.85% | 7d: -2.40% | 30d: +6.10%\n\n📊 Volume Review\n• Volume (24h): $38420.50M | Volume/MCap Ratio: 1.87% | Market Pairs: 11240\n• Liquidity Score: High\n\nToken Supply\n• Circulating: 19.92M | Max Supply: 21.00M | Supply Ratio: 94.9%\n\nMomentum Signal\n• Momentum: 📊 Cooling Off (DYOR)\n\n📝 PROJECT INFO\n• Website, X profile, explorer, token address, and listing date included in the full report"},"meta":{"degraded":false,"generatedAt":"2026-08-10T12:00:00.000Z","sourceHealth":{"market-alpha-internal":"unknown"}},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"symbol":{"description":"Token symbol (e.g., BTC, ETH, SOL, PEPE)","type":"string"}},"required":["symbol"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Token details object on success, error string on failure"},"meta":{"description":"Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.","properties":{"degraded":{"type":"boolean"},"generatedAt":{"type":"string"},"sourceHealth":{"type":"object"},"stalenessSec":{"type":["number","null"]}},"required":["generatedAt","degraded","sourceHealth"],"type":"object"},"status":{"enum":["success","failed"],"type":"string"}},"required":["status","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/token-details","scheme":"exact","validUntil":1786990518,"version":1},"signature":"0xc71231a5052ebf0b98c6a1d18b0a43d1542be1ee8da8f3dd1a6f0e018fa597851e0a9d2d7f647b427363b2416e54e302fe9f8a02afd72ce00bd321b85275505d1c"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/token-details","scheme":"exact","validUntil":1786990518,"version":1},"signature":"0xc71231a5052ebf0b98c6a1d18b0a43d1542be1ee8da8f3dd1a6f0e018fa597851e0a9d2d7f647b427363b2416e54e302fe9f8a02afd72ce00bd321b85275505d1c"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/token-details","scheme":"exact","validUntil":1786990518,"version":1},"signature":"0x4c09443684c120b3f0fbf975e4fbb589a81f4685a01c26b40e0148afd1dff295495a66076c193704573b986d0553b8ed17396dcce497a38371b702b878a94f921b"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/token-details","scheme":"exact","validUntil":1786990518,"version":1},"signature":"0x4c09443684c120b3f0fbf975e4fbb589a81f4685a01c26b40e0148afd1dff295495a66076c193704573b986d0553b8ed17396dcce497a38371b702b878a94f921b"},{"acceptIndex":4,"format":"eip712","payload":{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","resourceUrl":"https://x402.ottoai.services/token-details","scheme":"exact","validUntil":1786990518,"version":1},"signature":"0x2f41be3e5c1f2cf338a9f966d5011aacf89dbdcd2edce17b66aee9e4d9d67bde230b332ede28f4b64dbc2829dab03512f11ac55923fbf0ea61aa8b80ab05dec11c"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"otto-content-receipt":{},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-17T18:10:18.151Z","nonce":"8aa86a4bf6d180d171b3f321a89be323","resources":["https://x402.ottoai.services/token-details"],"statement":"Sign in to access Otto AI market intelligence","uri":"https://x402.ottoai.services/token-details","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"},{"chainId":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","type":"ed25519"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-17T18:10:18.208Z","quality":{"l30DaysTotalCalls":133,"l30DaysUniquePayers":61,"lastCalledAt":"2026-08-17T18:10:17.823Z"},"resource":"https://x402.ottoai.services/token-details","serviceName":"Otto AI","tags":["token price","market cap","token metrics","token info","price data"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":35145,"volumeUsdc":73.61,"distinctPayers":480},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"3000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"3000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"3000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","scheme":"exact"}],"description":"TradFi macro intelligence: indices, VIX, DXY, treasury yields, commodities, and individual stock quotes with moving average context.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"symbol":"AAPL"},"type":"http"},"output":{"example":{"data":{"report":"Macro data..."},"meta":{"degraded":false,"generatedAt":"2026-08-10T12:00:00.000Z","sourceHealth":{"market-alpha-internal":"unknown"}},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"symbol":{"description":"Ticker symbol for stock quote (optional — omit for macro dashboard)","type":"string"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Report object on success, error string on failure"},"meta":{"description":"Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.","properties":{"degraded":{"type":"boolean"},"generatedAt":{"type":"string"},"sourceHealth":{"type":"object"},"stalenessSec":{"type":["number","null"]}},"required":["generatedAt","degraded","sourceHealth"],"type":"object"},"report":{"description":"DEPRECATED mirror of data.report — kept so pre-2026-08-10 integrations keep working.","type":"string"},"status":{"enum":["success","failed"],"type":"string"}},"required":["status","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/tradfi-data","scheme":"exact","validUntil":1787016977,"version":1},"signature":"0x76ace16c307b3812d4ef5a368f08ffce56984f6fe484aca2b426d5a67d50f5d402bc402138b748c8b233cf37e4e85019ab908edbae47b778826899491e169a811b"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/tradfi-data","scheme":"exact","validUntil":1787016977,"version":1},"signature":"0x76ace16c307b3812d4ef5a368f08ffce56984f6fe484aca2b426d5a67d50f5d402bc402138b748c8b233cf37e4e85019ab908edbae47b778826899491e169a811b"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"3000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/tradfi-data","scheme":"exact","validUntil":1787016977,"version":1},"signature":"0xb4a5789a93e8a2e5b93b7faa35113b8e0b10d108adf325a80c21507ad9c3945a5ac5d909f8bc2403c30503eb31d9f43383c3c0b3d75b58ef0780910f1fac88461c"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"3000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/tradfi-data","scheme":"exact","validUntil":1787016977,"version":1},"signature":"0xb4a5789a93e8a2e5b93b7faa35113b8e0b10d108adf325a80c21507ad9c3945a5ac5d909f8bc2403c30503eb31d9f43383c3c0b3d75b58ef0780910f1fac88461c"},{"acceptIndex":4,"format":"eip712","payload":{"amount":"3000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","resourceUrl":"https://x402.ottoai.services/tradfi-data","scheme":"exact","validUntil":1787016977,"version":1},"signature":"0x3d808f67f732b0a64383f5ae292dd569f629c73ee19d591633c944d1818b7878142e19bb62f76b5959833cd2d026c7967abd10ddd69fb0e346dc0c02da0f7a9e1c"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"otto-content-receipt":{},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-18T01:31:17.979Z","nonce":"a9238aef8bd25da28295cc9fbb439bfc","resources":["https://x402.ottoai.services/tradfi-data"],"statement":"Sign in to access Otto AI market intelligence","uri":"https://x402.ottoai.services/tradfi-data","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"},{"chainId":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","type":"ed25519"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-18T01:31:18.038Z","quality":{"l30DaysTotalCalls":83,"l30DaysUniquePayers":58,"lastCalledAt":"2026-08-18T01:31:17.751Z"},"resource":"https://x402.ottoai.services/tradfi-data","serviceName":"Otto AI","tags":["stock quotes","macro data","vix","treasury yields","market indices"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":35145,"volumeUsdc":73.61,"distinctPayers":480},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","scheme":"exact"}],"description":"DeFi yield farming markets with live APYs across Aave V3 and Morpho on Base, Ethereum, and other major chains. Find the best stablecoin yield (USDC) and ETH yield for idle capital: returns supply APY, TVL, and vault/market addresses per token, filterable by protocol, chain, or token symbol. Compare DeFi yield rates across lending markets and vaults before depositing.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"markets":[{"apy":4.5,"asset":"USDC","protocol":"Aave V3"}],"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"markets":{"type":"array"},"status":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","resourceUrl":"https://x402.ottoai.services/yield-markets","scheme":"exact","validUntil":1787033112,"version":1},"signature":"0x61b4cedc89f7c7d70253acff98baa316b217b50827b1ed63271b322c66c2516d73348beaef7425adaf38dc1aeaccc1ac31382ab54684effb1c23eb7ceb4905d11b"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","resourceUrl":"https://x402.ottoai.services/yield-markets","scheme":"exact","validUntil":1787033112,"version":1},"signature":"0x61b4cedc89f7c7d70253acff98baa316b217b50827b1ed63271b322c66c2516d73348beaef7425adaf38dc1aeaccc1ac31382ab54684effb1c23eb7ceb4905d11b"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","resourceUrl":"https://x402.ottoai.services/yield-markets","scheme":"exact","validUntil":1787033112,"version":1},"signature":"0x8e6da62aed622b107560ecd7ec22383994db94ac4bcee46a42afe2690c42d295595c6a00d6f471d02a2eeb21d92759d602ea8277f33cd87fe20ea04d1fecfd181b"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","resourceUrl":"https://x402.ottoai.services/yield-markets","scheme":"exact","validUntil":1787033112,"version":1},"signature":"0x8e6da62aed622b107560ecd7ec22383994db94ac4bcee46a42afe2690c42d295595c6a00d6f471d02a2eeb21d92759d602ea8277f33cd87fe20ea04d1fecfd181b"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-18T06:00:12.126Z","nonce":"7b1191a68a9dde8b427c11a8c5a2749d","resources":["https://x402.ottoai.services/yield-markets"],"statement":"Sign in to access Otto AI yield data","uri":"https://x402.ottoai.services/yield-markets","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-18T06:00:12.182Z","quality":{"l30DaysTotalCalls":199,"l30DaysUniquePayers":45,"lastCalledAt":"2026-08-18T06:00:11.631Z"},"resource":"https://x402.ottoai.services/yield-markets","serviceName":"Otto AI","tags":["yield farming","stablecoin yield","defi yield","aave","morpho"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":9795,"volumeUsdc":9.88,"distinctPayers":159},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x5bB4B0C766E0D5D791d9403Fc275c22064709F68","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x5bB4B0C766E0D5D791d9403Fc275c22064709F68"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","scheme":"exact"}],"description":"Where DeFi capital is flowing — TVL rankings, fastest-growing vs bleeding protocols, chain-by-chain breakdown, and per-protocol deep dives. Track capital rotation and protocol health. Powered by DefiLlama.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"protocol":"aave"},"type":"http"},"output":{"example":{"data":{"report":"DeFi analytics..."},"meta":{"degraded":false,"generatedAt":"2026-08-10T12:00:00.000Z","sourceHealth":{"defillama":"unknown"}},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"protocol":{"description":"Protocol slug for detailed view (optional — omit for DeFi overview)","type":"string"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Report object on success, error string on failure"},"meta":{"description":"Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.","properties":{"degraded":{"type":"boolean"},"generatedAt":{"type":"string"},"sourceHealth":{"type":"object"},"stalenessSec":{"type":["number","null"]}},"required":["generatedAt","degraded","sourceHealth"],"type":"object"},"report":{"description":"DEPRECATED mirror of data.report — kept so pre-2026-08-10 integrations keep working.","type":"string"},"status":{"enum":["success","failed"],"type":"string"}},"required":["status","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/defi-analytics","scheme":"exact","validUntil":1786940773,"version":1},"signature":"0xafa239bd4a126bf24d95e17f28d2723760c6ac7ddd19720f61331a323e7039d70b72c24dd847310c6319d903e1c2d43495239247057bb849c1e235f9ba6bd9e71b"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/defi-analytics","scheme":"exact","validUntil":1786940773,"version":1},"signature":"0xafa239bd4a126bf24d95e17f28d2723760c6ac7ddd19720f61331a323e7039d70b72c24dd847310c6319d903e1c2d43495239247057bb849c1e235f9ba6bd9e71b"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/defi-analytics","scheme":"exact","validUntil":1786940773,"version":1},"signature":"0xbf214246957411ee94135eeb22ca9596860b71c7255d8e782d133b05627f2e0d261770817d08d21a997ad53139da1268680098e4c60bd26b5c77d04d70d8e46d1b"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/defi-analytics","scheme":"exact","validUntil":1786940773,"version":1},"signature":"0xbf214246957411ee94135eeb22ca9596860b71c7255d8e782d133b05627f2e0d261770817d08d21a997ad53139da1268680098e4c60bd26b5c77d04d70d8e46d1b"},{"acceptIndex":4,"format":"eip712","payload":{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","resourceUrl":"https://x402.ottoai.services/defi-analytics","scheme":"exact","validUntil":1786940773,"version":1},"signature":"0x32b9dd862192e27272c50832e2fef3427786f6f49507903e1f4b8247856ede2b15d038bdc299868af6af6a3ca0f256a673c939bee5628764d2f7bf0902c30d4d1b"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"otto-content-receipt":{},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-17T04:21:13.402Z","nonce":"f76300d96481a91c0fe1b0948742a06d","resources":["https://x402.ottoai.services/defi-analytics"],"statement":"Sign in to access Otto AI market intelligence","uri":"https://x402.ottoai.services/defi-analytics","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"},{"chainId":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","type":"ed25519"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-17T04:21:13.454Z","quality":{"l30DaysTotalCalls":68,"l30DaysUniquePayers":50,"lastCalledAt":"2026-08-17T04:21:13.121Z"},"resource":"https://x402.ottoai.services/defi-analytics","serviceName":"Otto AI","tags":["defi tvl","protocol analytics","defi rankings","capital flows"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":35145,"volumeUsdc":73.61,"distinctPayers":480},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808"}},{"accepts":[{"amount":"11000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xe9030014F5DAe217d0A152f02A043567b16c1aBf","scheme":"exact"}],"curated":true,"description":"Neural and keyword web search. Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.","extensions":{"bazaar":{"info":{"input":{"bodyFields":{"category":{"description":"Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.","type":"string"},"excludeDomains":{"description":"Exclude these domains from results.","type":"array"},"includeDomains":{"description":"Restrict results to these domains.","type":"array"},"numResults":{"description":"Number of results to return (default 10, max 100).","type":"number"},"query":{"description":"Natural-language search query.","type":"string"}},"discoverable":true,"method":"POST","type":"http"},"output":null},"schema":{"properties":{"input":{"properties":{"body":{"properties":{"category":{"description":"Optional category filter: company, research paper, news, pdf, github, tweet, personal site, linkedin profile, financial report.","type":"string"},"excludeDomains":{"description":"Exclude these domains from results.","type":"array"},"includeDomains":{"description":"Restrict results to these domains.","type":"array"},"numResults":{"description":"Number of results to return (default 10, max 100).","type":"number"},"query":{"description":"Natural-language search query.","type":"string"}},"required":["query"],"type":"object"}},"type":"object"},"output":{"properties":{"example":{"properties":{"results":{"type":"array"}},"type":"object"}},"type":"object"}},"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1780076804/bazaar-icons/394f04c02d533c33.png","lastUpdated":"2026-08-18T07:03:12.408Z","quality":{"l30DaysTotalCalls":2683,"l30DaysUniquePayers":43,"lastCalledAt":"2026-08-18T03:31:13.549Z"},"resource":"https://blockrun.ai/api/v1/exa/search","serviceName":"BlockRun.AI","tags":["ai","inference","llm","gateway"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":4804186,"volumeUsdc":154995.39,"distinctPayers":743},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xe9030014F5DAe217d0A152f02A043567b16c1aBf","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xe9030014F5DAe217d0A152f02A043567b16c1aBf"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"}],"description":"Live weather for any city or lat/lon worldwide. Returns current conditions — temperature, feels-like, humidity, wind and sky — plus a 5-day forecast with daily highs/lows and precipitation probability. City names auto-geocode (no coordinates needed). Refreshed hourly with transparent freshness metadata. Keyless, pay-per-call, agent-ready JSON.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"location":"London"},"type":"http"},"output":{"example":{"data":{"country":"United Kingdom","current":{"conditions":"Partly cloudy","feelsLikeC":17.6,"humidityPct":63,"observedAt":"2026-06-24T15:00","tempC":18.2,"windKph":14},"daily":[{"conditions":"Partly cloudy","date":"2026-06-24","maxC":21.4,"minC":12.1,"precipProbPct":10},{"conditions":"Clear sky","date":"2026-06-25","maxC":23,"minC":13.5,"precipProbPct":5}],"generatedAt":"2026-06-24T15:05:00.000Z","lat":51.50853,"location":"london","lon":-0.12574,"resolvedName":"London"},"meta":{"degraded":false,"generatedAt":"","stalenessSec":0,"validUntil":""},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"location":{"description":"City name (e.g. \"Tokyo\", \"São Paulo\") or a \"lat,lon\" pair (e.g. \"51.5,-0.12\")","type":"string"}},"required":["location"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Endpoint payload (see meta.generatedAt for freshness)"},"meta":{"type":"object"},"status":{"enum":["success"],"type":"string"}},"required":["status","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/weather","scheme":"exact","validUntil":1787030393,"version":1},"signature":"0x78ad8e8f8d25eeac489fab2a08e11d1b7c43f95a2a8a5aa3b5daaec9f56b4597096ac14309b8dd95088c8ec0c291f798532cc27803dcefaaa46afe03eab252991c"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"otto-content-receipt":{}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-18T05:14:53.782Z","quality":{"l30DaysTotalCalls":76,"l30DaysUniquePayers":42,"lastCalledAt":"2026-08-18T05:14:53.123Z"},"resource":"https://x402.ottoai.services/weather","serviceName":"Otto AI","tags":["weather","weather forecast","weather api","meteorology","current weather"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":35145,"volumeUsdc":73.61,"distinctPayers":480},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808"}},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","scheme":"exact"},{"amount":"2000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4","scheme":"exact"}],"curated":true,"description":"Exa Contents - Retrieve content from URLs","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema"},"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"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T03:58:04.338Z","quality":{"l30DaysTotalCalls":2787,"l30DaysUniquePayers":91,"lastCalledAt":"2026-08-18T03:58:04.175Z"},"resource":"https://stableenrich.dev/api/exa/contents","serviceName":"StableEnrich","tags":["Exa"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":62521,"volumeUsdc":1980.74,"distinctPayers":623},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","scheme":"exact"}],"description":"Quick pulse check from crypto Twitter. Breaking news, trending narratives, and sentiment shifts at a glance.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"data":{"digest":"Top KOL tweets summary...","timestamp":"2026-01-26T12:00:00Z"},"meta":{"dataAsOf":"2026-08-10T07:45:00.000Z","degraded":false,"generatedAt":"2026-08-10T12:00:00.000Z","sourceHealth":{"twitter-summaries":"ok"},"stalenessSec":2640},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Digest object on success, error string on failure"},"meta":{"description":"Freshness. generatedAt = when we built this response. stalenessSec = age of our cached snapshot, absent on live pass-throughs. dataAsOf = vintage of the observations. degraded = an older good version was served.","properties":{"dataAsOf":{"description":"Vintage of the observations, as upstream declared it.","type":["string","null"]},"degraded":{"type":"boolean"},"generatedAt":{"type":"string"},"sourceHealth":{"type":"object"},"stalenessSec":{"type":["number","null"]}},"required":["generatedAt","degraded","sourceHealth"],"type":"object"},"status":{"enum":["success","failed"],"type":"string"}},"required":["status","data","meta"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/twitter-summary","scheme":"exact","validUntil":1786940746,"version":1},"signature":"0x41593bfe0c7d21068da98526fcc29aecd98af28e30aaae8cc3a91e3b2e17e1855a78fae79277f830f24b40a2d9b537f8b444042f035563454a837550c5cd93251b"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/twitter-summary","scheme":"exact","validUntil":1786940746,"version":1},"signature":"0x41593bfe0c7d21068da98526fcc29aecd98af28e30aaae8cc3a91e3b2e17e1855a78fae79277f830f24b40a2d9b537f8b444042f035563454a837550c5cd93251b"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/twitter-summary","scheme":"exact","validUntil":1786940746,"version":1},"signature":"0x8a74802a7815c0756401ca0d99398b22bbddba079ecf8cf609df412cfb9b57ac6102a946c9ad7233b46b8cafd32fa9a219d4aedee9627b267c7129b7a6a2d9351b"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/twitter-summary","scheme":"exact","validUntil":1786940746,"version":1},"signature":"0x8a74802a7815c0756401ca0d99398b22bbddba079ecf8cf609df412cfb9b57ac6102a946c9ad7233b46b8cafd32fa9a219d4aedee9627b267c7129b7a6a2d9351b"},{"acceptIndex":4,"format":"eip712","payload":{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","resourceUrl":"https://x402.ottoai.services/twitter-summary","scheme":"exact","validUntil":1786940746,"version":1},"signature":"0xa50bf5dbd6421b27008808c8f762c3b0fc07b53e348f70797e63532190a149415271fb195ec485d0816abc7b99b9c5308915b1a0dd332cb3c17973a8a84388f91b"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"otto-content-receipt":{},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-17T04:20:46.612Z","nonce":"b75dea8cd6c5ed6a7db2a0d83abf770c","resources":["https://x402.ottoai.services/twitter-summary"],"statement":"Sign in to access Otto AI market intelligence","uri":"https://x402.ottoai.services/twitter-summary","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"},{"chainId":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","type":"ed25519"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-17T04:20:46.717Z","quality":{"l30DaysTotalCalls":59,"l30DaysUniquePayers":36,"lastCalledAt":"2026-08-17T04:20:46.369Z"},"resource":"https://x402.ottoai.services/twitter-summary","serviceName":"Otto AI","tags":["crypto twitter","social sentiment","market pulse","tweet digest"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":35145,"volumeUsdc":73.61,"distinctPayers":480},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808"}},{"accepts":[{"amount":"200000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","scheme":"exact"},{"amount":"200000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4","scheme":"exact"}],"curated":true,"description":"Clado Contacts Enrichment - Enrich contact info from LinkedIn URL, email, or phone","extensions":{"bazaar":{"info":{"input":{"body":{"email_enrichment":false,"linkedin_url":"https://www.linkedin.com/in/satyanadella","phone_enrichment":false},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"email":{"description":"Email address to enrich","type":"string"},"email_enrichment":{"default":false,"description":"Request email enrichment (costs credits when found)","type":"boolean"},"linkedin_url":{"description":"LinkedIn profile URL to enrich","type":"string"},"phone":{"description":"Phone number to enrich","type":"string"},"phone_enrichment":{"default":false,"description":"Request phone enrichment (costs credits when found)","type":"boolean"}},"required":["email_enrichment","phone_enrichment"],"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"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T00:27:36.223Z","quality":{"l30DaysTotalCalls":368,"l30DaysUniquePayers":49,"lastCalledAt":"2026-08-18T00:27:36.051Z"},"resource":"https://stableenrich.dev/api/clado/contacts-enrich","serviceName":"StableEnrich","tags":["Clado"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":62521,"volumeUsdc":1980.74,"distinctPayers":623},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430"}},{"accepts":[{"amount":"25200","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","scheme":"exact"},{"amount":"25200","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"8EgACpZ16XWEt7YjJPsh1ZheVRZUGmmwQ8nJdmA1o5w4","scheme":"exact"}],"description":"Firecrawl Search - Search the web","extensions":{"bazaar":{"info":{"input":{"body":{"limit":5,"query":"best coffee shops"},"bodyType":"json","method":"POST","type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"limit":{"default":5,"description":"Maximum number of results (max 10)","maximum":10,"minimum":1,"type":"number"},"query":{"description":"Search query to find relevant web pages","minLength":1,"type":"string"}},"required":["query","limit"],"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"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T03:58:05.626Z","quality":{"l30DaysTotalCalls":2179,"l30DaysUniquePayers":79,"lastCalledAt":"2026-08-18T03:58:05.47Z"},"resource":"https://stableenrich.dev/api/firecrawl/search","serviceName":"StableEnrich","tags":["Firecrawl"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":62521,"volumeUsdc":1980.74,"distinctPayers":623},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x325bdF6F7efAB24a2210c48c1b64cAb2eAe1d430"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x29322Ea7EcB34aA6164cb2ddeB9CE650902E4f60","scheme":"exact"},{"amount":"5000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"4du4AfkxFvtqEWaoRWrifoSXCknuMpAGh3BXrFPFvXFh","scheme":"exact"}],"description":"Get real-time Best Bid/Ask for any FX pair, aggregated from multiple institutional liquidity providers. 62-88% tighter spreads than any single source. Includes quality metadata (fresh_sources, quality_state, spread_vs_single_source). Supports 14 FX pairs including EURUSD, USDJPY, GBPUSD, AUDUSD, AUDNZD, and XAUUSD. AI agent API for forex trading signals, portfolio valuation, price comparison, and arbitrage detection. Accepts USDC payments on Base and Solana","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"symbol":"EURUSD"},"type":"http"},"output":{"example":{"best_ask":"1.15919","best_bid":"1.15918","best_spread":"0.00001","fresh_sources":2,"is_crossed":false,"quality_state":"good","seq":42857,"spread_vs_single_source":"-73.8%","symbol":"EURUSD"},"type":"json"}},"schema":{"properties":{"input":{"required":["method"]}}}}},"lastUpdated":"2026-08-18T04:58:38.41Z","quality":{"l30DaysTotalCalls":360,"l30DaysUniquePayers":174,"lastCalledAt":"2026-08-18T04:58:38.005Z"},"resource":"https://tick.hugen.tokyo/tick/latest","type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":7013,"volumeUsdc":81.1,"distinctPayers":456},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x29322Ea7EcB34aA6164cb2ddeB9CE650902E4f60","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x29322Ea7EcB34aA6164cb2ddeB9CE650902E4f60"}},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"2000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"2000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"assetTransferMethod":"permit2","name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","scheme":"exact"},{"amount":"2000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","scheme":"exact"}],"description":"Premium alpha from top 50 crypto KOLs. Real trading signals, trending token picks, and sentiment from influencers who move markets.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"data":{"report":"=== OTTO KOL ALPHA ===\nData as of: 2026-08-16T11:44:38.826Z\n\nOVERALL SENTIMENT\nNEUTRAL\nScore: 45%\n\nKEY NARRATIVES\n1. ..."},"meta":{"dataAsOf":"2026-08-16T11:44:38.826Z","degraded":false,"generatedAt":"2026-08-10T12:00:00.000Z","sourceHealth":{"kol-sentiment-backend":"unknown"}},"status":"success"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Report object on success, error string on failure"},"meta":{"description":"Freshness block. dataAsOf = vintage of the sentiment snapshot (null if the snapshot declared none); generatedAt = when this response was built; no stalenessSec (this route proxies and holds no snapshot)."},"status":{"enum":["success","failed"],"type":"string"}},"required":["status","data"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_hc2dhq09"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"offer-receipt":{"info":{"offers":[{"acceptIndex":0,"format":"eip712","payload":{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/kol-sentiment","scheme":"exact","validUntil":1786923622,"version":1},"signature":"0x44aaacc8f696d8e9fd4b9c572207157d1f4a39c5fa2d2c3212716ae1a59febee30a880102aa642d55484207662e3f1f4052a3253e357291bd71fc5df5ceb471c1c"},{"acceptIndex":1,"format":"eip712","payload":{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","network":"eip155:8453","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/kol-sentiment","scheme":"exact","validUntil":1786923622,"version":1},"signature":"0x44aaacc8f696d8e9fd4b9c572207157d1f4a39c5fa2d2c3212716ae1a59febee30a880102aa642d55484207662e3f1f4052a3253e357291bd71fc5df5ceb471c1c"},{"acceptIndex":2,"format":"eip712","payload":{"amount":"2000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/kol-sentiment","scheme":"exact","validUntil":1786923622,"version":1},"signature":"0x1f384c3615184d56356dd879c49a54fedf0a4962604bfe2f9631c964334483a71443734a263544a424254bb030a74ecbe6906ca90aa633730b1139182882e2511b"},{"acceptIndex":3,"format":"eip712","payload":{"amount":"2000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","network":"eip155:137","payTo":"0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","resourceUrl":"https://x402.ottoai.services/kol-sentiment","scheme":"exact","validUntil":1786923622,"version":1},"signature":"0x1f384c3615184d56356dd879c49a54fedf0a4962604bfe2f9631c964334483a71443734a263544a424254bb030a74ecbe6906ca90aa633730b1139182882e2511b"},{"acceptIndex":4,"format":"eip712","payload":{"amount":"2000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"6XcSfqJHr9vNW2vbiRaMqUYVm7shDgLepca54wUTDPN5","resourceUrl":"https://x402.ottoai.services/kol-sentiment","scheme":"exact","validUntil":1786923622,"version":1},"signature":"0x37e9add10efa8005178405aaada0fba7fd25bd48b6c8748f33a03524217c3bd87de4a229ae464aac2f88234ea3e761c1da62f8182b42f27c6de3a4de853cc97d1b"}]},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"offers":{"items":{"properties":{"acceptIndex":{"type":"integer"},"format":{"type":"string"},"payload":{"properties":{"amount":{"type":"string"},"asset":{"type":"string"},"network":{"type":"string"},"payTo":{"type":"string"},"resourceUrl":{"type":"string"},"scheme":{"type":"string"},"validUntil":{"type":"integer"},"version":{"type":"integer"}},"required":["version","resourceUrl","scheme","network","asset","payTo","amount"],"type":"object"},"signature":{"type":"string"}},"required":["format","signature"],"type":"object"},"type":"array"}},"required":["offers"],"type":"object"}},"otto-content-receipt":{},"sign-in-with-x":{"info":{"domain":"x402.ottoai.services","issuedAt":"2026-08-16T23:35:22.566Z","nonce":"93e9a66140e652e3820618534d61cacc","resources":["https://x402.ottoai.services/kol-sentiment"],"statement":"Sign in to access Otto AI market intelligence","uri":"https://x402.ottoai.services/kol-sentiment","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"eip155:137","type":"eip191"},{"chainId":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","type":"ed25519"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1781044576/bazaar-icons/84cde0751281b3d0.png","lastUpdated":"2026-08-16T23:35:22.626Z","quality":{"l30DaysTotalCalls":252,"l30DaysUniquePayers":24,"lastCalledAt":"2026-08-16T23:35:22.333Z"},"resource":"https://x402.ottoai.services/kol-sentiment","serviceName":"Otto AI","tags":["kol sentiment","influencer signals","trading signals","crypto kol alpha"],"type":"http","x402Version":2,"mainstreet":{"score":87,"settlements":{"count":35145,"volumeUsdc":73.61,"distinctPayers":480},"washRisk":false,"rankScore":87,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x0E84dDEdAaE6A779c462C22a59F301EC31B6b808"}},{"accepts":[{"amount":"8500","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x6E007731870EDe419CfB31889Cd5C4493CEcb04c","scheme":"exact"}],"curated":true,"description":"Query Polymarket markets with filtering, sorting, and pagination","extensions":{"bazaar":{"info":{"input":{"discoverable":true,"method":"GET","queryParams":{},"type":"http"},"output":null},"schema":{"properties":{"input":{"properties":{"query":{"properties":{},"required":[],"type":"object"}},"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"type":"object"}},"type":"object"}},"type":"object"}},"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1780076804/bazaar-icons/394f04c02d533c33.png","lastUpdated":"2026-08-17T12:22:10.322Z","quality":{"l30DaysTotalCalls":378,"l30DaysUniquePayers":39,"lastCalledAt":"2026-08-17T12:22:10.09Z"},"resource":"https://blockrun.ai/api/v1/pm/polymarket/markets","serviceName":"BlockRun.AI","tags":["ai","inference","llm","gateway"],"type":"http","x402Version":2,"mainstreet":{"score":83,"settlements":{"count":5205,"volumeUsdc":25.75,"distinctPayers":221},"washRisk":false,"rankScore":83,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x6E007731870EDe419CfB31889Cd5C4493CEcb04c","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x6E007731870EDe419CfB31889Cd5C4493CEcb04c"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"ERC20 token balance for any Ethereum wallet - USDC, USDT, DAI, or any token - via balanceOf (eth_call) on OneSource live Ethereum RPC","extensions":{"bazaar":{"info":{"input":{"body":{"account":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","network":"ethereum","token":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"method":"GET","queryParams":{"account":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","network":"ethereum","token":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"type":"http"},"output":{"example":{"account":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","balance":"1234567890","decimals":6,"symbol":"USDT","token":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"account":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"token":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["account","token"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"account":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"token":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["account","token"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:07:08.733Z","quality":{"l30DaysTotalCalls":870,"l30DaysUniquePayers":866,"lastCalledAt":"2026-08-18T06:51:03.291Z"},"resource":"https://api.onesource.io/api/chain/erc20-balance","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"ENS resolve - turn a .eth name into an address, or an address into its primary .eth name, via eth_call on OneSource live Ethereum RPC","extensions":{"bazaar":{"info":{"input":{"body":{"input":"vitalik.eth","network":"ethereum"},"method":"GET","queryParams":{"input":"vitalik.eth","network":"ethereum"},"type":"http"},"output":{"example":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","input":"vitalik.eth","mode":"forward"},"type":"json"}},"routeTemplate":"/api/chain/ens/:input","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"input":{"oneOf":[{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},{"pattern":".+\\.eth$","type":"string"}]},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["input"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"input":{"oneOf":[{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},{"pattern":".+\\.eth$","type":"string"}]},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["input"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:07:24.698Z","quality":{"l30DaysTotalCalls":869,"l30DaysUniquePayers":861,"lastCalledAt":"2026-08-18T06:51:21.239Z"},"resource":"https://api.onesource.io/api/chain/ens/:input","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Latest Ethereum block height - current chain tip via eth_blockNumber","extensions":{"bazaar":{"info":{"input":{"body":{"network":"ethereum"},"method":"GET","queryParams":{"network":"ethereum"},"type":"http"},"output":{"example":{"block_number":"0x133da1e","network":"ethereum"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:06:48.185Z","quality":{"l30DaysTotalCalls":1037,"l30DaysUniquePayers":791,"lastCalledAt":"2026-08-18T06:49:22.492Z"},"resource":"https://api.onesource.io/api/chain/block-number","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Live wallet balance - native ETH plus any ERC20 tokens in one call via eth_getBalance and balanceOf on OneSource Ethereum RPC","extensions":{"bazaar":{"info":{"input":{"body":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","network":"ethereum"},"method":"GET","queryParams":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","network":"ethereum"},"type":"http"},"output":{"example":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","eth":"0xde0b6b3a7640000","tokens":[{"balance":"1234567890","contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","decimals":6,"symbol":"USDT"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"tokens":{"type":"string"}},"required":["address"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"tokens":{"type":"string"}},"required":["address"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:07:01.923Z","quality":{"l30DaysTotalCalls":781,"l30DaysUniquePayers":777,"lastCalledAt":"2026-08-18T06:49:43.282Z"},"resource":"https://api.onesource.io/api/chain/live-balance","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"8000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"8000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Full Ethereum transaction details by hash via eth_getTransactionByHash - from, to, value, calldata, block","extensions":{"bazaar":{"info":{"input":{"body":{"hash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f","network":"ethereum"},"method":"GET","queryParams":{"hash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f","network":"ethereum"},"type":"http"},"output":{"example":{"block_number":"0x133da1e","from":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","gas":"0x5208","hash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f","nonce":"0x4d2","to":"0xdac17f958d2ee523a2206206994597c13d831ec7","value":"0x0"},"type":"json"}},"routeTemplate":"/api/chain/tx/:hash","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"hash":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["hash"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"hash":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["hash"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:06:52.871Z","quality":{"l30DaysTotalCalls":769,"l30DaysUniquePayers":715,"lastCalledAt":"2026-08-18T06:51:15.306Z"},"resource":"https://api.onesource.io/api/chain/tx/:hash","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Next transaction nonce for any Ethereum wallet via eth_getTransactionCount - how many txs it has sent","extensions":{"bazaar":{"info":{"input":{"body":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","network":"ethereum"},"method":"GET","queryParams":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","network":"ethereum"},"type":"http"},"output":{"example":{"address":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","block":"pending","nonce":"0x4d2"},"type":"json"}},"routeTemplate":"/api/chain/nonce/:address","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["address"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["address"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T06:59:53.39Z","quality":{"l30DaysTotalCalls":609,"l30DaysUniquePayers":607,"lastCalledAt":"2026-08-18T06:50:56.095Z"},"resource":"https://api.onesource.io/api/chain/nonce/:address","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Fetch an Ethereum block header and transaction hashes by number, tag, or hex via eth_getBlockByNumber","extensions":{"bazaar":{"info":{"input":{"body":{"network":"ethereum","number":"latest"},"method":"GET","queryParams":{"network":"ethereum","number":"latest"},"type":"http"},"output":{"example":{"gas_limit":"0x1c9c380","gas_used":"0xe4e1c0","hash":"0x3f5f8b0a8e9b7c6d4f2a1b5e8c9d7a3f6e4b9d1c5a8f2e7b4d6c3a9e1f0b8d5c","number":"0x133da1e","parent_hash":"0x3f5f8b0a8e9b7c6d4f2a1b5e8c9d7a3f6e4b9d1c5a8f2e7b4d6c3a9e1f0b8d5b","timestamp":"0x6567c8e0"},"type":"json"}},"routeTemplate":"/api/chain/block/:number","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"number":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]}},"required":["number"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"number":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]}},"required":["number"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:03:15.804Z","quality":{"l30DaysTotalCalls":613,"l30DaysUniquePayers":603,"lastCalledAt":"2026-08-18T06:49:28.627Z"},"resource":"https://api.onesource.io/api/chain/block/:number","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"8000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"8000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"NFT metadata, traits, and image URI for any ERC721 or ERC1155 token - fetched via eth_call with IPFS resolution (OneSource live Ethereum RPC)","extensions":{"bazaar":{"info":{"input":{"body":{"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","network":"ethereum","token_id":"1"},"method":"GET","queryParams":{"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","network":"ethereum","token_id":"1"},"type":"http"},"output":{"example":{"attributes":[{"trait_type":"Background","value":"Orange"}],"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","image":"ipfs://QmPbxeGcXhYQQNgsC6a36dDyYUcHgMLnGKnF8pVFmGsvqi","name":"Bored Ape #1","token_id":"1","token_uri":"ipfs://QmeSjSinHpPnmXmspMjwiXyN6zS4E9zccariGR3jxcaWtq/1"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"token_id":{"pattern":"^[0-9]+$","type":"string"}},"required":["contract","token_id"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"token_id":{"pattern":"^[0-9]+$","type":"string"}},"required":["contract","token_id"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:07:21.95Z","quality":{"l30DaysTotalCalls":601,"l30DaysUniquePayers":599,"lastCalledAt":"2026-08-18T06:51:08.482Z"},"resource":"https://api.onesource.io/api/chain/nft-metadata","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Total supply of an ERC20 or ERC721 token contract via totalSupply (eth_call)","extensions":{"bazaar":{"info":{"input":{"body":{"contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"method":"GET","queryParams":{"contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"type":"http"},"output":{"example":{"contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","decimals":6,"symbol":"USDT","total_supply":"39283948340000000"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["contract"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["contract"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:05:00.344Z","quality":{"l30DaysTotalCalls":593,"l30DaysUniquePayers":588,"lastCalledAt":"2026-08-18T06:50:50.407Z"},"resource":"https://api.onesource.io/api/chain/total-supply","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Contract introspection via eth_call - name, symbol, decimals, and ERC20/721/1155 interface support","extensions":{"bazaar":{"info":{"input":{"body":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"method":"GET","queryParams":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"type":"http"},"output":{"example":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","decimals":6,"interfaces":["ERC20"],"name":"Tether USD","symbol":"USDT"},"type":"json"}},"routeTemplate":"/api/chain/contract/:address","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["address"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["address"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:07:11.595Z","quality":{"l30DaysTotalCalls":589,"l30DaysUniquePayers":583,"lastCalledAt":"2026-08-18T06:50:38.838Z"},"resource":"https://api.onesource.io/api/chain/contract/:address","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"ERC20 Transfer logs via eth_getLogs - decoded sender, recipient, and amount for a token or wallet","extensions":{"bazaar":{"info":{"input":{"body":{"network":"ethereum","token":"0xdac17f958d2ee523a2206206994597c13d831ec7","wallet":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"},"method":"GET","queryParams":{"network":"ethereum","token":"0xdac17f958d2ee523a2206206994597c13d831ec7","wallet":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"},"type":"http"},"output":{"example":{"count":1,"transfers":[{"block_number":"0x133da1e","from":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","to":"0x6b175474e89094c44da98b954eedeac495271d0f","token":"0xdac17f958d2ee523a2206206994597c13d831ec7","tx_hash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f","value":"1000000"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"from_block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"to_block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"token":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"wallet":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"from_block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"to_block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"token":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"wallet":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:07:28.596Z","quality":{"l30DaysTotalCalls":586,"l30DaysUniquePayers":573,"lastCalledAt":"2026-08-18T06:49:20.06Z"},"resource":"https://api.onesource.io/api/chain/erc20-transfers","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"8000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"8000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"List every ERC721 NFT token_id a wallet owns in a collection via tokenOfOwnerByIndex (eth_call)","extensions":{"bazaar":{"info":{"input":{"body":{"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","network":"ethereum","owner":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"},"method":"GET","queryParams":{"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","network":"ethereum","owner":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045"},"type":"http"},"output":{"example":{"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","count":3,"owner":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","tokens":["1","42","100"]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"max":{"maximum":1000,"minimum":1,"type":"integer"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"owner":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["contract","owner"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"max":{"maximum":1000,"minimum":1,"type":"integer"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"owner":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["contract","owner"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:06:50.62Z","quality":{"l30DaysTotalCalls":572,"l30DaysUniquePayers":570,"lastCalledAt":"2026-08-18T03:57:32.476Z"},"resource":"https://api.onesource.io/api/chain/erc721-tokens","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Transaction receipt via eth_getTransactionReceipt - status, gas, and event logs for a mined Ethereum transaction","extensions":{"bazaar":{"info":{"input":{"body":{"hash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f","network":"ethereum"},"method":"GET","queryParams":{"hash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f","network":"ethereum"},"type":"http"},"output":{"example":{"block_number":"0x133da1e","effective_gas_price":"0x3b9aca00","gas_used":"0x5208","logs":[],"status":"0x1","transaction_hash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f"},"type":"json"}},"routeTemplate":"/api/chain/receipt/:hash","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"hash":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["hash"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"hash":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["hash"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:00:07.799Z","quality":{"l30DaysTotalCalls":554,"l30DaysUniquePayers":552,"lastCalledAt":"2026-08-18T04:02:51.712Z"},"resource":"https://api.onesource.io/api/chain/receipt/:hash","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"EVM network info - chain ID, block height, gas price, chain head age, and chain characteristics in one batched RPC call (eth_chainId + eth_blockNumber + eth_gasPrice + latest block header)","extensions":{"bazaar":{"info":{"input":{"body":{"network":"ethereum"},"method":"GET","queryParams":{"network":"ethereum"},"type":"http"},"output":{"example":{"block_number":"0x133da1e","chain_id":"0x1","gas_price":"0x4a817c800","network":"ethereum"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:06:57.999Z","quality":{"l30DaysTotalCalls":433,"l30DaysUniquePayers":396,"lastCalledAt":"2026-08-18T06:48:03.536Z"},"resource":"https://api.onesource.io/api/chain/network-info","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Look up the current owner of an ERC721 NFT by token_id via ownerOf (eth_call)","extensions":{"bazaar":{"info":{"input":{"body":{"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","network":"ethereum","token_id":"1"},"method":"GET","queryParams":{"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","network":"ethereum","token_id":"1"},"type":"http"},"output":{"example":{"contract":"0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d","owner":"0x46eFBAedc92067E6d60E84ED6395099723253D67","token_id":"1"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"token_id":{"pattern":"^[0-9]+$","type":"string"}},"required":["contract","token_id"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"token_id":{"pattern":"^[0-9]+$","type":"string"}},"required":["contract","token_id"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T06:54:21.295Z","quality":{"l30DaysTotalCalls":378,"l30DaysUniquePayers":373,"lastCalledAt":"2026-08-18T06:49:09.539Z"},"resource":"https://api.onesource.io/api/chain/nft-owner","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"4000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"4000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Estimate the gas a transaction will consume via eth_estimateGas before signing it","extensions":{"bazaar":{"info":{"input":{"body":{"data":"0x0","to":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"gas_estimate":"0x5208"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"data":{"pattern":"^0x[a-fA-F0-9]+$","type":"string"},"from":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"to":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"value":{"pattern":"^0x[a-fA-F0-9]+$","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":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T06:56:43.5Z","quality":{"l30DaysTotalCalls":367,"l30DaysUniquePayers":366,"lastCalledAt":"2026-08-18T06:50:45.374Z"},"resource":"https://api.onesource.io/api/chain/estimate-gas","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"ERC1155 token balance via balanceOf (eth_call) - how many copies of a token_id a wallet holds","extensions":{"bazaar":{"info":{"input":{"body":{"account":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum","token_id":"1"},"method":"GET","queryParams":{"account":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum","token_id":"1"},"type":"http"},"output":{"example":{"account":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","balance":"42","contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","token_id":"1"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"account":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"token_id":{"pattern":"^[0-9]+$","type":"string"}},"required":["account","contract","token_id"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"account":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"token_id":{"pattern":"^[0-9]+$","type":"string"}},"required":["account","contract","token_id"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T06:59:32.562Z","quality":{"l30DaysTotalCalls":356,"l30DaysUniquePayers":355,"lastCalledAt":"2026-08-18T03:59:34.452Z"},"resource":"https://api.onesource.io/api/chain/erc1155-balance","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Query Ethereum contract event logs via eth_getLogs - filter by contract, topic, and block range","extensions":{"bazaar":{"info":{"input":{"body":{"contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"method":"GET","queryParams":{"contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"type":"http"},"output":{"example":{"count":1,"logs":[{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","block_number":"0x133da1e","data":"0x0000000000000000000000000000000000000000000000000000000000000001","topics":["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef"],"tx_hash":"0xad7e04119ecd85857728205f5b12e95f0bab8e99f9c2f60be5dc79cfc6a8df1f"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"from_block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"to_block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"topic":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"}},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"from_block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"to_block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"topic":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:03:04.024Z","quality":{"l30DaysTotalCalls":367,"l30DaysUniquePayers":351,"lastCalledAt":"2026-08-18T06:49:49.819Z"},"resource":"https://api.onesource.io/api/chain/events","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Simulate a read-only Ethereum contract call via eth_call - no transaction sent","extensions":{"bazaar":{"info":{"input":{"body":{"data":"0x0","to":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"result":"0x000000000000000000000000000000000000000000000000000000000000002a"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"data":{"pattern":"^0x[a-fA-F0-9]+$","type":"string"},"from":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"to":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"value":{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}},"required":["to","data"],"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":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:06:45.415Z","quality":{"l30DaysTotalCalls":353,"l30DaysUniquePayers":352,"lastCalledAt":"2026-08-18T06:49:40.32Z"},"resource":"https://api.onesource.io/api/chain/call","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Ethereum chain ID (EIP-155) via eth_chainId - confirm which chain a network is on","extensions":{"bazaar":{"info":{"input":{"body":{"network":"ethereum"},"method":"GET","queryParams":{"network":"ethereum"},"type":"http"},"output":{"example":{"chain_id":"0x1","network":"ethereum"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:03:09.382Z","quality":{"l30DaysTotalCalls":372,"l30DaysUniquePayers":346,"lastCalledAt":"2026-08-18T01:31:04.687Z"},"resource":"https://api.onesource.io/api/chain/chain-id","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Check if an Ethereum address is a contract via eth_getCode - returns deployed bytecode","extensions":{"bazaar":{"info":{"input":{"body":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"method":"GET","queryParams":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"type":"http"},"output":{"example":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","bytecode_size":10234,"code":"0x6080604052600436106101...","is_contract":true},"type":"json"}},"routeTemplate":"/api/chain/code/:address","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["address"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["address"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:00:13.665Z","quality":{"l30DaysTotalCalls":348,"l30DaysUniquePayers":347,"lastCalledAt":"2026-08-18T03:59:29.336Z"},"resource":"https://api.onesource.io/api/chain/code/:address","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"ERC20 allowance via allowance (eth_call) - how much a spender is approved to move from an owner's wallet","extensions":{"bazaar":{"info":{"input":{"body":{"network":"ethereum","owner":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","spender":"0x6b175474e89094c44da98b954eedeac495271d0f","token":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"method":"GET","queryParams":{"network":"ethereum","owner":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","spender":"0x6b175474e89094c44da98b954eedeac495271d0f","token":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"type":"http"},"output":{"example":{"allowance":"0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff","decimals":6,"owner":"0xd8da6bf26964af9d7eed9e03e53415d37aa96045","spender":"0x6b175474e89094c44da98b954eedeac495271d0f","token":"0xdac17f958d2ee523a2206206994597c13d831ec7"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"owner":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"spender":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"token":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token","owner","spender"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"owner":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"spender":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"token":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token","owner","spender"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T06:54:48.428Z","quality":{"l30DaysTotalCalls":335,"l30DaysUniquePayers":334,"lastCalledAt":"2026-08-18T06:48:06.509Z"},"resource":"https://api.onesource.io/api/chain/allowance","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Pending block - transactions not yet mined, via eth_getBlockByNumber(\"pending\")","extensions":{"bazaar":{"info":{"input":{"body":{"network":"ethereum"},"method":"GET","queryParams":{"network":"ethereum"},"type":"http"},"output":{"example":{"hash":null,"number":"0x133da1f","transaction_count":182},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T06:49:35.3Z","quality":{"l30DaysTotalCalls":224,"l30DaysUniquePayers":223,"lastCalledAt":"2026-08-18T06:49:35.143Z"},"resource":"https://api.onesource.io/api/chain/pending","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Read a raw storage slot from any Ethereum contract via eth_getStorageAt","extensions":{"bazaar":{"info":{"input":{"body":{"contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum","slot":"0x0"},"method":"GET","queryParams":{"contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum","slot":"0x0"},"type":"http"},"output":{"example":{"block":"latest","contract":"0xdac17f958d2ee523a2206206994597c13d831ec7","slot":"0x0","value":"0x0000000000000000000000000000000000000000000000000000000000000001"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"slot":{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}},"required":["contract","slot"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"block":{"oneOf":[{"minimum":0,"type":"integer"},{"enum":["latest","pending","earliest","safe","finalized"],"type":"string"},{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}]},"contract":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"},"slot":{"pattern":"^0x[a-fA-F0-9]+$","type":"string"}},"required":["contract","slot"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T07:00:01.552Z","quality":{"l30DaysTotalCalls":200,"l30DaysUniquePayers":199,"lastCalledAt":"2026-08-18T06:51:26.446Z"},"resource":"https://api.onesource.io/api/chain/storage","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"credentialTypes":["authorization"],"name":"USD Coin","version":"2"},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","currency":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","receiverAuthorizer":"0x11dF9F6280632aB8F12926b3f569E493EaEcf81b","version":"2","withdrawDelay":86400},"maxTimeoutSeconds":3600,"network":"eip155:8453","payTo":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","recipient":"0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","scheme":"batch-settlement"}],"description":"Detect upgradeable proxy patterns (EIP-1967, UUPS, Transparent) via eth_getStorageAt - returns the implementation address behind a proxy","extensions":{"bazaar":{"info":{"input":{"body":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"method":"GET","queryParams":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","network":"ethereum"},"type":"http"},"output":{"example":{"address":"0xdac17f958d2ee523a2206206994597c13d831ec7","implementation":null,"is_proxy":false,"pattern":null},"type":"json"}},"routeTemplate":"/api/chain/proxy/:address","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["address"],"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"address":{"pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"network":{"default":"ethereum","enum":["ethereum","sepolia","robinhood"],"type":"string"}},"required":["address"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"data":{"description":"Response payload","type":"object"},"error":{"type":["object","null"]},"meta":{"properties":{"cost_usdc":{"type":"string"},"endpoint":{"type":"string"},"network":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T03:59:16.037Z","quality":{"l30DaysTotalCalls":196,"l30DaysUniquePayers":195,"lastCalledAt":"2026-08-18T03:59:15.83Z"},"resource":"https://api.onesource.io/api/chain/proxy/:address","type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":27613,"volumeUsdc":101.12,"distinctPayers":1887},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x52E29e0d2Aa49bfBfC548C0A9F2196F4aa51f3ea"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x07F067959297767c887dbfA3C72379c66E82a045","scheme":"exact"},{"amount":"10000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"HqpEDUY3kV423fSAv7iaY3cQiz8qN8qEuGqLsG4s6h2c","scheme":"exact"}],"description":"Get a client token for direct upload to Vercel Blob","extensions":{"bazaar":{"info":{"input":{"body":{"contentType":"image/jpeg","filename":"photo.jpg","size":1524605},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"clientToken":"vercel_blob_client_token_example_redacted","curlExample":"curl -X PUT \"https://vercel.com/api/blob/?pathname=uploads%2F8eecdb7b-bd76-4054-94f9-94c9abb57eab%2Fphoto.jpg\" -H \"authorization: Bearer <client-token>\" -H \"x-content-type: image/jpeg\" -H \"x-api-version: 11\" --data-binary @photo.jpg","expiresAt":"2026-05-18T20:11:05.273Z","pathname":"uploads/8eecdb7b-bd76-4054-94f9-94c9abb57eab/photo.jpg","uploadId":"8eecdb7b-bd76-4054-94f9-94c9abb57eab"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"contentType":{"description":"MIME type of the file","enum":["image/jpeg","image/jpg","image/png","image/gif","image/webp","video/mp4","video/webm","video/quicktime","audio/mpeg","audio/mp3","audio/wav","audio/x-wav","audio/mp4","audio/aac","audio/ogg"],"type":"string"},"filename":{"description":"Name of the file to upload","type":"string"},"size":{"description":"File size in bytes (optional)","type":"number"}},"required":["filename","contentType"],"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":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"clientToken":{"type":"string"},"curlExample":{"type":"string"},"expiresAt":{"type":"string"},"pathname":{"type":"string"},"uploadId":{"type":"string"}},"required":["uploadId","clientToken","pathname","expiresAt","curlExample"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-15T02:15:23.969Z","quality":{"l30DaysTotalCalls":28,"l30DaysUniquePayers":13,"lastCalledAt":"2026-08-15T02:15:23.601Z"},"resource":"https://stablestudio.dev/api/upload","serviceName":"StableStudio","tags":["Upload"],"type":"http","x402Version":2,"mainstreet":{"score":79,"settlements":{"count":1750,"volumeUsdc":517.39,"distinctPayers":118},"washRisk":false,"rankScore":79,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x07F067959297767c887dbfA3C72379c66E82a045","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x07F067959297767c887dbfA3C72379c66E82a045"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x06dFF3c8380b5D1799874adA903fc3422882FD6f","scheme":"exact"},{"amount":"5000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"95xcrFtRVn2fkoAKiCUKxPpTc1GN8MTyonVwLFfJfzux","scheme":"exact"}],"bundleSlugs":["media-creative-generation"],"curated":true,"description":"Buy an upload slot. Agent uploads file via returned URL.","extensions":{"bazaar":{"info":{"input":{"body":{"contentType":"text/plain","filename":"quick-note.txt","tier":"short-10mb"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"curlExample":"curl -X POST \"https://stableupload-prod.s3.us-east-1.amazonaws.com/\" -F \"key=uploads/2s42wjsk3a/quick-note.txt\" -F \"Content-Type=text/plain\" -F \"x-amz-algorithm=AWS4-HMAC-SHA256\" -F \"x-amz-credential=AKIAEXAMPLE/20260425/us-east-1/s3/aws4_request\" -F \"x-amz-date=20260425T160000Z\" -F \"policy=base64-policy\" -F \"x-amz-signature=hex-signature\" -F \"file=@quick-note.txt;type=text/plain\"","expiresAt":"2026-05-02T16:00:00.000Z","maxSize":10485760,"postFields":{"Content-Type":"text/plain","key":"uploads/2s42wjsk3a/quick-note.txt","policy":"base64-policy","x-amz-algorithm":"AWS4-HMAC-SHA256","x-amz-credential":"AKIAEXAMPLE/20260425/us-east-1/s3/aws4_request","x-amz-date":"20260425T160000Z","x-amz-signature":"hex-signature"},"postUrl":"https://stableupload-prod.s3.us-east-1.amazonaws.com/","publicUrl":"https://f.stableupload.dev/2s42wjsk3a/quick-note.txt","uploadId":"2s42wjsk3a","uploadMethod":"post","uploadUrl":"https://stableupload-prod.s3.us-east-1.amazonaws.com/","uploadUrlExpiresAt":"2026-04-25T16:15:00.000Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"contentType":{"description":"MIME type of the file (e.g. image/png, video/mp4)","maxLength":255,"minLength":1,"type":"string"},"filename":{"description":"Name of the file to upload","maxLength":512,"minLength":1,"type":"string"},"policyTtlSeconds":{"description":"Optional upload URL/form expiration in seconds, 60-86400. Use longer TTLs only when reserving an output slot for a downstream service.","maximum":86400,"minimum":60,"type":"integer"},"tier":{"description":"Upload tier. Default 6-month tiers: 10mb ($0.02), 100mb ($0.20), 1gb ($2.00). Short-term 7-day workflow tiers: short-10mb ($0.005), short-100mb ($0.02), short-1gb ($0.10), short-5gb ($0.50, file uploads only).","enum":["10mb","100mb","1gb","short-10mb","short-100mb","short-1gb","short-5gb"],"type":"string"}},"required":["filename","contentType","tier"],"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":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"curlExample":{"type":"string"},"expiresAt":{"type":"string"},"maxSize":{"type":"number"},"postFields":{"additionalProperties":{"type":"string"},"propertyNames":{"type":"string"},"type":"object"},"postUrl":{"type":"string"},"publicUrl":{"type":"string"},"txHash":{"type":"string"},"uploadId":{"type":"string"},"uploadMethod":{"enum":["put","post"],"type":"string"},"uploadUrl":{"type":"string"},"uploadUrlExpiresAt":{"type":"string"}},"required":["uploadId","uploadUrl","uploadMethod","uploadUrlExpiresAt","publicUrl","expiresAt","maxSize","curlExample"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T04:18:51.115Z","quality":{"l30DaysTotalCalls":350,"l30DaysUniquePayers":52,"lastCalledAt":"2026-08-18T04:18:50.587Z"},"resource":"https://stableupload.dev/api/upload","serviceName":"StableUpload","tags":["Upload"],"type":"http","x402Version":2,"mainstreet":{"score":78,"settlements":{"count":1709,"volumeUsdc":20.88,"distinctPayers":121},"washRisk":false,"rankScore":78,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x06dFF3c8380b5D1799874adA903fc3422882FD6f","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x06dFF3c8380b5D1799874adA903fc3422882FD6f"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x06dFF3c8380b5D1799874adA903fc3422882FD6f","scheme":"exact"},{"amount":"5000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"2wKupLR9q6wXYppw8Gr2NvWxKBUqm4PPJKkQfoxHDBg4"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"95xcrFtRVn2fkoAKiCUKxPpTc1GN8MTyonVwLFfJfzux","scheme":"exact"}],"curated":true,"description":"Buy a site upload slot. Upload a zip file, then activate to extract and serve as a static site.","extensions":{"bazaar":{"info":{"input":{"body":{"filename":"site.zip","tier":"short-10mb"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"curlExample":"curl -X POST \"https://stableupload-prod.s3.us-east-1.amazonaws.com/\" -F \"key=uploads/bs94s5b4ca/site.zip\" -F \"Content-Type=application/zip\" -F \"x-amz-algorithm=AWS4-HMAC-SHA256\" -F \"x-amz-credential=AKIAEXAMPLE/20260425/us-east-1/s3/aws4_request\" -F \"x-amz-date=20260425T160000Z\" -F \"policy=base64-policy\" -F \"x-amz-signature=hex-signature\" -F \"file=@site.zip;type=application/zip\"","expiresAt":"2026-05-02T16:00:00.000Z","maxSize":10485760,"postFields":{"Content-Type":"application/zip","key":"uploads/bs94s5b4ca/site.zip","policy":"base64-policy","x-amz-algorithm":"AWS4-HMAC-SHA256","x-amz-credential":"AKIAEXAMPLE/20260425/us-east-1/s3/aws4_request","x-amz-date":"20260425T160000Z","x-amz-signature":"hex-signature"},"postUrl":"https://stableupload-prod.s3.us-east-1.amazonaws.com/","uploadId":"bs94s5b4ca","uploadMethod":"post","uploadUrl":"https://stableupload-prod.s3.us-east-1.amazonaws.com/","uploadUrlExpiresAt":"2026-04-25T16:15:00.000Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"filename":{"description":"Name of the zip file to upload","maxLength":512,"minLength":1,"type":"string"},"policyTtlSeconds":{"description":"Optional upload URL/form expiration in seconds, 60-86400. Use longer TTLs only when reserving an output slot for a downstream service.","maximum":86400,"minimum":60,"type":"integer"},"tier":{"description":"Site tier. Default 6-month tiers: 10mb ($0.02), 100mb ($0.20), 1gb ($2.00). Short-term 7-day workflow site tiers: short-10mb ($0.005), short-100mb ($0.02), short-1gb ($0.10). short-5gb is not supported for sites.","enum":["10mb","100mb","1gb","short-10mb","short-100mb","short-1gb"],"type":"string"}},"required":["filename","tier"],"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":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"curlExample":{"type":"string"},"expiresAt":{"type":"string"},"maxSize":{"type":"number"},"postFields":{"additionalProperties":{"type":"string"},"propertyNames":{"type":"string"},"type":"object"},"postUrl":{"type":"string"},"txHash":{"type":"string"},"uploadId":{"type":"string"},"uploadMethod":{"enum":["put","post"],"type":"string"},"uploadUrl":{"type":"string"},"uploadUrlExpiresAt":{"type":"string"}},"required":["uploadId","uploadUrl","uploadMethod","uploadUrlExpiresAt","expiresAt","maxSize","curlExample"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-17T21:09:16.389Z","quality":{"l30DaysTotalCalls":54,"l30DaysUniquePayers":15,"lastCalledAt":"2026-08-17T21:09:16.033Z"},"resource":"https://stableupload.dev/api/site","serviceName":"StableUpload","tags":["Site"],"type":"http","x402Version":2,"mainstreet":{"score":78,"settlements":{"count":1709,"volumeUsdc":20.88,"distinctPayers":121},"washRisk":false,"rankScore":78,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x06dFF3c8380b5D1799874adA903fc3422882FD6f","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x06dFF3c8380b5D1799874adA903fc3422882FD6f"}},{"accepts":[{"amount":"50000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x9AACeabAD8E1858b72fcEA1665381B168841b2fa","scheme":"exact"},{"amount":"50000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x9AACeabAD8E1858b72fcEA1665381B168841b2fa","scheme":"exact"},{"amount":"50000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"merchant":"x402Atlas","name":"USD Coin","tier":"standard","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0x9AACeabAD8E1858b72fcEA1665381B168841b2fa","scheme":"exact"},{"amount":"50000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb","merchant":"x402Atlas","tier":"standard"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ASt6xvRyQ7ntERsmcYVMdLqZvz1GEN8Fzexzq62tXrNQ","scheme":"exact"}],"description":"Google Trends interest over time for a keyword — worldwide search popularity as a monthly series for keyword research, SEO & demand trend analysis.","extensions":{"bazaar":{"category":"marketing","info":{"input":{"method":"GET","queryParams":{"keyword":"bitcoin"},"type":"http"},"output":{"example":{"keyword":"bitcoin","queried_at":"2026-06-05T12:00:00Z","series":[{"date":"2026-05-01","value":78}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"keyword":{"description":"Concise Google Trends seed term with meaningful search interest; not a question, instruction, or web-search request","maxLength":100,"type":"string"}},"required":["keyword"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"keyword":{"description":"Echoed search keyword","type":"string"},"queried_at":{"description":"UTC timestamp the upstream was queried","format":"date-time","type":"string"},"series":{"description":"Monthly interest-over-time points, worldwide","items":{"properties":{"date":{"description":"ISO date (YYYY-MM-DD)","format":"date","type":"string"},"value":{"description":"Relative search-popularity index","type":"integer"}},"required":["date","value"],"type":"object"},"type":"array"}},"required":["keyword","queried_at","series"],"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["google-trends","interest-over-time","keyword-research","search-trends","search-volume","seo","trend-analysis"]}},"lastUpdated":"2026-08-17T20:13:31.736Z","quality":{"l30DaysTotalCalls":1127,"l30DaysUniquePayers":7,"lastCalledAt":"2026-08-17T20:13:55.584Z"},"resource":"https://google-trends.use.x402atlas.com/trend","serviceName":"Google Trends SEO Keyword Data","tags":["google-trends","interest-over-time","keyword-research","search-trends","search-volume"],"type":"http","x402Version":2,"mainstreet":{"score":78,"settlements":{"count":1684,"volumeUsdc":68.89,"distinctPayers":10},"washRisk":false,"rankScore":78,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x9AACeabAD8E1858b72fcEA1665381B168841b2fa","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x9AACeabAD8E1858b72fcEA1665381B168841b2fa"}},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","resource":"https://api.printmoneylab.com/api/v1/kr-prices","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xcF9223eCe895258dEa8D288AEBcf846Ab8E342fB","resource":"https://api.printmoneylab.com/api/v1/kr-prices","scheme":"exact"},{"amount":"2000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","resource":"https://api.printmoneylab.com/api/v1/kr-prices","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xcF9223eCe895258dEa8D288AEBcf846Ab8E342fB","resource":"https://api.printmoneylab.com/api/v1/kr-prices","scheme":"exact"},{"amount":"2000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP","resource":"https://api.printmoneylab.com/api/v1/kr-prices"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"3Ywxk31SvWKwZBdY6bLvjmn5h4mzWcT3HJ5UZbYXoVy9","resource":"https://api.printmoneylab.com/api/v1/kr-prices","scheme":"exact"}],"description":"Korean exchange prices (Upbit, Bithumb) for a single token in KRW","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"exchange":"all","symbol":"BTC"},"type":"http"},"output":{"example":{"data":{"bithumb":{"change_rate":0.019,"data_age_seconds":0,"exchange":"bithumb","price_krw":141950000,"symbol":"BTC","volume_24h":987654.32},"upbit":{"change_rate":0.02,"data_age_seconds":0,"exchange":"upbit","price_krw":142000000,"symbol":"BTC","volume_24h":1234567.89}},"symbol":"BTC","timestamp":1776340000000},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"properties":{"exchange":{"description":"Exchange to query","enum":["upbit","bithumb","all"],"type":"string"},"symbol":{"description":"Crypto symbol (e.g., BTC, ETH)","type":"string"}},"required":["symbol"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"catalog":{"category":"korean-crypto-data","data_sources":["upbit","bithumb"],"jurisdiction":"KR","language":"en","locale":"ko-KR","target_users":["ai-agents","trading-bots"],"update_frequency":"real-time"}},"lastUpdated":"2026-08-17T23:37:28.275Z","quality":{"l30DaysTotalCalls":153,"l30DaysUniquePayers":49,"lastCalledAt":"2026-08-17T23:37:27.7Z"},"resource":"https://api.printmoneylab.com/api/v1/kr-prices","type":"http","x402Version":2,"mainstreet":{"score":77,"settlements":{"count":1134,"volumeUsdc":9.57,"distinctPayers":162},"washRisk":false,"rankScore":77,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xcF9223eCe895258dEa8D288AEBcf846Ab8E342fB","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xcF9223eCe895258dEa8D288AEBcf846Ab8E342fB"}},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x480CD46E6faDe651a0437DeaddA53D5c8e7D846A","scheme":"exact"},{"amount":"2000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0x480CD46E6faDe651a0437DeaddA53D5c8e7D846A","scheme":"exact"},{"amount":"2000","asset":"0x3c499c542cef5e3811e1192ce70d8cc03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0x480CD46E6faDe651a0437DeaddA53D5c8e7D846A","scheme":"exact"},{"amount":"2000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"5yASLjtNssGXDv6bR9e71WXKxRymDiUzbgkGPqkQNgRn","scheme":"exact"}],"description":"Search 10,000+ gift card & voucher brands across 180+ countries by name and country. Pay in USDC via x402, no account.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"country":"US","q":"amazon"},"type":"http"},"output":{"example":{"next_step":{"body":{"slug":"<product slug from results>"},"url":"/x402/products/detail"},"products":[{"country":"US","in_stock":true,"name":"Amazon","recipient_type":"none","slug":"amazon-us"},{"country":"US","in_stock":true,"name":"Steam","recipient_type":"none","slug":"steam"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"country":{"description":"Optional ISO 3166-1 alpha-2 country code filter; omit for all countries (global results)","type":"string"},"q":{"description":"Search query (brand or product name)","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_suil8bdj"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1780566420/bazaar-icons/33192fb7239597bd.png","lastUpdated":"2026-08-18T01:09:08.784Z","quality":{"l30DaysTotalCalls":34,"l30DaysUniquePayers":23,"lastCalledAt":"2026-08-18T01:09:08.387Z"},"resource":"https://api.bitrefill.com/x402/gift-cards/search","serviceName":"Bitrefill","tags":["gift-cards","vouchers","search","usdc","base"],"type":"http","x402Version":2,"mainstreet":{"score":75,"settlements":{"count":4035,"volumeUsdc":461289.13,"distinctPayers":3720},"washRisk":false,"rankScore":75,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x480CD46E6faDe651a0437DeaddA53D5c8e7D846A","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x480CD46E6faDe651a0437DeaddA53D5c8e7D846A"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/offers"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"1000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"query","description":"HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/offers?method=GET — x402-gateway /recipient-api/offers. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"type":"object"},"method":"GET","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/offers?method=GET","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/offers"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T05:41:23.346Z","quality":{"l30DaysTotalCalls":1793,"l30DaysUniquePayers":75,"lastCalledAt":"2026-08-18T05:41:23.084Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/offers","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/balance"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"1000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"query","description":"HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/balance?method=GET — x402-gateway /recipient-api/balance. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address"],"type":"object"},"method":"GET","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/balance?method=GET","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/balance"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T06:30:05.569Z","quality":{"l30DaysTotalCalls":810,"l30DaysUniquePayers":70,"lastCalledAt":"2026-08-18T06:30:05.222Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/balance","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{"type":"string"},"description":"Query parameters for GET /recipient-api/workflow/reward-status. See https://loyalspark.online/openapi.json for the full schema.","type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/workflow/reward-status"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"1000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"query","description":"HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/workflow/reward-status?method=GET — x402-gateway /recipient-api/workflow/reward-status. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{"type":"string"},"description":"Query parameters for GET /recipient-api/workflow/reward-status. See https://loyalspark.online/openapi.json for the full schema.","type":"object"},"method":"GET","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/workflow/reward-status?method=GET","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":{"type":"string"},"description":"Query parameters for GET /recipient-api/workflow/reward-status. See https://loyalspark.online/openapi.json for the full schema.","type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/workflow/reward-status"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T07:00:25.589Z","quality":{"l30DaysTotalCalls":633,"l30DaysUniquePayers":69,"lastCalledAt":"2026-08-18T05:12:15.518Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/workflow/reward-status","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"limit":{"pattern":"^[0-9]+$","type":"string"},"status":{"type":"string"},"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/vouchers"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"1000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"query","description":"HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/vouchers?method=GET — x402-gateway /recipient-api/vouchers. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"limit":{"pattern":"^[0-9]+$","type":"string"},"status":{"type":"string"},"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"type":"object"},"method":"GET","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/vouchers?method=GET","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"limit":{"pattern":"^[0-9]+$","type":"string"},"status":{"type":"string"},"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/vouchers"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T05:55:38.267Z","quality":{"l30DaysTotalCalls":640,"l30DaysUniquePayers":68,"lastCalledAt":"2026-08-18T05:55:37.972Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/vouchers","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/rewards"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"1000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"query","description":"HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/rewards?method=GET — x402-gateway /recipient-api/rewards. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address"],"type":"object"},"method":"GET","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/rewards?method=GET","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/rewards"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T07:12:55.568Z","quality":{"l30DaysTotalCalls":627,"l30DaysUniquePayers":68,"lastCalledAt":"2026-08-18T06:00:55.438Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/rewards","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{},"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/balances"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"1000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"query","description":"HTTP GET https://api.loyalspark.online/x402-gateway/recipient-api/balances?method=GET — x402-gateway /recipient-api/balances. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{},"type":"object"},"method":"GET","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/balances?method=GET","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"headers":{"x-api-key":"rwk_..."},"method":"GET","queryParams":{"token_address":"0x0000000000000000000000000000000000000001"},"type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{},"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/balances"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T02:01:36.957Z","quality":{"l30DaysTotalCalls":572,"l30DaysUniquePayers":67,"lastCalledAt":"2026-08-18T02:01:36.654Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/balances","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"amount":{"exclusiveMinimum":0,"type":"number"},"to":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address","to","amount"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/prepare-transfer"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"5000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"json","description":"HTTP POST https://api.loyalspark.online/x402-gateway/recipient-api/prepare-transfer?method=POST — x402-gateway /recipient-api/prepare-transfer. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"amount":{"exclusiveMinimum":0,"type":"number"},"to":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address","to","amount"],"type":"object"},"method":"POST","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/prepare-transfer?method=POST","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"amount":{"exclusiveMinimum":0,"type":"number"},"to":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"},"token_address":{"description":"EVM address on Base (eip155:8453).","pattern":"^0x[a-fA-F0-9]{40}$","type":"string"}},"required":["token_address","to","amount"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/prepare-transfer"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T05:43:36.058Z","quality":{"l30DaysTotalCalls":560,"l30DaysUniquePayers":67,"lastCalledAt":"2026-08-18T05:43:35.808Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/prepare-transfer","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"offer_id":{"format":"uuid","type":"string"}},"required":["offer_id"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/cancel-offer"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"5000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"json","description":"HTTP POST https://api.loyalspark.online/x402-gateway/recipient-api/cancel-offer?method=POST — x402-gateway /recipient-api/cancel-offer. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"offer_id":{"format":"uuid","type":"string"}},"required":["offer_id"],"type":"object"},"method":"POST","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/cancel-offer?method=POST","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"offer_id":{"format":"uuid","type":"string"}},"required":["offer_id"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/cancel-offer"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T04:40:13.503Z","quality":{"l30DaysTotalCalls":371,"l30DaysUniquePayers":66,"lastCalledAt":"2026-08-18T04:40:13.208Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/cancel-offer","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"reward_id":{"format":"uuid","type":"string"},"transaction_hash":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"}},"required":["reward_id","transaction_hash"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/redeem-reward"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"10000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"json","description":"HTTP POST https://api.loyalspark.online/x402-gateway/recipient-api/redeem-reward?method=POST — x402-gateway /recipient-api/redeem-reward. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"reward_id":{"format":"uuid","type":"string"},"transaction_hash":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"}},"required":["reward_id","transaction_hash"],"type":"object"},"method":"POST","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/redeem-reward?method=POST","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"reward_id":{"format":"uuid","type":"string"},"transaction_hash":{"pattern":"^0x[a-fA-F0-9]{64}$","type":"string"}},"required":["reward_id","transaction_hash"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/redeem-reward"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T16:48:56.274Z","quality":{"l30DaysTotalCalls":361,"l30DaysUniquePayers":66,"lastCalledAt":"2026-08-17T16:48:55.719Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/redeem-reward","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"description":"JSON body for POST /recipient-api/workflow/prepare-reward-redemption. See https://loyalspark.online/openapi.json for the full schema.","type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/workflow/prepare-reward-redemption"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"5000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"json","description":"HTTP POST https://api.loyalspark.online/x402-gateway/recipient-api/workflow/prepare-reward-redemption?method=POST — x402-gateway /recipient-api/workflow/prepare-reward-redemption. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"description":"JSON body for POST /recipient-api/workflow/prepare-reward-redemption. See https://loyalspark.online/openapi.json for the full schema.","type":"object"},"method":"POST","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/workflow/prepare-reward-redemption?method=POST","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"description":"JSON body for POST /recipient-api/workflow/prepare-reward-redemption. See https://loyalspark.online/openapi.json for the full schema.","type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/workflow/prepare-reward-redemption"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T02:50:33.512Z","quality":{"l30DaysTotalCalls":359,"l30DaysUniquePayers":66,"lastCalledAt":"2026-08-18T02:50:33.258Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/workflow/prepare-reward-redemption","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"description":"Two-phase: call without transaction_hash to reserve the offer (status active -> accepted) and receive approve + fillOffer escrow calldata; call again with transaction_hash of the confirmed fillOffer tx to finalize (accepted -> completed).","properties":{"offer_id":{"format":"uuid","type":"string"},"onchain_offer_id":{"description":"On-chain escrow offer id (phase 1, when known).","type":"number"},"transaction_hash":{"description":"Phase 2: hash of the confirmed escrow fillOffer transaction on Base.","pattern":"^0x[a-fA-F0-9]{64}$","type":"string"}},"required":["offer_id"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/accept-offer"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"10000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"json","description":"HTTP POST https://api.loyalspark.online/x402-gateway/recipient-api/accept-offer?method=POST — x402-gateway /recipient-api/accept-offer. Authenticate with header x-api-key: rwk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"description":"Two-phase: call without transaction_hash to reserve the offer (status active -> accepted) and receive approve + fillOffer escrow calldata; call again with transaction_hash of the confirmed fillOffer tx to finalize (accepted -> completed).","properties":{"offer_id":{"format":"uuid","type":"string"},"onchain_offer_id":{"description":"On-chain escrow offer id (phase 1, when known).","type":"number"},"transaction_hash":{"description":"Phase 2: hash of the confirmed escrow fillOffer transaction on Base.","pattern":"^0x[a-fA-F0-9]{64}$","type":"string"}},"required":["offer_id"],"type":"object"},"method":"POST","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/recipient-api/accept-offer?method=POST","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"rwk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"description":"Two-phase: call without transaction_hash to reserve the offer (status active -> accepted) and receive approve + fillOffer escrow calldata; call again with transaction_hash of the confirmed fillOffer tx to finalize (accepted -> completed).","properties":{"offer_id":{"format":"uuid","type":"string"},"onchain_offer_id":{"description":"On-chain escrow offer id (phase 1, when known).","type":"number"},"transaction_hash":{"description":"Phase 2: hash of the confirmed escrow fillOffer transaction on Base.","pattern":"^0x[a-fA-F0-9]{64}$","type":"string"}},"required":["offer_id"],"type":"object"},"output":{"example":{"ok":true,"resource":"recipient-api/accept-offer"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T03:51:39.543Z","quality":{"l30DaysTotalCalls":339,"l30DaysUniquePayers":66,"lastCalledAt":"2026-08-18T03:51:39.195Z"},"resource":"https://api.loyalspark.online/x402-gateway/recipient-api/accept-offer","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"lsk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"business_name":{"maxLength":100,"type":"string"},"category":{"enum":["cafe","restaurant","retail","beauty","fitness","grocery","pharmacy","entertainment","services","education","travel","other"],"type":"string"},"description":{"type":"string"},"location":{"type":"string"},"logo_url":{"type":"string"},"use_agent_wallet":{"type":"boolean"},"website":{"type":"string"}},"required":["business_name"],"type":"object"},"output":{"example":{"ok":true,"resource":"merchant-profile"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"extra":{"brand":"Loyal Spark","builderCode":"bc_wdmnog7m","description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","documentation":"https://loyalspark.online/for-agents","name":"USD Coin","provider":"Loyal Spark","version":"2","website":"https://loyalspark.online"},"maxAmountRequired":"5000","maxTimeoutSeconds":300,"mimeType":"application/json","network":"eip155:8453","outputSchema":{"input":{"bodyType":"json","description":"HTTP POST https://api.loyalspark.online/x402-gateway/merchant-profile?method=POST — x402-gateway /merchant-profile. Authenticate with header x-api-key: lsk_....","inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"business_name":{"maxLength":100,"type":"string"},"category":{"enum":["cafe","restaurant","retail","beauty","fitness","grocery","pharmacy","entertainment","services","education","travel","other"],"type":"string"},"description":{"type":"string"},"location":{"type":"string"},"logo_url":{"type":"string"},"use_agent_wallet":{"type":"boolean"},"website":{"type":"string"}},"required":["business_name"],"type":"object"},"method":"POST","type":"http"},"output":{"description":"JSON from Loyal Spark agent-api or recipient-api. See OpenAPI for response shape.","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object"},"type":"json"}},"payTo":"0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","resource":"https://api.loyalspark.online/x402-gateway/merchant-profile?method=POST","scheme":"exact"}],"description":"Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes. Customers earn real value with every purchase. AI agents automate the rest.","extensions":{"bazaar":{"info":{"input":{"body":{},"bodyType":"json","headers":{"x-api-key":"lsk_..."},"method":"POST","type":"http"},"inputSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":true,"properties":{"business_name":{"maxLength":100,"type":"string"},"category":{"enum":["cafe","restaurant","retail","beauty","fitness","grocery","pharmacy","entertainment","services","education","travel","other"],"type":"string"},"description":{"type":"string"},"location":{"type":"string"},"logo_url":{"type":"string"},"use_agent_wallet":{"type":"boolean"},"website":{"type":"string"}},"required":["business_name"],"type":"object"},"output":{"example":{"ok":true,"resource":"merchant-profile"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["POST","PUT","PATCH"],"type":"string"},"queryParams":{"additionalProperties":{"type":"string"},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method","bodyType","body"],"type":"object"},"inputSchema":{"type":"object"},"output":{"properties":{"example":{},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_wdmnog7m"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T04:02:12.98Z","quality":{"l30DaysTotalCalls":98,"l30DaysUniquePayers":46,"lastCalledAt":"2026-08-18T04:02:12.693Z"},"resource":"https://api.loyalspark.online/x402-gateway/merchant-profile","type":"http","x402Version":2,"mainstreet":{"score":74,"settlements":{"count":27653,"volumeUsdc":198.34,"distinctPayers":90},"washRisk":false,"rankScore":74,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x40a8CdD6a10EC1a8cB3dFb2834675e7a2CF4ad8b"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x38C063312719220c676E988f0DEE14B4ec0e44C8","scheme":"exact"}],"description":"Base network real-time gas price oracle. Returns block base fee, current gas price in GWEI, and network block details.","extensions":{"bazaar":{"category":"data-provider","info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"baseFeeGwei":0.0012,"blockNumber":15482930,"currency":"GWEI","exchange":"Base RPC","gasPriceGwei":0.0015,"processingTime":"95ms","symbol":"BASE-GAS","timestamp":"2026-06-25T12:00:00.000Z","type":"gas_price"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"},"tags":["price","oracle","crypto","market-data","base-gas","base","gas","evm"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783820462/bazaar-icons/87251f674c6daed8.jpg","lastUpdated":"2026-08-17T18:18:30.443Z","quality":{"l30DaysTotalCalls":71,"l30DaysUniquePayers":25,"lastCalledAt":"2026-08-17T18:18:30.147Z"},"resource":"https://vibesprings.net/api/price/base-gas","serviceName":"Vibe Springs","tags":["price","oracle","crypto","market-data","base-gas"],"type":"http","x402Version":2,"mainstreet":{"score":73,"settlements":{"count":507,"volumeUsdc":58.09,"distinctPayers":107},"washRisk":false,"rankScore":73,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x38C063312719220c676E988f0DEE14B4ec0e44C8","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x38C063312719220c676E988f0DEE14B4ec0e44C8"}},{"accepts":[{"amount":"7000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"acceptId":"legacy","breakdown":{"search":0.006999999999999999},"name":"USD Coin","totalUsd":0.006999999999999999,"version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x6d6E695b09861467c7d462f5AAF31cF3540B9192","scheme":"exact"},{"amount":"7000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"acceptId":"solana-usdc-mainnet","breakdown":{"search":0.006999999999999999},"feePayer":"BFK9TLC3edb13K6v4YyH3DwPb5DSUpkWvb7XnqCL9b4F","name":"USD Coin","totalUsd":0.006999999999999999,"version":"2"},"maxTimeoutSeconds":60,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"12Ec2cJmfR1C9uwejzxcuMhUgEC7wDrLgm1wBvvR5w9E","scheme":"exact"}],"bundleSlugs":["daily-news-search","news-audio-briefing","people-sourcing-enrichment"],"curated":true,"description":"Exa /search endpoint","extensions":{"agentkit":{"_options":{"mode":{"type":"free-trial","uses":100},"network":"eip155:480","statement":"Verify your agent is backed by a real human to access Exa"},"info":{"domain":"api.exa.ai","issuedAt":"2026-08-18T07:20:44.807Z","nonce":"41ed2fcd14d23fc397e27c1ba316071d","resources":["https://api.exa.ai/search"],"statement":"Verify your agent is backed by a real human to access Exa","uri":"https://api.exa.ai/search","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:480","type":"eip191"},{"chainId":"eip155:480","type":"eip1271"}]},"bazaar":{"info":{"input":{"body":{"numResults":10,"query":"example search query","type":"auto"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"results":[{"score":0.99,"title":"Example","url":"https://example.com"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"contents":{"description":"Content fields to include: text, highlights, summary","type":"object"},"numResults":{"description":"Number of results to return (max 10 for x402)","type":"number"},"query":{"description":"Search query","type":"string"},"type":{"description":"Search type: auto, keyword, neural, deep-lite, deep, deep-reasoning","type":"string"}},"required":["query"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","bodyType","body","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1780076809/bazaar-icons/41b0408e3ae73b69.png","lastUpdated":"2026-08-18T07:20:44.855Z","quality":{"l30DaysTotalCalls":3532,"l30DaysUniquePayers":82,"lastCalledAt":"2026-08-18T06:01:23.88Z"},"resource":"https://api.exa.ai/search","serviceName":"Exa","tags":["search","ai","web","research"],"type":"http","x402Version":2,"mainstreet":{"score":71,"settlements":{"count":5284,"volumeUsdc":33.93,"distinctPayers":202},"washRisk":false,"rankScore":71,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x6d6E695b09861467c7d462f5AAF31cF3540B9192","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x6d6E695b09861467c7d462f5AAF31cF3540B9192"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"acceptId":"legacy","breakdown":{"text":0.001},"name":"USD Coin","totalUsd":0.001,"version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x6d6E695b09861467c7d462f5AAF31cF3540B9192","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"acceptId":"solana-usdc-mainnet","breakdown":{"text":0.001},"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88","name":"USD Coin","totalUsd":0.001,"version":"2"},"maxTimeoutSeconds":60,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"12Ec2cJmfR1C9uwejzxcuMhUgEC7wDrLgm1wBvvR5w9E","scheme":"exact"}],"bundleSlugs":["people-sourcing-enrichment"],"curated":true,"description":"Exa /contents endpoint","extensions":{"agentkit":{"_options":{"mode":{"type":"free-trial","uses":100},"network":"eip155:480","statement":"Verify your agent is backed by a real human to access Exa"},"info":{"domain":"api.exa.ai","issuedAt":"2026-08-17T11:32:50.990Z","nonce":"48c4cad9ffb5d57df883e072c5f4afd2","resources":["https://api.exa.ai/contents"],"statement":"Verify your agent is backed by a real human to access Exa","uri":"https://api.exa.ai/contents","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:480","type":"eip191"},{"chainId":"eip155:480","type":"eip1271"}]},"bazaar":{"info":{"input":{"body":{"text":true,"urls":["https://example.com"]},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"results":[{"text":"Page content...","title":"Example","url":"https://example.com"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"highlights":{"description":"Include text highlights","type":"boolean"},"ids":{"description":"Array of Exa document IDs to retrieve content for","type":"array"},"summary":{"description":"Include AI summary","type":"boolean"},"text":{"description":"Include full text content","type":"boolean"},"urls":{"description":"Array of URLs to retrieve content for","type":"array"}},"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"type":{"const":"http","type":"string"}},"required":["type","bodyType","body","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1780076809/bazaar-icons/41b0408e3ae73b69.png","lastUpdated":"2026-08-17T11:32:51.036Z","quality":{"l30DaysTotalCalls":366,"l30DaysUniquePayers":25,"lastCalledAt":"2026-08-17T11:32:50.706Z"},"resource":"https://api.exa.ai/contents","serviceName":"Exa","tags":["search","ai","web","research"],"type":"http","x402Version":2,"mainstreet":{"score":71,"settlements":{"count":5284,"volumeUsdc":33.93,"distinctPayers":202},"washRisk":false,"rankScore":71,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x6d6E695b09861467c7d462f5AAF31cF3540B9192","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x6d6E695b09861467c7d462f5AAF31cF3540B9192"}},{"accepts":[{"amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x4aAbE17C239eF71c3A26bA7C2b3e0AeBbfC1DF26","scheme":"exact"},{"amount":"1000000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":60,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ECUPkq6DP8VUSEueL4qNznyNDJLwu6PQhnMQ5cuZsTLH","scheme":"exact"},{"amount":"1000000","asset":"Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":60,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"ECUPkq6DP8VUSEueL4qNznyNDJLwu6PQhnMQ5cuZsTLH","scheme":"exact"}],"description":"Apify is the largest and most trusted marketplace of tools for web scraping, crawling, data extraction, and automation. Use these tools, called Actors, to extract structured data from social media, e-commerce sites, search engines, maps, travel sites, or any other website. Turn the open web into a real-time data source for your research, lead generation, and monitoring.","extensions":{"bazaar":{"category":"Data","discoverable":true,"info":{"input":{"method":"GET","queryParams":{"amount":"2","currency":"usd"},"type":"http"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"headers":{"additionalProperties":{"type":"string"},"type":"object"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"additionalProperties":false,"properties":{"amount":{"description":"Prepaid amount in USD (e.g. \"5\" or \"1.50\"). Minimum $1.","pattern":"^\\d+(\\.\\d{1,2})?$","type":"string"},"currency":{"description":"Payment currency. Only \"usd\" is supported.","enum":["usd"],"type":"string"}},"required":["amount","currency"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"additionalProperties":false,"properties":{"example":{"additionalProperties":false,"properties":{"expiresAt":{"format":"date-time","type":"string"},"remainingBalanceUsd":{"type":"number"},"token":{"description":"Apify API token; use as Authorization: Bearer <token>.","type":"string"}},"required":["token","remainingBalanceUsd","expiresAt"],"type":"object"}},"required":["example"],"type":"object"}},"required":["input"],"type":"object"},"tags":["automation","web-data","crawling","context","scraping"]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1782409571/bazaar-icons/1cba6e0591a8daf3.png","lastUpdated":"2026-08-17T16:23:41.663Z","quality":{"l30DaysTotalCalls":157,"l30DaysUniquePayers":27,"lastCalledAt":"2026-08-17T16:23:41.498Z"},"resource":"https://agi.apify.com/protocols/x402/prepaid-tokens","serviceName":"Apify","tags":["automation","web-data","crawling","context","scraping"],"type":"http","x402Version":2,"mainstreet":{"score":70,"settlements":{"count":479,"volumeUsdc":623.89,"distinctPayers":81},"washRisk":false,"rankScore":70,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x4aAbE17C239eF71c3A26bA7C2b3e0AeBbfC1DF26","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x4aAbE17C239eF71c3A26bA7C2b3e0AeBbfC1DF26"}},{"accepts":[{"amount":"20000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x36038e1d712c5e39f35952164ec58ec2b96caee7","scheme":"exact"}],"description":"Multi-source volume-weighted median (VWM) spot price for 16 crypto assets (BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT). Aggregates Binance, Coinbase, Kraken, and OKX in parallel (2 s timeout per source). Includes 1% outlier rejection, cross-exchange spread %, confidence grading (high/medium/low), and per-source USD volume weights. Kaiko-style reference pricing — $0.02/call.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"as_of":"2026-07-02T10:00:00.000Z","asset":"BTC-USD","confidence":"high","cross_exchange_spread_pct":0.08,"data_age_seconds":0,"disclaimer":"Volume-weighted median price from up to 4 exchanges. Informational only, not financial advice.","outliers_rejected":0,"price":107500,"price_simple_median":107480,"sources":[{"exchange":"binance","included":true,"price":107510,"vol_weight":0.45,"volume":1200000000},{"exchange":"coinbase","included":true,"price":107490,"vol_weight":0.3,"volume":800000000},{"exchange":"kraken","included":true,"price":107500,"vol_weight":0.15,"volume":400000000},{"exchange":"okx","included":true,"price":107480,"vol_weight":0.1,"volume":270000000}]},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-17T18:14:21.7Z","quality":{"l30DaysTotalCalls":77,"l30DaysUniquePayers":18,"lastCalledAt":"2026-08-17T18:14:21.367Z"},"resource":"https://kronossignals.com/api/v1/price/btc","serviceName":"Kronos Crypto Data & Forecasts","tags":["bitcoin","btc","ethereum","solana","crypto"],"type":"http","x402Version":2,"mainstreet":{"score":70,"settlements":{"count":1835,"volumeUsdc":29.51,"distinctPayers":41},"washRisk":false,"rankScore":70,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x36038e1d712c5e39f35952164ec58ec2b96caee7","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x36038e1d712c5e39f35952164ec58ec2b96caee7"}},{"accepts":[{"amount":"20000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x36038e1d712c5e39f35952164ec58ec2b96caee7","scheme":"exact"}],"description":"Crypto Fear & Greed Index: alternative.me score (0-100) plus Kronos-owned context (BTC funding sentiment, OI 1h trend, 24h price momentum). Not a pure proxy — adds proprietary derivative signals. Pay-per-call via x402.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"as_of":"2026-07-02T10:00:00.000Z","disclaimer":"Fear & Greed from alternative.me + Kronos derivative signals. Not financial advice.","kronos_context":{"blended_note":"Funding in greed territory; OI rising (leverage building); price up 2.5% in 24h. Derivatives lean bullish.","btc_funding":{"rate":0.0003,"sentiment":"greed"},"oi_trend":{"direction":"rising","latest":85000,"prior":84000},"price_momentum":{"change_pct_24h":2.5,"sentiment":"bullish"}},"source":"alternative.me","timestamp":"1751443200","value":75,"value_classification":"Greed"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-16T23:45:12.087Z","quality":{"l30DaysTotalCalls":213,"l30DaysUniquePayers":12,"lastCalledAt":"2026-08-16T23:45:11.869Z"},"resource":"https://kronossignals.com/api/v1/fear-greed","serviceName":"Kronos Crypto Data & Forecasts","tags":["sentiment","fear-greed","crypto","index","market-sentiment"],"type":"http","x402Version":2,"mainstreet":{"score":70,"settlements":{"count":1835,"volumeUsdc":29.51,"distinctPayers":41},"washRisk":false,"rankScore":70,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x36038e1d712c5e39f35952164ec58ec2b96caee7","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x36038e1d712c5e39f35952164ec58ec2b96caee7"}},{"accepts":[{"amount":"20000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x36038e1d712c5e39f35952164ec58ec2b96caee7","scheme":"exact"}],"description":"Forward liquidation cluster map + recent prints for all 16 crypto assets. Part A: estimated liq price levels for 5x/10x/25x/50x leverage bands, modeled from open interest and mark price — no new upstream source. Part B: real liquidation prints from OKX public API (no auth). Returns cluster map, nearest_long/short clusters, squeeze_bias, and honest disclaimers. Supports BTC/ETH/SOL/BNB/XRP/DOGE/ADA/AVAX/LINK/DOT/LTC/TRX/BCH/ATOM/NEAR/APT-USD. Pay-per-call via x402.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"as_of":"2026-07-02T10:00:00.000Z","asset":"BTC-USD","available":true,"cluster_map":{"disclaimer":"ESTIMATED clusters from OI + leverage-band modeling. NOT confirmed orders.","long_clusters":[{"distance_pct":-0.98,"estimated_oi_fraction":0.051,"leverage":50,"liq_price":106425},{"distance_pct":-3.84,"estimated_oi_fraction":0.1275,"leverage":25,"liq_price":103375}],"model_note":"OI distributed: 5x=35%, 10x=30%, 25x=25%, 50x=10%. Long/short split adjusted by funding rate.","nearest_long_liq_cluster":{"distance_pct":-0.98,"liq_price":106425},"nearest_short_liq_cluster":{"distance_pct":1,"liq_price":108575},"short_clusters":[{"distance_pct":1,"estimated_oi_fraction":0.049,"leverage":50,"liq_price":108575},{"distance_pct":3.84,"estimated_oi_fraction":0.1225,"leverage":25,"liq_price":111625}],"squeeze_bias":"long_squeeze_risk","total_long_oi_estimate":44571,"total_short_oi_estimate":39749.15},"disclaimer":"Cluster map is estimated from OI and leverage-band modeling — NOT a live order book. Not financial advice.","funding_rate":0.0001,"mark_price":107500,"open_interest":84320.15,"recent_prints":{"available":true,"count":5,"note":"side:buy = short position liquidated (forced buy to close); side:sell = long position liquidated (forced sell to close).","prints":[{"pos_side":"short","price":107600.5,"side":"buy","size":10.1,"time":"2026-07-02T09:45:00.000Z"}],"source":"okx-public"}},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-15T02:07:24.015Z","quality":{"l30DaysTotalCalls":1082,"l30DaysUniquePayers":7,"lastCalledAt":"2026-08-15T02:07:23.834Z"},"resource":"https://kronossignals.com/api/v1/liquidations/btc","serviceName":"Kronos Crypto Data & Forecasts","tags":["liquidations","liquidation-heatmap","squeeze","stop-hunt","derivatives"],"type":"http","x402Version":2,"mainstreet":{"score":70,"settlements":{"count":1835,"volumeUsdc":29.51,"distinctPayers":41},"washRisk":false,"rankScore":70,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x36038e1d712c5e39f35952164ec58ec2b96caee7","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x36038e1d712c5e39f35952164ec58ec2b96caee7"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x3dA40A9aD36640a2C0F533BAC368490095574664","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz","scheme":"exact"}],"description":"Latest crypto token prices by ticker symbol, CoinGecko id, or chain:address (BTC, ETH, SOL, or base:0x…): current spot price, token symbol, decimals, and a confidence score, for up to 50 coins in one call. Pass ?at=<unix> for the historical price at a point in time. Sourced from DefiLlama across every major chain.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"coins":"BTC,ETH,SOL"},"type":"http"},"output":{"example":{"asOf":"2026-06-15T08:00:00Z","count":3,"historical":false,"prices":[{"confidence":0.99,"decimals":null,"key":"coingecko:bitcoin","price":65517.56,"query":"BTC","resolved":true,"symbol":"BTC","timestamp":1781516766}],"requested":3,"source":{"name":"DefiLlama"},"unresolved":[]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"at":{"description":"Unix seconds for a historical price snapshot. Omit for current.","type":"integer"},"coins":{"description":"Comma-separated symbols (BTC,ETH), coingecko ids (coingecko:solana), or chain:address (base:0x833…). Up to 50.","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"asOf":{"type":"string"},"count":{"type":"number"},"historical":{"type":"boolean"},"prices":{"items":{"properties":{"confidence":{"type":"number"},"decimals":{},"key":{"type":"string"},"price":{"type":"number"},"query":{"type":"string"},"resolved":{"type":"boolean"},"symbol":{"type":"string"},"timestamp":{"type":"number"}},"type":"object"},"type":"array"},"requested":{"type":"number"},"source":{"properties":{"name":{"type":"string"}},"type":"object"},"unresolved":{"items":{"type":"object"},"type":"array"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T04:24:58.236Z","quality":{"l30DaysTotalCalls":250,"l30DaysUniquePayers":20,"lastCalledAt":"2026-08-18T04:24:57.703Z"},"resource":"https://crypto.apitoll.cloud/v1/crypto/price","serviceName":"ApiToll Crypto Prices","tags":["crypto","prices","token-price","defi","market-data"],"type":"http","x402Version":2,"mainstreet":{"score":68,"settlements":{"count":400,"volumeUsdc":0.4,"distinctPayers":73},"washRisk":false,"rankScore":68,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x3dA40A9aD36640a2C0F533BAC368490095574664","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x3dA40A9aD36640a2C0F533BAC368490095574664"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x3dA40A9aD36640a2C0F533BAC368490095574664","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz","scheme":"exact"}],"description":"Perpetual-futures market data from Hyperliquid for any coin (BTC, ETH, SOL, HYPE…): mark price, hourly funding rate and its annualized APR, open interest in coin and USD, 24-hour notional volume, 24h price change, and max leverage, across 200+ perp markets. Sort by volume, open interest, or funding. Track the perp market the way trading agents do. Sourced from Hyperliquid.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"coin":"BTC"},"type":"http"},"output":{"example":{"count":1,"filters":{"coin":"BTC","sort":"volume"},"markets":[{"change24hPct":1.2,"coin":"BTC","fundingAprPct":10.95,"fundingRateHourly":0.0000125,"markPrice":66465,"maxLeverage":50,"openInterest":32915.94,"openInterestUsd":2187000000,"oraclePrice":66460,"priceQuotedPer":1,"volume24hUsd":2440195139}],"source":{"name":"Hyperliquid"}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"coin":{"description":"Filter to one perp market by symbol (BTC, ETH, SOL…). Omit for the ranking.","type":"string"},"limit":{"description":"Max markets returned (1–100, default 20).","maximum":100,"minimum":1,"type":"integer"},"sort":{"description":"Sort key (default volume).","enum":["volume","oi","funding"],"type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"count":{"type":"number"},"filters":{"properties":{"coin":{"type":"string"},"sort":{"type":"string"}},"type":"object"},"markets":{"items":{"properties":{"change24hPct":{"type":"number"},"coin":{"type":"string"},"fundingAprPct":{"type":"number"},"fundingRateHourly":{"type":"number"},"markPrice":{"type":"number"},"maxLeverage":{"type":"number"},"openInterest":{"type":"number"},"openInterestUsd":{"type":"number"},"oraclePrice":{"type":"number"},"priceQuotedPer":{"type":"number"},"volume24hUsd":{"type":"number"}},"type":"object"},"type":"array"},"source":{"properties":{"name":{"type":"string"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-17T19:06:40.883Z","quality":{"l30DaysTotalCalls":42,"l30DaysUniquePayers":25,"lastCalledAt":"2026-08-17T19:06:40.457Z"},"resource":"https://crypto.apitoll.cloud/v1/crypto/perps","serviceName":"ApiToll Perps (Hyperliquid)","tags":["crypto","perps","perpetuals","futures","funding-rate"],"type":"http","x402Version":2,"mainstreet":{"score":68,"settlements":{"count":400,"volumeUsdc":0.4,"distinctPayers":73},"washRisk":false,"rankScore":68,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x3dA40A9aD36640a2C0F533BAC368490095574664","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x3dA40A9aD36640a2C0F533BAC368490095574664"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xFFc458dB291b4ABcE020fE3de4f91F2770E537b1","scheme":"exact"}],"description":"Current weather conditions for any global location — temperature, feels-like, humidity, precipitation, wind, and human-readable weather description.","extensions":{"bazaar":{"info":{"input":{"body":{"location":"London"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"cached":false,"current":{"feels_like_c":10.1,"humidity_pct":78,"precipitation_mm":0,"rain_mm":0,"temperature_c":12.4,"time":"2026-05-02T10:00","timezone":"Europe/London","weather_code":2,"weather_description":"Partly cloudy","wind_direction_deg":230,"wind_speed_kmh":14.3},"location":{"country":"United Kingdom","latitude":51.50853,"longitude":-0.12574,"name":"London"}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"latitude":{"description":"Optional latitude override (decimal degrees, -90 to 90).","type":["number","null"]},"location":{"description":"City or place name to fetch weather for (e.g. 'London', 'New York').","type":"string"},"longitude":{"description":"Optional longitude override (decimal degrees, -180 to 180).","type":["number","null"]}},"required":["location"],"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":{"properties":{"cached":{"type":"boolean"},"current":{"description":"Temperature, feels-like, humidity, precipitation, wind, weather code/description.","type":"object"},"location":{"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T05:42:21.789Z","quality":{"l30DaysTotalCalls":90,"l30DaysUniquePayers":64,"lastCalledAt":"2026-08-18T05:42:21.495Z"},"resource":"https://weather.payapi.market/current","type":"http","x402Version":2,"mainstreet":{"score":68,"settlements":{"count":364,"volumeUsdc":0.93,"distinctPayers":89},"washRisk":false,"rankScore":68,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xFFc458dB291b4ABcE020fE3de4f91F2770E537b1","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xFFc458dB291b4ABcE020fE3de4f91F2770E537b1"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x3dA40A9aD36640a2C0F533BAC368490095574664","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"BENrLoUbndxoNMUS5JXApGMtNykLjFXXixMtpDwDR9SP"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"5Wxg3V6gcmFmmP6SXmGZQAUZPFYsSwoeN2Qewt5BotWz","scheme":"exact"}],"description":"A snapshot of the total crypto market: aggregate market capitalization in USD, 24-hour trading volume, Bitcoin and Ethereum dominance percentages, 24h market-cap change, and the number of active cryptocurrencies and markets. The macro view in one call. Sourced from CoinGecko.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"activeCryptocurrencies":17000,"asOf":"2026-06-15T12:00:00.000Z","btcDominancePct":56.5,"ethDominancePct":13.2,"marketCapChange24hPct":-1.4,"markets":1100,"source":{"name":"CoinGecko"},"totalMarketCapUsd":2350000000000,"totalVolume24hUsd":95000000000},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"activeCryptocurrencies":{"type":"number"},"asOf":{"type":"string"},"btcDominancePct":{"type":"number"},"ethDominancePct":{"type":"number"},"marketCapChange24hPct":{"type":"number"},"markets":{"type":"number"},"source":{"properties":{"name":{"type":"string"}},"type":"object"},"totalMarketCapUsd":{"type":"number"},"totalVolume24hUsd":{"type":"number"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-18T00:16:11.013Z","quality":{"l30DaysTotalCalls":99,"l30DaysUniquePayers":14,"lastCalledAt":"2026-08-18T00:16:10.531Z"},"resource":"https://crypto.apitoll.cloud/v1/crypto/global","serviceName":"ApiToll Crypto Market Overview","tags":["crypto","market-overview","market-cap","btc-dominance","macro"],"type":"http","x402Version":2,"mainstreet":{"score":68,"settlements":{"count":400,"volumeUsdc":0.4,"distinctPayers":73},"washRisk":false,"rankScore":68,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x3dA40A9aD36640a2C0F533BAC368490095574664","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x3dA40A9aD36640a2C0F533BAC368490095574664"}},{"accepts":[{"amount":"5000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x3291e96b3bff7ed56e3ca8364273c5b4654b2b37","scheme":"exact"},{"amount":"5000000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"D6ZhtNQ5nT9ZnTHUbqXZsTx5MH2rPFiBBggX4hY1WePM"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"3MZVk97x9SeRxbYpc3jhzRfU2fyA3emYutnqfn9kNfYX","scheme":"exact"}],"description":"Get a prepaid card for use inside the United States","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"amount":5},"type":"http"},"output":{"example":{"auth":{"expires_in":"3600","id_token":"eyJ...","refresh_token":"AMf..."},"card":{"card_id":"card_123","status":"pending","usd_amount":5},"user_id":"0xabc..."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"amount":{"description":"USD amount to load on the card (min $5, max $1000)","type":"number"},"format":{"description":"Response format. 'json' (default) for agents, 'html' for browsers.","type":"string"}},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"auth":{"properties":{"expires_in":{"type":"string"},"id_token":{"description":"Firebase ID token for the callable APIs","type":"string"},"refresh_token":{"type":"string"}},"type":"object"},"card":{"properties":{"card_id":{"type":"string"},"status":{"type":"string"},"usd_amount":{"type":"number"}},"type":"object"},"user_id":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1786434962/bazaar-icons/7a92f58248689da4.png","lastUpdated":"2026-08-18T00:00:58.97Z","quality":{"l30DaysTotalCalls":45,"l30DaysUniquePayers":26,"lastCalledAt":"2026-08-18T00:00:58.466Z"},"resource":"https://laso.finance/get-card","serviceName":"Laso Finance","tags":["prepaid-card","usa","spending"],"type":"http","x402Version":2,"mainstreet":{"score":64,"settlements":{"count":360,"volumeUsdc":34541.92,"distinctPayers":74},"washRisk":false,"rankScore":64,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x3291e96b3bff7ed56e3ca8364273c5b4654b2b37","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x3291e96b3bff7ed56e3ca8364273c5b4654b2b37"}},{"accepts":[{"amount":"3000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c","scheme":"exact"},{"amount":"3000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"7kPWiEbDXu33FomKG6mGa7R8HGSfUGFsAoKFZeBERJaH","scheme":"exact"}],"description":"Latest SEC EDGAR filings for any US-listed company by stock ticker or CIK: 10-K annual reports, 10-Q quarterly reports, and 8-K material events. Resolves ticker to CIK via SEC's official index and returns the parsed filing (company, form type, dated items). Sourced live from data.sec.gov.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"form":"10-K","limit":5,"ticker":"AAPL"},"type":"http"},"output":{"example":{"appliedSince":null,"count":1,"form":"10-K","items":[{"accessionNumber":"0000320193-24-000123","cik":"0000320193","filingDate":"2024-11-01","filingUrl":"https://www.sec.gov/Archives/edgar/data/320193/000032019324000123/aapl-20240928.htm","form":"10-K","immutable":true,"primaryDocument":"aapl-20240928.htm","reportDate":"2024-09-28"}],"meta":{"relatedEndpoints":[]},"resolved":{"cik":"0000320193","cikInt":320193,"companyName":"Apple Inc.","entityType":"operating","mappingAgeSeconds":1842,"sic":"3571","ticker":"AAPL","tickerSnapshotDate":"2026-05-30"},"source":{"fetchedAt":"2026-05-30T14:22:01Z","name":"data.sec.gov","servedFromCache":true,"sourceLastFetchedAt":"2026-05-30T14:11:43Z"},"truncation":null},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"cik":{"description":"SEC CIK (1-10 digits). XOR with ticker.","pattern":"^\\d{1,10}$","type":"string"},"form":{"description":"SEC form for /filings: 10-K, 10-Q, 8-K. Aliases accepted (10k, 10-q, 8k, annual, quarterly, current-report, material-event). Form 4 and 13F-HR have their own routes — GET /v1/edgar/insider and GET /v1/edgar/holdings.","enum":["10-K","10-Q","8-K"],"type":"string"},"includeAmendments":{"description":"When true (default), amendment suffixes (10-K/A) surface alongside the base form.","type":"boolean"},"limit":{"description":"Per-form ceiling: 10-K/10-Q/8-K=50.","maximum":50,"minimum":1,"type":"integer"},"since":{"description":"Inclusive lower bound on filingDate (YYYY-MM-DD), within the last 5 years.","pattern":"^\\d{4}-\\d{2}-\\d{2}$","type":"string"},"ticker":{"description":"Stock ticker, case-insensitive. XOR with cik.","pattern":"^[A-Za-z.\\-]{1,10}$","type":"string"}},"required":["form"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"appliedSince":{"format":"date","type":["string","null"]},"count":{"type":"integer"},"form":{"enum":["10-K","10-Q","8-K"],"type":"string"},"items":{"items":{"type":"object"},"type":"array"},"meta":{"type":"object"},"resolved":{"type":"object"},"source":{"type":"object"},"truncation":{"type":["object","null"]}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-17T12:20:57.429Z","quality":{"l30DaysTotalCalls":164,"l30DaysUniquePayers":12,"lastCalledAt":"2026-08-17T12:20:56.895Z"},"resource":"https://edgar.apitoll.cloud/v1/edgar/filings","serviceName":"ApiToll SEC Filings","tags":["sec","edgar","filings","10-K","10-Q"],"type":"http","x402Version":2,"mainstreet":{"score":64,"settlements":{"count":161,"volumeUsdc":0.51,"distinctPayers":23},"washRisk":false,"rankScore":64,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x3291e96b3bff7ed56e3ca8364273c5b4654b2b37","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"GVJJ7rdGiXr5xaYbRwRbjfaJL7fmwRygFi1H6aGqDveb"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"3MZVk97x9SeRxbYpc3jhzRfU2fyA3emYutnqfn9kNfYX","scheme":"exact"}],"description":"Get a Firebase ID token for authenticating with the callable APIs","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"auth":{"expires_in":"3600","id_token":"eyJ...","refresh_token":"AMf..."},"callable_base_url":"https://us-central1-kyc-ts.cloudfunctions.net","user_id":"0xabc..."},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"auth":{"properties":{"expires_in":{"type":"string"},"id_token":{"description":"Firebase ID token for the callable APIs","type":"string"},"refresh_token":{"type":"string"}},"type":"object"},"callable_base_url":{"type":"string"},"user_id":{"type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"sign-in-with-x":{"info":{"domain":"laso.finance","expirationTime":"2026-08-17T12:23:46.976Z","issuedAt":"2026-08-17T12:18:46.976Z","nonce":"dab6862334699f62bd50b66cf3e7d9f2","resources":["https://laso.finance/auth"],"statement":"Sign in to Laso Finance","uri":"https://laso.finance/auth","version":"1"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"address":{"type":"string"},"chainId":{"type":"string"},"domain":{"type":"string"},"expirationTime":{"format":"date-time","type":"string"},"issuedAt":{"format":"date-time","type":"string"},"nonce":{"type":"string"},"notBefore":{"format":"date-time","type":"string"},"requestId":{"type":"string"},"resources":{"items":{"format":"uri","type":"string"},"type":"array"},"signature":{"type":"string"},"statement":{"type":"string"},"type":{"type":"string"},"uri":{"format":"uri","type":"string"},"version":{"type":"string"}},"required":["domain","address","uri","version","chainId","type","nonce","issuedAt","signature"],"type":"object"},"supportedChains":[{"chainId":"eip155:8453","type":"eip191"},{"chainId":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","type":"ed25519"}]}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1786434962/bazaar-icons/7a92f58248689da4.png","lastUpdated":"2026-08-17T12:18:47.014Z","quality":{"l30DaysTotalCalls":28,"l30DaysUniquePayers":13,"lastCalledAt":"2026-08-17T12:18:46.663Z"},"resource":"https://laso.finance/auth","serviceName":"Laso Finance","tags":["auth","sign-in","wallet"],"type":"http","x402Version":2,"mainstreet":{"score":64,"settlements":{"count":360,"volumeUsdc":34541.92,"distinctPayers":74},"washRisk":false,"rankScore":64,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x3291e96b3bff7ed56e3ca8364273c5b4654b2b37","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x3291e96b3bff7ed56e3ca8364273c5b4654b2b37"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xb3C2776cE3F99cb3366520c27b4aC5D436942Ab6","scheme":"exact"},{"amount":"1000","asset":"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:137","payTo":"0xb3C2776cE3F99cb3366520c27b4aC5D436942Ab6","scheme":"exact"},{"amount":"1000","asset":"0xaf88d065e77c8cC2239327C5EDb3A432268e5831","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:42161","payTo":"0xb3C2776cE3F99cb3366520c27b4aC5D436942Ab6","scheme":"exact"},{"amount":"1000","asset":"0x79A02482A880bCE3F13e09Da970dC34db4CD24d1","extra":{},"maxTimeoutSeconds":300,"network":"eip155:480","payTo":"0xb3C2776cE3F99cb3366520c27b4aC5D436942Ab6","scheme":"exact"},{"amount":"1000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"9xQeWvG816bUx9EPjHmaT23yvVM2ZWbrrpZb9PusVFin","scheme":"exact"}],"description":"Multi-model chat completions. POST messages[] and set model to any LLM id from GET /v1/models; dynamic USDC pricing scales with model and token usage. Hero: GET /heroes/chat-completions.","extensions":{"bazaar":{"info":{"input":{"body":{"max_tokens":128,"messages":[{"content":"Say hello in one sentence.","role":"user"}],"model":"fast"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"choices":[{"finish_reason":"stop","index":0,"message":{"content":"Hello!","role":"assistant"}}],"id":"chatcmpl-example","object":"chat.completion"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":true,"properties":{"max_tokens":{"type":"integer"},"messages":{"items":{"type":"object"},"type":"array"},"model":{"type":"string"}},"required":["messages"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"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"}}},"lastUpdated":"2026-08-18T06:09:28.847Z","quality":{"l30DaysTotalCalls":220,"l30DaysUniquePayers":10,"lastCalledAt":"2026-08-18T06:09:28.399Z"},"resource":"https://chat.gedx402.com/v1/chat/completions","serviceName":"GEDX402 Chat","tags":["chat","openai","completions","venice","winner"],"type":"http","x402Version":2,"mainstreet":{"score":62,"settlements":{"count":651,"volumeUsdc":28.82,"distinctPayers":67},"washRisk":false,"rankScore":62,"trust":"high","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xb3C2776cE3F99cb3366520c27b4aC5D436942Ab6","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xb3C2776cE3F99cb3366520c27b4aC5D436942Ab6"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":360,"network":"eip155:8453","payTo":"0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","scheme":"exact"}],"description":"Exa — semantic web search via our API key. numResults up to 100. For people/lead discovery set category:\"people\" with an open ICP query.","extensions":{"bazaar":{"info":{"input":{"body":{"contents":{},"numResults":1,"query":"example","type":"auto"},"bodyType":"json","method":"POST","pathParams":{},"type":"http"},"output":{"example":{"charged_cents":1,"data":{},"ok":true},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":true,"properties":{"contents":{},"numResults":{"exclusiveMinimum":0,"maximum":100,"type":"integer"},"query":{"minLength":1,"type":"string"},"type":{"enum":["auto","neural","keyword","deep-lite","deep","deep-reasoning"],"type":"string"}},"required":["query"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"type":"string"},"pathParams":{"type":"object"},"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"}}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1783358761/bazaar-icons/161e7ee036681539.png","lastUpdated":"2026-08-18T06:21:57.261Z","quality":{"l30DaysTotalCalls":261,"l30DaysUniquePayers":25,"lastCalledAt":"2026-08-18T06:21:57.079Z"},"resource":"https://vaaya.ai/api/run/exa/search","serviceName":"Vaaya","tags":["exa","ai-agents","pay-per-call"],"type":"http","x402Version":2,"mainstreet":{"score":59,"settlements":{"count":693,"volumeUsdc":120.11,"distinctPayers":74},"washRisk":false,"rankScore":59,"trust":"medium","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x7c655d3d3944Bd27994dD81A036C3aFB19806C40","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x7c655d3d3944Bd27994dD81A036C3aFB19806C40"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x45ac00db8bdd4b837abbbf75888cbdfe6b6d8943","scheme":"exact"}],"description":"View component code after payment","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"block_name":"testimonials-02"},"type":"http"},"output":{"example":{"block_name":"testimonials-02","component":{"code":"export function Testimonials02() { ... }","description":"Testimonial cards with social proof badges","name":"testimonials-02","path":"components/testimonials-02.tsx"},"page":{"code":"export default function Page() { ... }","path":"app/testimonials-02/page.tsx"},"success":true},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"block_name":{"description":"Name of the block to fetch (e.g., testimonials-02, cruds-01). Defaults to testimonials-02 if not provided.","type":"string"}},"required":[],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"lastUpdated":"2026-08-14T10:42:46.919Z","quality":{"l30DaysTotalCalls":145,"l30DaysUniquePayers":135,"lastCalledAt":"2026-08-17T12:25:45.232Z"},"resource":"https://x402.creative-tim.com/shadcn-blocks/user-payment","type":"http","x402Version":2,"mainstreet":{"score":56,"settlements":{"count":87,"volumeUsdc":1.05,"distinctPayers":74},"washRisk":false,"rankScore":56,"trust":"medium","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x45ac00db8bdd4b837abbbf75888cbdfe6b6d8943","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x45ac00db8bdd4b837abbbf75888cbdfe6b6d8943"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xE341Add833F9d62082e97eA260BAA6546Cd09F73","scheme":"exact"}],"description":"IXS Real world asset vaults — 6% yields, BlackRock exposure, tokenized on-chain","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"data":{"hasNextPage":false,"hasPreviousPage":false,"items":[{"chainId":8453,"chainName":"base","contractAddress":"0x974AbbD28E6c1752f7816E7F15cA3Bf9989A8D4C","explorerUrl":"https://basescan.org/address/0x974AbbD28E6c1752f7816E7F15cA3Bf9989A8D4C","id":"69e587a2a631785cb319f3f7","legacyId":null,"logoUrl":"https://cdn.investax.io/chains/base.png","metrics":null,"name":"Benjie Vault","network":"base","requiresWhitelist":false,"routeId":"8453-0x974abbd28e6c1752f7816e7f15ca3bf9989a8d4c","rpcUrl":"https://mainnet.base.org/","status":"active","subgraphUrl":"https://api.goldsky.com/api/public/project_cmgzm21qo008x5np27bk21873/subgraphs/ixs-tokenized-vault-async-withdrawals-base-mainnet/2.0.0/gn","symbol":"vtbg","underlyingAsset":{"address":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","decimals":6,"symbol":"USDC"}}],"page":1,"pageSize":20,"totalItems":1,"totalPages":1},"ok":true},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"ixs-meta":{}},"iconUrl":"https://res.cloudinary.com/bdb-prod/image/upload/c_fill,ar_1:1,w_256,h_256,f_auto,q_auto/v1779275883/bazaar-icons/05511c5416c3d035.png","lastUpdated":"2026-08-15T02:05:52.193Z","quality":{"l30DaysTotalCalls":25,"l30DaysUniquePayers":13,"lastCalledAt":"2026-08-15T02:05:51.249Z"},"resource":"https://api-dev-v2.ixs.finance/x402/vaults","serviceName":"IXS","tags":["rwa","defi","tokenization","erc4626"],"type":"http","x402Version":2,"mainstreet":{"score":50,"settlements":{"count":50,"volumeUsdc":0.05,"distinctPayers":22},"washRisk":false,"rankScore":50,"trust":"medium","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xE341Add833F9d62082e97eA260BAA6546Cd09F73","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xE341Add833F9d62082e97eA260BAA6546Cd09F73"}},{"accepts":[{"amount":"10000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","terms":"By using the Tavily solution, you agree to be bound by the Terms of Use (https://tavily.com/terms) and Privacy Policy (https://tavily.com/privacy) and accept that Tavily disclaims any liability with regard to the AI agent and cryptocurrency payments.","tier":"advanced","version":"2"},"maxTimeoutSeconds":60,"network":"eip155:8453","payTo":"0x49aa9df75f5deb0066921dc98eeef688411ac5f9","scheme":"exact"},{"amount":"0.016","asset":"iso4217:USD","extra":{"quoteToken":"eyJhbGciOiJFUzM4NCIsInR5cCI6IkpXVCIsImtpZCI6InRhdmlseS1hZ2VudHBheS14NDAyLXNpZ25pbmcta2V5In0.eyJpc3MiOiJodHRwczovL3g0MDIudGF2aWx5LmNvbSIsImF1ZCI6ImF3czptYXJrZXRwbGFjZSIsImlhdCI6MTc4NzAzNzkzNywiZXhwIjoxNzg3MDM4MjM3LCJqdGkiOiI1MGU3NTFkZS1jYThlLTRkODUtODk1YS00MTgyZWFkMGEyOGMiLCJwcmljZSI6eyJhbW91bnQiOiIwLjAxNiIsImN1cnJlbmN5IjoiVVNEIn0sInBheVRvIjoic2VsbGVyIiwicmVmZXJlbmNlIjoidGF2aWx5LXNlYXJjaC1hZHZhbmNlZCIsInNldHRsZW1lbnQiOnsicHJvZHVjdF9pZCI6InByb2QtbWFlZXQ2c2FqZWc0MiJ9fQ.8Bl74JZZZqHLjk-a26IPzsGfu99Y5kQdMaDgVg-cFUsNmSP4LjxQo1Uk-VMKMR7Y8hDmkO3OdULGYadS0EjknfvW4YVYQpKuigzFHaHk8Ua78gM15gS1sGer2Vr00kcC","reference":"tavily-search-advanced","settlement":{"product_id":"prod-maeet6sajeg42"},"tier":"advanced"},"maxTimeoutSeconds":300,"network":"aws:base","payTo":"urn:x402:agent-pay:see-quote","scheme":"agent-pay"}],"bundleSlugs":["daily-news-search","trip-planner"],"curated":true,"description":"Tavily Search - advanced mode","extensions":{"bazaar":{"info":{"input":{"body":{"end_date":"2026-05-28","exclude_domains":["example.com"],"include_answer":true,"include_domains":["x402.org","docs.cdp.coinbase.com"],"include_images":true,"include_raw_content":true,"max_results":5,"query":"what is x402?","search_depth":"advanced","start_date":"2026-01-01","time_range":"month","topic":"general"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"answer":null,"follow_up_questions":null,"images":[],"query":"what is x402?","request_id":"8146b0d8-db42-42a7-8fb9-3796fce6853e","response_time":0.7,"results":[{"content":"x402 is an open payment protocol that revives the HTTP 402 status code so AI agents can pay per request in stablecoins, with no API keys or accounts.","raw_content":null,"score":0.92,"title":"x402 — Payment Required","url":"https://x402.org/"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"end_date":{"type":"string"},"exclude_domains":{"items":{"type":"string"},"type":"array"},"include_answer":{"type":"boolean"},"include_domains":{"items":{"type":"string"},"type":"array"},"include_images":{"type":"boolean"},"include_raw_content":{"type":"boolean"},"max_results":{"description":"\"auto\" or integer 1-50","oneOf":[{"const":"auto"},{"maximum":50,"minimum":1,"type":"integer"}]},"query":{"description":"Search query (1-1000 chars)","type":"string"},"search_depth":{"default":"advanced","enum":["advanced"],"type":"string"},"start_date":{"type":"string"},"time_range":{"type":"string"},"topic":{"enum":["general","news","finance"],"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"}}},"lastUpdated":"2026-08-18T07:25:37.153Z","quality":{"l30DaysTotalCalls":18917,"l30DaysUniquePayers":382,"lastCalledAt":"2026-08-18T06:41:14.643Z"},"resource":"https://x402.tavily.com/search","type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":0,"volumeUsdc":0,"distinctPayers":0},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x49aa9df75f5deb0066921dc98eeef688411ac5f9","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x49aa9df75f5deb0066921dc98eeef688411ac5f9"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xb8c578e039Aa2c44dd3dEc48E6875ba5763CD67f","scheme":"exact"}],"description":"Flip a coin for a small USDC payment on Base mainnet. Returns heads or tails.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"message":"You flipped a coin and got heads!","result":"heads","timestamp":"2026-08-17T20:22:37.949Z"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_kkwxelux"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T21:05:46.343Z","quality":{"l30DaysTotalCalls":359,"l30DaysUniquePayers":76,"lastCalledAt":"2026-08-17T21:05:46.187Z"},"resource":"https://coinflip402.vercel.app/api/coinflip","serviceName":"Coin Flip","tags":["game","random","fun"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":221,"volumeUsdc":0.22,"distinctPayers":74},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xb8c578e039Aa2c44dd3dEc48E6875ba5763CD67f","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xb8c578e039Aa2c44dd3dEc48E6875ba5763CD67f"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x7971a809c18c918CaD50cF004C190cBb6E1bf668","scheme":"exact"}],"description":"Generate a captioned meme image. Pay per request in USDC on Base mainnet.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"imageUrl":"https://api.memegen.link/images/buzz/one_does_not_simply/generate_a_meme_with_x402.png","name":"Generated Meme","template":"buzz"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_slr9z9wu"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T16:19:35.744Z","quality":{"l30DaysTotalCalls":322,"l30DaysUniquePayers":77,"lastCalledAt":"2026-08-17T16:19:35.555Z"},"resource":"https://memegeneratorx402.vercel.app/api/generate-meme","serviceName":"Meme Generator","tags":["meme","image","generator","fun"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":210,"volumeUsdc":0.21,"distinctPayers":75},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x7971a809c18c918CaD50cF004C190cBb6E1bf668","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x7971a809c18c918CaD50cF004C190cBb6E1bf668"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xB5F08f2db7baA682f308BAa02cf0Edb35AcA336a","scheme":"exact"}],"description":"Returns a single random fact as JSON in exchange for a micropayment.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"fact":"Octopuses have three hearts and blue, copper-based blood.","source":"randomfactsx402"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_el3d80cl"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T16:19:35.384Z","quality":{"l30DaysTotalCalls":296,"l30DaysUniquePayers":78,"lastCalledAt":"2026-08-17T16:19:35.192Z"},"resource":"https://randomfactsx402.vercel.app/api/random-fact","serviceName":"Random Fact","tags":["facts","trivia","random","json"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":188,"volumeUsdc":0.19,"distinctPayers":78},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xB5F08f2db7baA682f308BAa02cf0Edb35AcA336a","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xB5F08f2db7baA682f308BAa02cf0Edb35AcA336a"}},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x255CdB4e42afeFc7120B0388eB78f96d996d387b","scheme":"exact"}],"description":"Pay a micro-fee in USDC on Base mainnet to receive a riddle and its answer.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"answer":"An echo","name":"Riddle of the moment","riddle":"I speak without a mouth and hear without ears. What am I?"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_vgoliho6"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T04:24:28.817Z","quality":{"l30DaysTotalCalls":328,"l30DaysUniquePayers":75,"lastCalledAt":"2026-08-18T04:24:28.651Z"},"resource":"https://riddlex402.vercel.app/api/riddle","serviceName":"Riddle Oracle","tags":["riddle","puzzle","fun","text"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":205,"volumeUsdc":0.41,"distinctPayers":74},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x255CdB4e42afeFc7120B0388eB78f96d996d387b","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x255CdB4e42afeFc7120B0388eB78f96d996d387b"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xBf0Df63A4A47e5A72A976ecE1D78aefecCC773a0","scheme":"exact"}],"description":"Roll a dice with any number of faces. Specify faces via ?faces=N query parameter.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"faces":20,"message":"Rolled a d20: 14","roll":14,"rolledAt":"2024-07-09T03:15:00.000Z"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_t5kpfqtf"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T12:19:42.954Z","quality":{"l30DaysTotalCalls":276,"l30DaysUniquePayers":77,"lastCalledAt":"2026-08-17T12:19:42.749Z"},"resource":"https://dicex402.vercel.app/api/dice","serviceName":"Dice Roller","tags":["dice","random","game","utility"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":148,"volumeUsdc":0.15,"distinctPayers":68},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xBf0Df63A4A47e5A72A976ecE1D78aefecCC773a0","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xBf0Df63A4A47e5A72A976ecE1D78aefecCC773a0"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xD7d49D6a12Ee3852f29A52A40908069bF4e48914","scheme":"exact"}],"description":"Pay a tiny amount of USDC and receive one delightfully useless fact.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"license":"Enjoy responsibly. One useless fact per payment.","source":"useless-fact paid endpoint","text":"A group of flamingos is called a 'flamboyance'."},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_nc9npk22"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T16:19:37.926Z","quality":{"l30DaysTotalCalls":320,"l30DaysUniquePayers":75,"lastCalledAt":"2026-08-17T16:19:37.762Z"},"resource":"https://x402uselessfacts.vercel.app/api/useless-fact","serviceName":"Useless Fact","tags":["facts","trivia","fun","useless"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":175,"volumeUsdc":0.18,"distinctPayers":66},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xD7d49D6a12Ee3852f29A52A40908069bF4e48914","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xD7d49D6a12Ee3852f29A52A40908069bF4e48914"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x1350A77BEfEBBCc05f8e3a13CC6D4AD781c59D34","scheme":"exact"}],"description":"Get one piece of thoughtful life advice, paid per request over x402.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"advice":"Do the hard thing first; the rest of the day gets easier.","category":"life","deliveredAt":"2024-01-01T00:00:00.000Z"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_9640x0tc"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T01:06:53.962Z","quality":{"l30DaysTotalCalls":304,"l30DaysUniquePayers":75,"lastCalledAt":"2026-08-18T01:06:53.578Z"},"resource":"https://x402lifeadvice.vercel.app/api/life-advice","serviceName":"Life Advice","tags":["advice","life","wisdom","text"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":149,"volumeUsdc":0.15,"distinctPayers":70},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x1350A77BEfEBBCc05f8e3a13CC6D4AD781c59D34","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x1350A77BEfEBBCc05f8e3a13CC6D4AD781c59D34"}},{"accepts":[{"amount":"1500","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x2af91Df69bD04ccF82D6477aDC046C815B7aE129","scheme":"exact"}],"description":"Get today's curated Word of the Day (definition + part of speech).","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"date":"2026-07-10","definition":"The realization that each passerby is living a life as vivid and complex as your own.","partOfSpeech":"noun","word":"sonder"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_szt6dggn"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T21:05:46.903Z","quality":{"l30DaysTotalCalls":305,"l30DaysUniquePayers":74,"lastCalledAt":"2026-08-17T21:05:46.715Z"},"resource":"https://x402wordoftheday.vercel.app/api/word-of-the-day","serviceName":"Word of the Day","tags":["words","vocabulary","dictionary","daily"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":175,"volumeUsdc":0.26,"distinctPayers":68},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x2af91Df69bD04ccF82D6477aDC046C815B7aE129","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x2af91Df69bD04ccF82D6477aDC046C815B7aE129"}},{"accepts":[{"amount":"1300","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x6a4921474848d3fa168ee7fa87222547acc4712f","scheme":"exact"}],"description":"Access the exclusive horror story collection (pay-per-read).","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"license":"Single-reader license. Do not redistribute.","title":"The Horror Story Collection"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_kjv97xoy"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T12:20:09.735Z","quality":{"l30DaysTotalCalls":310,"l30DaysUniquePayers":72,"lastCalledAt":"2026-08-17T12:20:09.521Z"},"resource":"https://horrorstoryapi.vercel.app/api/horror-story","serviceName":"Horror Story API","tags":["horror","stories","fiction","entertainment"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":180,"volumeUsdc":0.23,"distinctPayers":67},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x6a4921474848d3fa168ee7fa87222547acc4712f","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x6a4921474848d3fa168ee7fa87222547acc4712f"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x88a4CDea106f18e919613a4EAeD8efdb2183E9ea","scheme":"exact"}],"description":"Get a random fortune via x402 payment on Base mainnet.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"fortune":"Your fortune will come through the blockchain.","message":"Thanks for your payment!"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_6qzccf83"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T01:06:22.663Z","quality":{"l30DaysTotalCalls":286,"l30DaysUniquePayers":72,"lastCalledAt":"2026-08-18T01:06:22.481Z"},"resource":"https://ladyfortunalx402.vercel.app/api/fortune","serviceName":"Fortune Generator","tags":["fortune","prediction","entertainment"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":174,"volumeUsdc":0.17,"distinctPayers":71},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x88a4CDea106f18e919613a4EAeD8efdb2183E9ea","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x88a4CDea106f18e919613a4EAeD8efdb2183E9ea"}},{"accepts":[{"amount":"2500","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xA3068CfAe6217Ae906958250072bdf51B7F910c3","scheme":"exact"}],"description":"Convert a weight/mass value between units (kg, g, lb, oz, stone, tonne, and more).","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{},"type":"http"},"output":{"example":{"formula":"10 kg = 22.0462 lb","from":"kg","result":22.0462,"to":"lb","value":10},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_tobrbrge"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-17T12:20:54.66Z","quality":{"l30DaysTotalCalls":261,"l30DaysUniquePayers":72,"lastCalledAt":"2026-08-17T12:20:54.469Z"},"resource":"https://weight402endpoint.vercel.app/api/convert-weight","serviceName":"Weight Converter API","tags":["weight","mass","conversion","units","converter"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":141,"volumeUsdc":0.35,"distinctPayers":66},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xA3068CfAe6217Ae906958250072bdf51B7F910c3","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xA3068CfAe6217Ae906958250072bdf51B7F910c3"}},{"accepts":[{"amount":"1000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xbA667287B8Ef89565F8fD7AcD4d22Ce98E0f39cd","scheme":"exact"}],"description":"Convert a time between any two IANA time zones (DST-aware). Pay-per-call in USDC on Base.","extensions":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"from":"America/New_York","time":"2026-07-04T15:30","to":"Asia/Tokyo"},"type":"http"},"output":{"example":{"result":{"from":{"localTime":"2026-07-04T15:30:00","offset":"-04:00","timeZone":"America/New_York"},"to":{"localTime":"2026-07-05T04:30:00","offset":"+09:00","timeZone":"Asia/Tokyo"},"utc":"2026-07-04T19:30:00.000Z"},"service":"Timezone Converter"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"from":{"description":"Source IANA time zone","type":"string"},"time":{"description":"Wall-clock time in the source zone, or 'now' (optional)","type":"string"},"to":{"description":"Target IANA time zone","type":"string"}},"required":["from","to"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_zr9oznjo"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T00:49:21.804Z","quality":{"l30DaysTotalCalls":275,"l30DaysUniquePayers":71,"lastCalledAt":"2026-08-18T00:49:21.373Z"},"resource":"https://402timezones.vercel.app/api/convert-timezone","serviceName":"Timezone Converter","tags":["time","timezone","utility","datetime","converter"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":141,"volumeUsdc":0.14,"distinctPayers":65},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xbA667287B8Ef89565F8fD7AcD4d22Ce98E0f39cd","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xbA667287B8Ef89565F8fD7AcD4d22Ce98E0f39cd"}},{"accepts":[{"amount":"1700","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xBbBA34E9e10130CE852Aa9f1D651cd73C36206d4","scheme":"exact"}],"description":"Pay for a lighthearted developer roast generated on-demand.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"explanation":"Thanks for the payment! You've earned a lighthearted developer roast.","generatedAt":"2026-07-05T00:00:00.000Z","roast":"Your code is so bad, even GitHub Copilot refuses to autocomplete it."},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"builder-code":{"info":{"a":"bc_faaws0sy"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}}},"lastUpdated":"2026-08-18T01:16:18.001Z","quality":{"l30DaysTotalCalls":280,"l30DaysUniquePayers":69,"lastCalledAt":"2026-08-18T01:16:17.841Z"},"resource":"https://roastx402endpoint.vercel.app/api/roast","serviceName":"Roast Generator","tags":["roast","humor","developer","fun"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":152,"volumeUsdc":0.26,"distinctPayers":65},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xBbBA34E9e10130CE852Aa9f1D651cd73C36206d4","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xBbBA34E9e10130CE852Aa9f1D651cd73C36206d4"}},{"accepts":[{"amount":"2000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xD70d01C73b0C5F3246F2b55CCe5FF1b41842ab5E","scheme":"exact"}],"description":"Get a random interesting joke. Secured with x402 payment protocol on Base mainnet.","extensions":{"bazaar":{"info":{"input":{"method":"GET","pathParams":{},"queryParams":{},"type":"http"},"output":{"example":{"joke":"I told my computer I needed a break — it said no problem, it'll go to sleep.","paidWith":"x402 / USDC on Base","source":"Random Joke API"},"type":"json"}},"routeTemplate":":var1","schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object"},"queryParams":{"properties":{},"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}},"info":{"a":"bc_95iwepxu"},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"a":{"description":"App builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"},"s":{"description":"Service builder codes","items":{"pattern":"^[a-z0-9_]{1,32}$","type":"string"},"type":"array"},"w":{"description":"Wallet builder code","pattern":"^[a-z0-9_]{1,32}$","type":"string"}},"type":"object"}},"lastUpdated":"2026-08-18T01:18:47.413Z","quality":{"l30DaysTotalCalls":176,"l30DaysUniquePayers":72,"lastCalledAt":"2026-08-18T01:18:47.27Z"},"resource":"https://jokes-endpoint.vercel.app/api/jokes","serviceName":"Random Joke API","tags":["jokes","entertainment","fun","humor"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":99,"volumeUsdc":0.67,"distinctPayers":53},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0xD70d01C73b0C5F3246F2b55CCe5FF1b41842ab5E","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0xD70d01C73b0C5F3246F2b55CCe5FF1b41842ab5E"}},{"accepts":[{"amount":"1000000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0x213c8d7434E2ae7AA1C392767c5120778D413215","scheme":"exact"}],"description":"OpenAI-compatible LLM inference and chat completions via discounted Venice API credits. Pay USDC to receive a live Venice.ai API key for /api/v1 models, chat, images, audio, video, and embeddings. Same-Day credits are 30–90% below Venice direct and expire at 23:59 UTC; Prepaid API Keys support recurring agent jobs.","extensions":{"bazaar":{"category":"Inference","discoverable":true,"info":{"input":{"body":{"usdPaid":1},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"purchase":{"creditsIssuedUsd":2,"dates":["2026-04-25"],"discountMultiplier":0.5,"expiresAt":"2026-04-25T23:59:59.000Z","id":"purchase_01HEXAMPLE","ids":["purchase_01HEXAMPLE"],"purchaseMode":"spot","settlementTxHash":"0x0000000000000000000000000000000000000000000000000000000000000000","usdPaid":1},"success":true,"veniceApiKey":"vn-...live-key...","veniceKeyLast6":"abc123"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"additionalProperties":false,"properties":{"dailyReservedUsd":{"description":"Daily credit reserve amount in Venice API credits per UTC day. Required when purchaseMode=\"prepaid\". Must fit unreserved capacity for the start date and be at least one-seventh of the reserve balance.","type":"number"},"paymentSessionId":{"description":"Opaque session ID returned in a prior 402 response; echo it back on retry.","type":"string"},"purchaseMode":{"description":"Use \"spot\" for Same-Day Credits or \"prepaid\" for a Prepaid API Key with prepaid balance and daily credit reserve.","enum":["spot","prepaid"],"type":"string"},"reserveStart":{"description":"Prepaid API Key daily credit reserve start. New Prepaid API Keys start tomorrow UTC; use Same-Day Credits for work today.","enum":["tomorrow"],"type":"string"},"topUpKeyLast6":{"description":"Optional last 6 characters of a wallet-owned active Prepaid API Key to top up.","type":"string"},"usdPaid":{"description":"Discounted USD amount to pay for Venice API credits. Minimum is based on receiving at least $0.50 in credits after current time-based pricing.","minimum":0.01,"type":"number"}},"required":["usdPaid"],"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":["inference","llm","openai","chat-completions","ai"]}},"lastUpdated":"2026-08-18T05:00:07.493Z","quality":{"l30DaysTotalCalls":174,"l30DaysUniquePayers":20,"lastCalledAt":"2026-08-18T05:00:07.282Z"},"resource":"https://cheaptokens.ai/api/buy","serviceName":"CheapTokens AI Inference","tags":["inference","llm","openai","chat-completions","ai"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":187,"volumeUsdc":942.39,"distinctPayers":20},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":"https://avisradar-production.up.railway.app/api/agent/score/0x213c8d7434E2ae7AA1C392767c5120778D413215","auditUrl":"https://avisradar-production.up.railway.app/api/agent/audit/0x213c8d7434E2ae7AA1C392767c5120778D413215"}},{"accepts":[{"amount":"5000","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","extra":{"feePayer":"Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"},"maxTimeoutSeconds":300,"network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"9MkM5Ra48KFcSv9HDQ8sb3C3r5HjouEwGQ6sp1cx1vde","scheme":"exact"},{"amount":"5000","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:8453","payTo":"0xC751344Ee09B5159160173F77D4a1169bCd386A1","scheme":"exact"},{"amount":"5000","asset":"0x754704Bc059F8C67012fEd69BC8A327a5aafb603","extra":{"name":"USDC","version":"2"},"maxTimeoutSeconds":300,"network":"eip155:143","payTo":"0xC751344Ee09B5159160173F77D4a1169bCd386A1","scheme":"exact"}],"description":"Search tweets with advanced operators (recommended). Body param is `query` (not q), e.g. {\"query\":\"from:elonmusk AI min_faves:100\"}","extensions":{"bazaar":{"info":{"input":{"body":{"query":"from:elonmusk AI min_faves:100"},"bodyType":"json","method":"POST","type":"http"},"output":{"example":{"count":1,"has_more":true,"next_cursor":"abc123","tweets":[{"author":{"username":"elonmusk"},"id":"123","text":"Hello"}]},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"body":{"properties":{"cursor":{"description":"Pagination cursor","maxLength":500,"type":"string"},"end_date":{"description":"Only tweets before this time. YYYY-MM-DD (inclusive through end of day UTC) or ISO 8601 datetime with Z/offset (e.g. 2026-04-13T14:30:00Z)","pattern":"^\\d{4}-\\d{2}-\\d{2}(T\\d{2}:\\d{2}(:\\d{2}(\\.\\d+)?)?(Z|[+-]\\d{2}:?\\d{2}))?$","type":"string"},"expand_urls":{"default":false,"description":"When true, auto-crawl entity URLs and attach crawled_content to tweets. Off by default: responses can grow by up to 4KB per expanded URL. Use glim_web_crawl(url) for targeted crawls instead.","type":"boolean"},"query":{"description":"Search query with advanced operators","maxLength":1000,"minLength":1,"type":"string"},"sort":{"description":"Sort order: \"top\" (most engaged matching tweets) or \"latest\" (newest first). Default: \"top\".","enum":["latest","top"],"type":"string"},"start_date":{"description":"Only tweets on or after this time. YYYY-MM-DD (UTC midnight) or ISO 8601 datetime with Z/offset (e.g. 2026-04-13T14:30:00Z)","pattern":"^\\d{4}-\\d{2}-\\d{2}(T\\d{2}:\\d{2}(:\\d{2}(\\.\\d+)?)?(Z|[+-]\\d{2}:?\\d{2}))?$","type":"string"}},"required":["query"],"type":"object"},"bodyType":{"enum":["json","form-data","text"],"type":"string"},"method":{"enum":["POST"],"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"}}},"lastUpdated":"2026-08-14T13:50:22.634Z","quality":{"l30DaysTotalCalls":65,"l30DaysUniquePayers":15,"lastCalledAt":"2026-08-14T13:50:22.225Z"},"resource":"https://glim.sh/api/v1/twitter/search","serviceName":"glim.sh","tags":["twitter","reddit","web","github","search"],"type":"http","x402Version":2,"mainstreet":{"score":null,"settlements":{"count":0,"volumeUsdc":0,"distinctPayers":0},"washRisk":false,"rankScore":-1,"trust":"unknown","scoreUrl":null,"auditUrl":null}}]}