[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-polygon-polygon-discovery":3,"mdc--23d5yt-key":36,"related-repo-polygon-polygon-discovery":2089,"related-org-polygon-polygon-discovery":2139},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"polygon-discovery","access pay-per-call services via Polygon","Agentic Services on Polygon — pay-per-call APIs gated by the x402 payment protocol, callable via the Polygon Agent CLI. No API keys or subscriptions; each call costs a small USDC amount drawn from the agent's smart wallet. Covers web search (Exa, SearchApi), web scraping (Firecrawl), news (NewsAPI), LLM inference (Llama 3.3\u002F3.2 via NVIDIA NIM, OpenRouter), cloud browsers (Browserbase), email (Resend, AgentMail), on-chain wallet analytics and prices (Allium), and multi-chain JSON-RPC (QuickNode, 16 chains).",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"polygon","Polygon","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fpolygon.jpg","0xPolygon",[13,16,19,22],{"name":14,"slug":14,"type":15},"x402","tag",{"name":17,"slug":18,"type":15},"Web3","web3",{"name":20,"slug":21,"type":15},"Payments","payments",{"name":23,"slug":24,"type":15},"API Development","api-development",26,"https:\u002F\u002Fgithub.com\u002F0xPolygon\u002Fpolygon-agent-cli","2026-07-24T05:37:26.414181",null,16,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"Infrastructure for building agents on Polygon","https:\u002F\u002Fgithub.com\u002F0xPolygon\u002Fpolygon-agent-cli\u002Ftree\u002FHEAD\u002Fskills\u002Fpolygon-discovery","---\nname: polygon-discovery\ndescription: Agentic Services on Polygon — pay-per-call APIs gated by the x402 payment protocol, callable via the Polygon Agent CLI. No API keys or subscriptions; each call costs a small USDC amount drawn from the agent's smart wallet. Covers web search (Exa, SearchApi), web scraping (Firecrawl), news (NewsAPI), LLM inference (Llama 3.3\u002F3.2 via NVIDIA NIM, OpenRouter), cloud browsers (Browserbase), email (Resend, AgentMail), on-chain wallet analytics and prices (Allium), and multi-chain JSON-RPC (QuickNode, 16 chains).\n---\n\n# Agentic Services (x402)\n\nPay-per-call APIs on the **Agentic Services** marketplace, gated by the x402 payment\nprotocol on Polygon mainnet. No API keys or subscriptions — each call costs a small\nUSDC amount drawn from your wallet. The CLI (`x402-pay`) detects the `402` response,\nsigns the exact payment, and retries automatically.\n\n- **Base URL:** `https:\u002F\u002Fagentic-services.polygon.technology`\n- **Live catalog (source of truth):** `GET https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fdiscover\u002Froutes`\n- **Full provider docs:** `https:\u002F\u002Fagentic-services.polygon.technology\u002FSKILL.md`\n\n> **Always read the live catalog first.** It returns every active route with its exact\n> proxy path, method, price, and `payTo` address (CORS enabled, no payment required to\n> read it). Prices and available services change — treat the catalog as authoritative\n> and this file as orientation.\n\n---\n\n## Prerequisites — check before any x402 call\n\nEvery call spends USDC from a funded Polygon wallet. Before running `x402-pay`:\n\n```bash\nagent wallet list        # is a wallet configured?\n```\n\nIf no wallet is listed, set one up:\n\n1. `agent wallet login`: opens the agentconnect login page in the browser; sign in with Google or email (works on headless hosts too, no extra flags needed). No setup step is needed first: keys are defaulted, and login auto-provisions Builder credentials.\n2. `agent wallet address`: get the address, then fund it (`agent fund`)\n3. `agent balances`: confirm USDC is available on Polygon (chain 137) before calling any x402 endpoint\n\nIf a wallet exists but `balances` shows 0 USDC, direct the user to fund it — `x402-pay`\nwill otherwise fail with an EOA funding error. All services settle in **USDC on Polygon**\n(`0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359`, chain id 137).\n\n---\n\n## How to call a service\n\nUse the full route URL from the catalog. Request bodies and query params mirror the\nupstream provider's own API.\n\n```bash\n# POST with a JSON body (e.g. Exa web search)\nagent x402-pay \\\n  --url \"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fexa\u002Fsearch\" \\\n  --wallet main --method POST \\\n  --body '{\"query\": \"polygon agentic payments\", \"numResults\": 5}'\n\n# GET with query params (e.g. SearchApi Google search)\nagent x402-pay \\\n  --url \"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fsearchapi\u002Fgoogle?q=\u003Cquery>\" \\\n  --wallet main --method GET\n\n# Scrape a page to clean markdown (Firecrawl)\nagent x402-pay \\\n  --url \"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Ffirecrawl\u002Fscrape\" \\\n  --wallet main --method POST --body '{\"url\": \"https:\u002F\u002Fexample.com\"}'\n\n# LLM inference (Llama 3.3 70B, OpenAI-compatible chat body)\nagent x402-pay \\\n  --url \"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fnim\u002Fllama-3.3-70b\u002Fchat\" \\\n  --wallet main --method POST \\\n  --body '{\"messages\": [{\"role\": \"user\", \"content\": \"Summarize Polygon in one line.\"}]}'\n```\n\nChain and token are auto-detected from the `402` response — no manual config.\n\n---\n\n## Catalog\n\nPrices are per call, in USDC, settling on Polygon (chain 137). All routes below are\nrelative to the base URL `https:\u002F\u002Fagentic-services.polygon.technology`.\n\n### Search, scraping & news (proxied)\n\n| Service | Method | Route | Price |\n|---------|--------|-------|-------|\n| Exa — AI web search | POST | `\u002Fapi\u002Fproxy\u002Fexa\u002Fsearch` | $0.001 |\n| SearchApi — Google search | GET | `\u002Fapi\u002Fproxy\u002Fsearchapi\u002Fgoogle` | $0.001 |\n| Firecrawl — scrape to markdown | POST | `\u002Fapi\u002Fproxy\u002Ffirecrawl\u002Fscrape` | $0.002 |\n| NewsAPI — top headlines | GET | `\u002Fapi\u002Fproxy\u002Fnews\u002Fheadlines` | $0.001 |\n\n### AI inference (proxied)\n\n| Service | Method | Route | Price |\n|---------|--------|-------|-------|\n| NVIDIA NIM — Llama 3.3 70B (chat) | POST | `\u002Fapi\u002Fproxy\u002Fnim\u002Fllama-3.3-70b\u002Fchat` | $0.01 |\n| NVIDIA NIM — Llama 3.2 90B Vision (image + chat) | POST | `\u002Fapi\u002Fproxy\u002Fnim\u002Fllama-3.2-vision\u002Fchat` | $0.01 |\n| OpenRouter — 200+ models (GPT, Claude, Gemini, Llama…) | POST | `\u002Fapi\u002Fproxy\u002Fopenrouter\u002Fchat` | $0.01 |\n\n### Web automation & email (proxied)\n\n| Service | Method | Route | Price |\n|---------|--------|-------|-------|\n| Browserbase — cloud browser session | POST | `\u002Fapi\u002Fproxy\u002Fbrowserbase\u002Fsessions` | $0.001 |\n| Resend — send transactional email | POST | `\u002Fapi\u002Fproxy\u002Fresend\u002Fsend` | $0.005 |\n\n### On-chain data, email inboxes & RPC (external providers)\n\nThese are x402-native providers: you call **their own endpoint URL directly** (not a\n`\u002Fapi\u002Fproxy\u002F*` path), still settling in USDC on Polygon. `x402-pay` handles the `402`\nexactly the same way. Pass the full URL below as `--url`.\n\n**QuickNode RPC** — $0.001\u002Fcall, POST standard JSON-RPC. URL pattern\n`https:\u002F\u002Fx402.quicknode.com\u002F\u003Cchain>\u002F`:\n\n| Chain | `\u003Cchain>` slug | | Chain | `\u003Cchain>` slug |\n|-------|----------------|-|-------|----------------|\n| Polygon | `matic-mainnet` | | Optimism | `optimism-mainnet` |\n| Polygon Amoy | `matic-amoy` | | Avalanche | `avalanche-mainnet` |\n| Polygon zkEVM | `zkevm-mainnet` | | BSC | `bsc-mainnet` |\n| Base | `base-mainnet` | | Linea | `linea-mainnet` |\n| Ethereum | `ethereum-mainnet` | | Scroll | `scroll-mainnet` |\n| Solana | `solana-mainnet` | | Sui | `sui-mainnet` |\n| Arbitrum | `arbitrum-mainnet` | | TON | `ton-mainnet` |\n| Bitcoin | `btc-mainnet` | | Tron | `tron-mainnet` |\n\n```bash\nagent x402-pay \\\n  --url \"https:\u002F\u002Fx402.quicknode.com\u002Fmatic-mainnet\u002F\" \\\n  --wallet main --method POST \\\n  --body '{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}'\n```\n\n**Allium — on-chain wallet analytics** — base `https:\u002F\u002Fagents.allium.so\u002Fapi\u002Fv1\u002Fdeveloper\u002F`:\n\n| Endpoint | Method | Full URL | Price |\n|----------|--------|----------|-------|\n| Wallet balances | POST | `…\u002Fwallet\u002Fbalances` | $0.03 |\n| Wallet PnL | POST | `…\u002Fwallet\u002Fpnl` | $0.03 |\n| Wallet transactions | POST | `…\u002Fwallet\u002Ftransactions` | $0.03 |\n| Wallet balances history | POST | `…\u002Fwallet\u002Fbalances\u002Fhistory` | $0.01 |\n| Prices (latest) | POST | `…\u002Fprices` | $0.02 |\n| Prices at timestamp | POST | `…\u002Fprices\u002Fat-timestamp` | $0.02 |\n| Prices history | POST | `…\u002Fprices\u002Fhistory` | $0.02 |\n| Tokens list | GET | `…\u002Ftokens` | $0.03 |\n| Tokens search | GET | `…\u002Ftokens\u002Fsearch` | $0.03 |\n\n**AgentMail — email inbox for the agent** — $2\u002Fcall, base `https:\u002F\u002Fx402.api.agentmail.to\u002Fv0\u002Finboxes`:\n\n| Endpoint | Method | Full URL |\n|----------|--------|----------|\n| Create inbox | POST | `https:\u002F\u002Fx402.api.agentmail.to\u002Fv0\u002Finboxes` |\n| List messages | GET | `…\u002F{inbox_id}\u002Fmessages` |\n| Get message | GET | `…\u002F{inbox_id}\u002Fmessages\u002F{message_id}` |\n| Send message | POST | `…\u002F{inbox_id}\u002Fmessages\u002Fsend` |\n| Reply message | POST | `…\u002F{inbox_id}\u002Fmessages\u002F{message_id}\u002Freply` |\n| List threads | GET | `…\u002F{inbox_id}\u002Fthreads` |\n\n---\n\n## How x402 works\n\n1. CLI sends the request to the endpoint.\n2. Endpoint responds with `HTTP 402 Payment Required` + payment details (price, asset, network, `payTo`).\n3. CLI signs an EIP-3009 `transferWithAuthorization` for the exact amount from the wallet.\n4. CLI retries the request with the payment header.\n5. Endpoint verifies, calls the upstream API, returns the response; the settlement tx hash comes back in the `PAYMENT-RESPONSE` header.\n\nThe whole flow is transparent to the agent. Chain and token are auto-detected from the\n`402` response. Do not guess endpoints or search the web for providers — read the live\ncatalog (`\u002Fapi\u002Fdiscover\u002Froutes`) for the correct, current URLs and prices.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,81,132,154,158,165,177,217,222,267,302,305,311,316,710,722,725,731,743,750,892,898,1002,1008,1087,1093,1134,1151,1466,1555,1572,1829,1846,1995,1998,2004,2063,2083],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"agentic-services-x402",[47],{"type":48,"value":49},"text","Agentic Services (x402)",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54,56,62,64,71,73,79],{"type":48,"value":55},"Pay-per-call APIs on the ",{"type":42,"tag":57,"props":58,"children":59},"strong",{},[60],{"type":48,"value":61},"Agentic Services",{"type":48,"value":63}," marketplace, gated by the x402 payment\nprotocol on Polygon mainnet. No API keys or subscriptions — each call costs a small\nUSDC amount drawn from your wallet. The CLI (",{"type":42,"tag":65,"props":66,"children":68},"code",{"className":67},[],[69],{"type":48,"value":70},"x402-pay",{"type":48,"value":72},") detects the ",{"type":42,"tag":65,"props":74,"children":76},{"className":75},[],[77],{"type":48,"value":78},"402",{"type":48,"value":80}," response,\nsigns the exact payment, and retries automatically.",{"type":42,"tag":82,"props":83,"children":84},"ul",{},[85,102,117],{"type":42,"tag":86,"props":87,"children":88},"li",{},[89,94,96],{"type":42,"tag":57,"props":90,"children":91},{},[92],{"type":48,"value":93},"Base URL:",{"type":48,"value":95}," ",{"type":42,"tag":65,"props":97,"children":99},{"className":98},[],[100],{"type":48,"value":101},"https:\u002F\u002Fagentic-services.polygon.technology",{"type":42,"tag":86,"props":103,"children":104},{},[105,110,111],{"type":42,"tag":57,"props":106,"children":107},{},[108],{"type":48,"value":109},"Live catalog (source of truth):",{"type":48,"value":95},{"type":42,"tag":65,"props":112,"children":114},{"className":113},[],[115],{"type":48,"value":116},"GET https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fdiscover\u002Froutes",{"type":42,"tag":86,"props":118,"children":119},{},[120,125,126],{"type":42,"tag":57,"props":121,"children":122},{},[123],{"type":48,"value":124},"Full provider docs:",{"type":48,"value":95},{"type":42,"tag":65,"props":127,"children":129},{"className":128},[],[130],{"type":48,"value":131},"https:\u002F\u002Fagentic-services.polygon.technology\u002FSKILL.md",{"type":42,"tag":133,"props":134,"children":135},"blockquote",{},[136],{"type":42,"tag":51,"props":137,"children":138},{},[139,144,146,152],{"type":42,"tag":57,"props":140,"children":141},{},[142],{"type":48,"value":143},"Always read the live catalog first.",{"type":48,"value":145}," It returns every active route with its exact\nproxy path, method, price, and ",{"type":42,"tag":65,"props":147,"children":149},{"className":148},[],[150],{"type":48,"value":151},"payTo",{"type":48,"value":153}," address (CORS enabled, no payment required to\nread it). Prices and available services change — treat the catalog as authoritative\nand this file as orientation.",{"type":42,"tag":155,"props":156,"children":157},"hr",{},[],{"type":42,"tag":159,"props":160,"children":162},"h2",{"id":161},"prerequisites-check-before-any-x402-call",[163],{"type":48,"value":164},"Prerequisites — check before any x402 call",{"type":42,"tag":51,"props":166,"children":167},{},[168,170,175],{"type":48,"value":169},"Every call spends USDC from a funded Polygon wallet. Before running ",{"type":42,"tag":65,"props":171,"children":173},{"className":172},[],[174],{"type":48,"value":70},{"type":48,"value":176},":",{"type":42,"tag":178,"props":179,"children":184},"pre",{"className":180,"code":181,"language":182,"meta":183,"style":183},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","agent wallet list        # is a wallet configured?\n","bash","",[185],{"type":42,"tag":65,"props":186,"children":187},{"__ignoreMap":183},[188],{"type":42,"tag":189,"props":190,"children":193},"span",{"class":191,"line":192},"line",1,[194,200,206,211],{"type":42,"tag":189,"props":195,"children":197},{"style":196},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[198],{"type":48,"value":199},"agent",{"type":42,"tag":189,"props":201,"children":203},{"style":202},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[204],{"type":48,"value":205}," wallet",{"type":42,"tag":189,"props":207,"children":208},{"style":202},[209],{"type":48,"value":210}," list",{"type":42,"tag":189,"props":212,"children":214},{"style":213},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[215],{"type":48,"value":216},"        # is a wallet configured?\n",{"type":42,"tag":51,"props":218,"children":219},{},[220],{"type":48,"value":221},"If no wallet is listed, set one up:",{"type":42,"tag":223,"props":224,"children":225},"ol",{},[226,237,256],{"type":42,"tag":86,"props":227,"children":228},{},[229,235],{"type":42,"tag":65,"props":230,"children":232},{"className":231},[],[233],{"type":48,"value":234},"agent wallet login",{"type":48,"value":236},": opens the agentconnect login page in the browser; sign in with Google or email (works on headless hosts too, no extra flags needed). No setup step is needed first: keys are defaulted, and login auto-provisions Builder credentials.",{"type":42,"tag":86,"props":238,"children":239},{},[240,246,248,254],{"type":42,"tag":65,"props":241,"children":243},{"className":242},[],[244],{"type":48,"value":245},"agent wallet address",{"type":48,"value":247},": get the address, then fund it (",{"type":42,"tag":65,"props":249,"children":251},{"className":250},[],[252],{"type":48,"value":253},"agent fund",{"type":48,"value":255},")",{"type":42,"tag":86,"props":257,"children":258},{},[259,265],{"type":42,"tag":65,"props":260,"children":262},{"className":261},[],[263],{"type":48,"value":264},"agent balances",{"type":48,"value":266},": confirm USDC is available on Polygon (chain 137) before calling any x402 endpoint",{"type":42,"tag":51,"props":268,"children":269},{},[270,272,278,280,285,287,292,294,300],{"type":48,"value":271},"If a wallet exists but ",{"type":42,"tag":65,"props":273,"children":275},{"className":274},[],[276],{"type":48,"value":277},"balances",{"type":48,"value":279}," shows 0 USDC, direct the user to fund it — ",{"type":42,"tag":65,"props":281,"children":283},{"className":282},[],[284],{"type":48,"value":70},{"type":48,"value":286},"\nwill otherwise fail with an EOA funding error. All services settle in ",{"type":42,"tag":57,"props":288,"children":289},{},[290],{"type":48,"value":291},"USDC on Polygon",{"type":48,"value":293},"\n(",{"type":42,"tag":65,"props":295,"children":297},{"className":296},[],[298],{"type":48,"value":299},"0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",{"type":48,"value":301},", chain id 137).",{"type":42,"tag":155,"props":303,"children":304},{},[],{"type":42,"tag":159,"props":306,"children":308},{"id":307},"how-to-call-a-service",[309],{"type":48,"value":310},"How to call a service",{"type":42,"tag":51,"props":312,"children":313},{},[314],{"type":48,"value":315},"Use the full route URL from the catalog. Request bodies and query params mirror the\nupstream provider's own API.",{"type":42,"tag":178,"props":317,"children":319},{"className":180,"code":318,"language":182,"meta":183,"style":183},"# POST with a JSON body (e.g. Exa web search)\nagent x402-pay \\\n  --url \"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fexa\u002Fsearch\" \\\n  --wallet main --method POST \\\n  --body '{\"query\": \"polygon agentic payments\", \"numResults\": 5}'\n\n# GET with query params (e.g. SearchApi Google search)\nagent x402-pay \\\n  --url \"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fsearchapi\u002Fgoogle?q=\u003Cquery>\" \\\n  --wallet main --method GET\n\n# Scrape a page to clean markdown (Firecrawl)\nagent x402-pay \\\n  --url \"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Ffirecrawl\u002Fscrape\" \\\n  --wallet main --method POST --body '{\"url\": \"https:\u002F\u002Fexample.com\"}'\n\n# LLM inference (Llama 3.3 70B, OpenAI-compatible chat body)\nagent x402-pay \\\n  --url \"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fnim\u002Fllama-3.3-70b\u002Fchat\" \\\n  --wallet main --method POST \\\n  --body '{\"messages\": [{\"role\": \"user\", \"content\": \"Summarize Polygon in one line.\"}]}'\n",[320],{"type":42,"tag":65,"props":321,"children":322},{"__ignoreMap":183},[323,331,350,379,407,431,441,450,466,491,512,520,529,545,570,608,615,624,640,665,689],{"type":42,"tag":189,"props":324,"children":325},{"class":191,"line":192},[326],{"type":42,"tag":189,"props":327,"children":328},{"style":213},[329],{"type":48,"value":330},"# POST with a JSON body (e.g. Exa web search)\n",{"type":42,"tag":189,"props":332,"children":334},{"class":191,"line":333},2,[335,339,344],{"type":42,"tag":189,"props":336,"children":337},{"style":196},[338],{"type":48,"value":199},{"type":42,"tag":189,"props":340,"children":341},{"style":202},[342],{"type":48,"value":343}," x402-pay",{"type":42,"tag":189,"props":345,"children":347},{"style":346},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[348],{"type":48,"value":349}," \\\n",{"type":42,"tag":189,"props":351,"children":353},{"class":191,"line":352},3,[354,359,365,370,375],{"type":42,"tag":189,"props":355,"children":356},{"style":202},[357],{"type":48,"value":358},"  --url",{"type":42,"tag":189,"props":360,"children":362},{"style":361},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[363],{"type":48,"value":364}," \"",{"type":42,"tag":189,"props":366,"children":367},{"style":202},[368],{"type":48,"value":369},"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fexa\u002Fsearch",{"type":42,"tag":189,"props":371,"children":372},{"style":361},[373],{"type":48,"value":374},"\"",{"type":42,"tag":189,"props":376,"children":377},{"style":346},[378],{"type":48,"value":349},{"type":42,"tag":189,"props":380,"children":382},{"class":191,"line":381},4,[383,388,393,398,403],{"type":42,"tag":189,"props":384,"children":385},{"style":202},[386],{"type":48,"value":387},"  --wallet",{"type":42,"tag":189,"props":389,"children":390},{"style":202},[391],{"type":48,"value":392}," main",{"type":42,"tag":189,"props":394,"children":395},{"style":202},[396],{"type":48,"value":397}," --method",{"type":42,"tag":189,"props":399,"children":400},{"style":202},[401],{"type":48,"value":402}," POST",{"type":42,"tag":189,"props":404,"children":405},{"style":346},[406],{"type":48,"value":349},{"type":42,"tag":189,"props":408,"children":410},{"class":191,"line":409},5,[411,416,421,426],{"type":42,"tag":189,"props":412,"children":413},{"style":202},[414],{"type":48,"value":415},"  --body",{"type":42,"tag":189,"props":417,"children":418},{"style":361},[419],{"type":48,"value":420}," '",{"type":42,"tag":189,"props":422,"children":423},{"style":202},[424],{"type":48,"value":425},"{\"query\": \"polygon agentic payments\", \"numResults\": 5}",{"type":42,"tag":189,"props":427,"children":428},{"style":361},[429],{"type":48,"value":430},"'\n",{"type":42,"tag":189,"props":432,"children":434},{"class":191,"line":433},6,[435],{"type":42,"tag":189,"props":436,"children":438},{"emptyLinePlaceholder":437},true,[439],{"type":48,"value":440},"\n",{"type":42,"tag":189,"props":442,"children":444},{"class":191,"line":443},7,[445],{"type":42,"tag":189,"props":446,"children":447},{"style":213},[448],{"type":48,"value":449},"# GET with query params (e.g. SearchApi Google search)\n",{"type":42,"tag":189,"props":451,"children":453},{"class":191,"line":452},8,[454,458,462],{"type":42,"tag":189,"props":455,"children":456},{"style":196},[457],{"type":48,"value":199},{"type":42,"tag":189,"props":459,"children":460},{"style":202},[461],{"type":48,"value":343},{"type":42,"tag":189,"props":463,"children":464},{"style":346},[465],{"type":48,"value":349},{"type":42,"tag":189,"props":467,"children":469},{"class":191,"line":468},9,[470,474,478,483,487],{"type":42,"tag":189,"props":471,"children":472},{"style":202},[473],{"type":48,"value":358},{"type":42,"tag":189,"props":475,"children":476},{"style":361},[477],{"type":48,"value":364},{"type":42,"tag":189,"props":479,"children":480},{"style":202},[481],{"type":48,"value":482},"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fsearchapi\u002Fgoogle?q=\u003Cquery>",{"type":42,"tag":189,"props":484,"children":485},{"style":361},[486],{"type":48,"value":374},{"type":42,"tag":189,"props":488,"children":489},{"style":346},[490],{"type":48,"value":349},{"type":42,"tag":189,"props":492,"children":494},{"class":191,"line":493},10,[495,499,503,507],{"type":42,"tag":189,"props":496,"children":497},{"style":202},[498],{"type":48,"value":387},{"type":42,"tag":189,"props":500,"children":501},{"style":202},[502],{"type":48,"value":392},{"type":42,"tag":189,"props":504,"children":505},{"style":202},[506],{"type":48,"value":397},{"type":42,"tag":189,"props":508,"children":509},{"style":202},[510],{"type":48,"value":511}," GET\n",{"type":42,"tag":189,"props":513,"children":515},{"class":191,"line":514},11,[516],{"type":42,"tag":189,"props":517,"children":518},{"emptyLinePlaceholder":437},[519],{"type":48,"value":440},{"type":42,"tag":189,"props":521,"children":523},{"class":191,"line":522},12,[524],{"type":42,"tag":189,"props":525,"children":526},{"style":213},[527],{"type":48,"value":528},"# Scrape a page to clean markdown (Firecrawl)\n",{"type":42,"tag":189,"props":530,"children":532},{"class":191,"line":531},13,[533,537,541],{"type":42,"tag":189,"props":534,"children":535},{"style":196},[536],{"type":48,"value":199},{"type":42,"tag":189,"props":538,"children":539},{"style":202},[540],{"type":48,"value":343},{"type":42,"tag":189,"props":542,"children":543},{"style":346},[544],{"type":48,"value":349},{"type":42,"tag":189,"props":546,"children":548},{"class":191,"line":547},14,[549,553,557,562,566],{"type":42,"tag":189,"props":550,"children":551},{"style":202},[552],{"type":48,"value":358},{"type":42,"tag":189,"props":554,"children":555},{"style":361},[556],{"type":48,"value":364},{"type":42,"tag":189,"props":558,"children":559},{"style":202},[560],{"type":48,"value":561},"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Ffirecrawl\u002Fscrape",{"type":42,"tag":189,"props":563,"children":564},{"style":361},[565],{"type":48,"value":374},{"type":42,"tag":189,"props":567,"children":568},{"style":346},[569],{"type":48,"value":349},{"type":42,"tag":189,"props":571,"children":573},{"class":191,"line":572},15,[574,578,582,586,590,595,599,604],{"type":42,"tag":189,"props":575,"children":576},{"style":202},[577],{"type":48,"value":387},{"type":42,"tag":189,"props":579,"children":580},{"style":202},[581],{"type":48,"value":392},{"type":42,"tag":189,"props":583,"children":584},{"style":202},[585],{"type":48,"value":397},{"type":42,"tag":189,"props":587,"children":588},{"style":202},[589],{"type":48,"value":402},{"type":42,"tag":189,"props":591,"children":592},{"style":202},[593],{"type":48,"value":594}," --body",{"type":42,"tag":189,"props":596,"children":597},{"style":361},[598],{"type":48,"value":420},{"type":42,"tag":189,"props":600,"children":601},{"style":202},[602],{"type":48,"value":603},"{\"url\": \"https:\u002F\u002Fexample.com\"}",{"type":42,"tag":189,"props":605,"children":606},{"style":361},[607],{"type":48,"value":430},{"type":42,"tag":189,"props":609,"children":610},{"class":191,"line":29},[611],{"type":42,"tag":189,"props":612,"children":613},{"emptyLinePlaceholder":437},[614],{"type":48,"value":440},{"type":42,"tag":189,"props":616,"children":618},{"class":191,"line":617},17,[619],{"type":42,"tag":189,"props":620,"children":621},{"style":213},[622],{"type":48,"value":623},"# LLM inference (Llama 3.3 70B, OpenAI-compatible chat body)\n",{"type":42,"tag":189,"props":625,"children":627},{"class":191,"line":626},18,[628,632,636],{"type":42,"tag":189,"props":629,"children":630},{"style":196},[631],{"type":48,"value":199},{"type":42,"tag":189,"props":633,"children":634},{"style":202},[635],{"type":48,"value":343},{"type":42,"tag":189,"props":637,"children":638},{"style":346},[639],{"type":48,"value":349},{"type":42,"tag":189,"props":641,"children":643},{"class":191,"line":642},19,[644,648,652,657,661],{"type":42,"tag":189,"props":645,"children":646},{"style":202},[647],{"type":48,"value":358},{"type":42,"tag":189,"props":649,"children":650},{"style":361},[651],{"type":48,"value":364},{"type":42,"tag":189,"props":653,"children":654},{"style":202},[655],{"type":48,"value":656},"https:\u002F\u002Fagentic-services.polygon.technology\u002Fapi\u002Fproxy\u002Fnim\u002Fllama-3.3-70b\u002Fchat",{"type":42,"tag":189,"props":658,"children":659},{"style":361},[660],{"type":48,"value":374},{"type":42,"tag":189,"props":662,"children":663},{"style":346},[664],{"type":48,"value":349},{"type":42,"tag":189,"props":666,"children":668},{"class":191,"line":667},20,[669,673,677,681,685],{"type":42,"tag":189,"props":670,"children":671},{"style":202},[672],{"type":48,"value":387},{"type":42,"tag":189,"props":674,"children":675},{"style":202},[676],{"type":48,"value":392},{"type":42,"tag":189,"props":678,"children":679},{"style":202},[680],{"type":48,"value":397},{"type":42,"tag":189,"props":682,"children":683},{"style":202},[684],{"type":48,"value":402},{"type":42,"tag":189,"props":686,"children":687},{"style":346},[688],{"type":48,"value":349},{"type":42,"tag":189,"props":690,"children":692},{"class":191,"line":691},21,[693,697,701,706],{"type":42,"tag":189,"props":694,"children":695},{"style":202},[696],{"type":48,"value":415},{"type":42,"tag":189,"props":698,"children":699},{"style":361},[700],{"type":48,"value":420},{"type":42,"tag":189,"props":702,"children":703},{"style":202},[704],{"type":48,"value":705},"{\"messages\": [{\"role\": \"user\", \"content\": \"Summarize Polygon in one line.\"}]}",{"type":42,"tag":189,"props":707,"children":708},{"style":361},[709],{"type":48,"value":430},{"type":42,"tag":51,"props":711,"children":712},{},[713,715,720],{"type":48,"value":714},"Chain and token are auto-detected from the ",{"type":42,"tag":65,"props":716,"children":718},{"className":717},[],[719],{"type":48,"value":78},{"type":48,"value":721}," response — no manual config.",{"type":42,"tag":155,"props":723,"children":724},{},[],{"type":42,"tag":159,"props":726,"children":728},{"id":727},"catalog",[729],{"type":48,"value":730},"Catalog",{"type":42,"tag":51,"props":732,"children":733},{},[734,736,741],{"type":48,"value":735},"Prices are per call, in USDC, settling on Polygon (chain 137). All routes below are\nrelative to the base URL ",{"type":42,"tag":65,"props":737,"children":739},{"className":738},[],[740],{"type":48,"value":101},{"type":48,"value":742},".",{"type":42,"tag":744,"props":745,"children":747},"h3",{"id":746},"search-scraping-news-proxied",[748],{"type":48,"value":749},"Search, scraping & news (proxied)",{"type":42,"tag":751,"props":752,"children":753},"table",{},[754,783],{"type":42,"tag":755,"props":756,"children":757},"thead",{},[758],{"type":42,"tag":759,"props":760,"children":761},"tr",{},[762,768,773,778],{"type":42,"tag":763,"props":764,"children":765},"th",{},[766],{"type":48,"value":767},"Service",{"type":42,"tag":763,"props":769,"children":770},{},[771],{"type":48,"value":772},"Method",{"type":42,"tag":763,"props":774,"children":775},{},[776],{"type":48,"value":777},"Route",{"type":42,"tag":763,"props":779,"children":780},{},[781],{"type":48,"value":782},"Price",{"type":42,"tag":784,"props":785,"children":786},"tbody",{},[787,815,841,867],{"type":42,"tag":759,"props":788,"children":789},{},[790,796,801,810],{"type":42,"tag":791,"props":792,"children":793},"td",{},[794],{"type":48,"value":795},"Exa — AI web search",{"type":42,"tag":791,"props":797,"children":798},{},[799],{"type":48,"value":800},"POST",{"type":42,"tag":791,"props":802,"children":803},{},[804],{"type":42,"tag":65,"props":805,"children":807},{"className":806},[],[808],{"type":48,"value":809},"\u002Fapi\u002Fproxy\u002Fexa\u002Fsearch",{"type":42,"tag":791,"props":811,"children":812},{},[813],{"type":48,"value":814},"$0.001",{"type":42,"tag":759,"props":816,"children":817},{},[818,823,828,837],{"type":42,"tag":791,"props":819,"children":820},{},[821],{"type":48,"value":822},"SearchApi — Google search",{"type":42,"tag":791,"props":824,"children":825},{},[826],{"type":48,"value":827},"GET",{"type":42,"tag":791,"props":829,"children":830},{},[831],{"type":42,"tag":65,"props":832,"children":834},{"className":833},[],[835],{"type":48,"value":836},"\u002Fapi\u002Fproxy\u002Fsearchapi\u002Fgoogle",{"type":42,"tag":791,"props":838,"children":839},{},[840],{"type":48,"value":814},{"type":42,"tag":759,"props":842,"children":843},{},[844,849,853,862],{"type":42,"tag":791,"props":845,"children":846},{},[847],{"type":48,"value":848},"Firecrawl — scrape to markdown",{"type":42,"tag":791,"props":850,"children":851},{},[852],{"type":48,"value":800},{"type":42,"tag":791,"props":854,"children":855},{},[856],{"type":42,"tag":65,"props":857,"children":859},{"className":858},[],[860],{"type":48,"value":861},"\u002Fapi\u002Fproxy\u002Ffirecrawl\u002Fscrape",{"type":42,"tag":791,"props":863,"children":864},{},[865],{"type":48,"value":866},"$0.002",{"type":42,"tag":759,"props":868,"children":869},{},[870,875,879,888],{"type":42,"tag":791,"props":871,"children":872},{},[873],{"type":48,"value":874},"NewsAPI — top headlines",{"type":42,"tag":791,"props":876,"children":877},{},[878],{"type":48,"value":827},{"type":42,"tag":791,"props":880,"children":881},{},[882],{"type":42,"tag":65,"props":883,"children":885},{"className":884},[],[886],{"type":48,"value":887},"\u002Fapi\u002Fproxy\u002Fnews\u002Fheadlines",{"type":42,"tag":791,"props":889,"children":890},{},[891],{"type":48,"value":814},{"type":42,"tag":744,"props":893,"children":895},{"id":894},"ai-inference-proxied",[896],{"type":48,"value":897},"AI inference (proxied)",{"type":42,"tag":751,"props":899,"children":900},{},[901,923],{"type":42,"tag":755,"props":902,"children":903},{},[904],{"type":42,"tag":759,"props":905,"children":906},{},[907,911,915,919],{"type":42,"tag":763,"props":908,"children":909},{},[910],{"type":48,"value":767},{"type":42,"tag":763,"props":912,"children":913},{},[914],{"type":48,"value":772},{"type":42,"tag":763,"props":916,"children":917},{},[918],{"type":48,"value":777},{"type":42,"tag":763,"props":920,"children":921},{},[922],{"type":48,"value":782},{"type":42,"tag":784,"props":924,"children":925},{},[926,952,977],{"type":42,"tag":759,"props":927,"children":928},{},[929,934,938,947],{"type":42,"tag":791,"props":930,"children":931},{},[932],{"type":48,"value":933},"NVIDIA NIM — Llama 3.3 70B (chat)",{"type":42,"tag":791,"props":935,"children":936},{},[937],{"type":48,"value":800},{"type":42,"tag":791,"props":939,"children":940},{},[941],{"type":42,"tag":65,"props":942,"children":944},{"className":943},[],[945],{"type":48,"value":946},"\u002Fapi\u002Fproxy\u002Fnim\u002Fllama-3.3-70b\u002Fchat",{"type":42,"tag":791,"props":948,"children":949},{},[950],{"type":48,"value":951},"$0.01",{"type":42,"tag":759,"props":953,"children":954},{},[955,960,964,973],{"type":42,"tag":791,"props":956,"children":957},{},[958],{"type":48,"value":959},"NVIDIA NIM — Llama 3.2 90B Vision (image + chat)",{"type":42,"tag":791,"props":961,"children":962},{},[963],{"type":48,"value":800},{"type":42,"tag":791,"props":965,"children":966},{},[967],{"type":42,"tag":65,"props":968,"children":970},{"className":969},[],[971],{"type":48,"value":972},"\u002Fapi\u002Fproxy\u002Fnim\u002Fllama-3.2-vision\u002Fchat",{"type":42,"tag":791,"props":974,"children":975},{},[976],{"type":48,"value":951},{"type":42,"tag":759,"props":978,"children":979},{},[980,985,989,998],{"type":42,"tag":791,"props":981,"children":982},{},[983],{"type":48,"value":984},"OpenRouter — 200+ models (GPT, Claude, Gemini, Llama…)",{"type":42,"tag":791,"props":986,"children":987},{},[988],{"type":48,"value":800},{"type":42,"tag":791,"props":990,"children":991},{},[992],{"type":42,"tag":65,"props":993,"children":995},{"className":994},[],[996],{"type":48,"value":997},"\u002Fapi\u002Fproxy\u002Fopenrouter\u002Fchat",{"type":42,"tag":791,"props":999,"children":1000},{},[1001],{"type":48,"value":951},{"type":42,"tag":744,"props":1003,"children":1005},{"id":1004},"web-automation-email-proxied",[1006],{"type":48,"value":1007},"Web automation & email (proxied)",{"type":42,"tag":751,"props":1009,"children":1010},{},[1011,1033],{"type":42,"tag":755,"props":1012,"children":1013},{},[1014],{"type":42,"tag":759,"props":1015,"children":1016},{},[1017,1021,1025,1029],{"type":42,"tag":763,"props":1018,"children":1019},{},[1020],{"type":48,"value":767},{"type":42,"tag":763,"props":1022,"children":1023},{},[1024],{"type":48,"value":772},{"type":42,"tag":763,"props":1026,"children":1027},{},[1028],{"type":48,"value":777},{"type":42,"tag":763,"props":1030,"children":1031},{},[1032],{"type":48,"value":782},{"type":42,"tag":784,"props":1034,"children":1035},{},[1036,1061],{"type":42,"tag":759,"props":1037,"children":1038},{},[1039,1044,1048,1057],{"type":42,"tag":791,"props":1040,"children":1041},{},[1042],{"type":48,"value":1043},"Browserbase — cloud browser session",{"type":42,"tag":791,"props":1045,"children":1046},{},[1047],{"type":48,"value":800},{"type":42,"tag":791,"props":1049,"children":1050},{},[1051],{"type":42,"tag":65,"props":1052,"children":1054},{"className":1053},[],[1055],{"type":48,"value":1056},"\u002Fapi\u002Fproxy\u002Fbrowserbase\u002Fsessions",{"type":42,"tag":791,"props":1058,"children":1059},{},[1060],{"type":48,"value":814},{"type":42,"tag":759,"props":1062,"children":1063},{},[1064,1069,1073,1082],{"type":42,"tag":791,"props":1065,"children":1066},{},[1067],{"type":48,"value":1068},"Resend — send transactional email",{"type":42,"tag":791,"props":1070,"children":1071},{},[1072],{"type":48,"value":800},{"type":42,"tag":791,"props":1074,"children":1075},{},[1076],{"type":42,"tag":65,"props":1077,"children":1079},{"className":1078},[],[1080],{"type":48,"value":1081},"\u002Fapi\u002Fproxy\u002Fresend\u002Fsend",{"type":42,"tag":791,"props":1083,"children":1084},{},[1085],{"type":48,"value":1086},"$0.005",{"type":42,"tag":744,"props":1088,"children":1090},{"id":1089},"on-chain-data-email-inboxes-rpc-external-providers",[1091],{"type":48,"value":1092},"On-chain data, email inboxes & RPC (external providers)",{"type":42,"tag":51,"props":1094,"children":1095},{},[1096,1098,1103,1105,1111,1113,1118,1120,1125,1127,1133],{"type":48,"value":1097},"These are x402-native providers: you call ",{"type":42,"tag":57,"props":1099,"children":1100},{},[1101],{"type":48,"value":1102},"their own endpoint URL directly",{"type":48,"value":1104}," (not a\n",{"type":42,"tag":65,"props":1106,"children":1108},{"className":1107},[],[1109],{"type":48,"value":1110},"\u002Fapi\u002Fproxy\u002F*",{"type":48,"value":1112}," path), still settling in USDC on Polygon. ",{"type":42,"tag":65,"props":1114,"children":1116},{"className":1115},[],[1117],{"type":48,"value":70},{"type":48,"value":1119}," handles the ",{"type":42,"tag":65,"props":1121,"children":1123},{"className":1122},[],[1124],{"type":48,"value":78},{"type":48,"value":1126},"\nexactly the same way. Pass the full URL below as ",{"type":42,"tag":65,"props":1128,"children":1130},{"className":1129},[],[1131],{"type":48,"value":1132},"--url",{"type":48,"value":742},{"type":42,"tag":51,"props":1135,"children":1136},{},[1137,1142,1144,1150],{"type":42,"tag":57,"props":1138,"children":1139},{},[1140],{"type":48,"value":1141},"QuickNode RPC",{"type":48,"value":1143}," — $0.001\u002Fcall, POST standard JSON-RPC. URL pattern\n",{"type":42,"tag":65,"props":1145,"children":1147},{"className":1146},[],[1148],{"type":48,"value":1149},"https:\u002F\u002Fx402.quicknode.com\u002F\u003Cchain>\u002F",{"type":48,"value":176},{"type":42,"tag":751,"props":1152,"children":1153},{},[1154,1192],{"type":42,"tag":755,"props":1155,"children":1156},{},[1157],{"type":42,"tag":759,"props":1158,"children":1159},{},[1160,1165,1176,1179,1183],{"type":42,"tag":763,"props":1161,"children":1162},{},[1163],{"type":48,"value":1164},"Chain",{"type":42,"tag":763,"props":1166,"children":1167},{},[1168,1174],{"type":42,"tag":65,"props":1169,"children":1171},{"className":1170},[],[1172],{"type":48,"value":1173},"\u003Cchain>",{"type":48,"value":1175}," slug",{"type":42,"tag":763,"props":1177,"children":1178},{},[],{"type":42,"tag":763,"props":1180,"children":1181},{},[1182],{"type":48,"value":1164},{"type":42,"tag":763,"props":1184,"children":1185},{},[1186,1191],{"type":42,"tag":65,"props":1187,"children":1189},{"className":1188},[],[1190],{"type":48,"value":1173},{"type":48,"value":1175},{"type":42,"tag":784,"props":1193,"children":1194},{},[1195,1228,1262,1296,1330,1364,1398,1432],{"type":42,"tag":759,"props":1196,"children":1197},{},[1198,1202,1211,1214,1219],{"type":42,"tag":791,"props":1199,"children":1200},{},[1201],{"type":48,"value":9},{"type":42,"tag":791,"props":1203,"children":1204},{},[1205],{"type":42,"tag":65,"props":1206,"children":1208},{"className":1207},[],[1209],{"type":48,"value":1210},"matic-mainnet",{"type":42,"tag":791,"props":1212,"children":1213},{},[],{"type":42,"tag":791,"props":1215,"children":1216},{},[1217],{"type":48,"value":1218},"Optimism",{"type":42,"tag":791,"props":1220,"children":1221},{},[1222],{"type":42,"tag":65,"props":1223,"children":1225},{"className":1224},[],[1226],{"type":48,"value":1227},"optimism-mainnet",{"type":42,"tag":759,"props":1229,"children":1230},{},[1231,1236,1245,1248,1253],{"type":42,"tag":791,"props":1232,"children":1233},{},[1234],{"type":48,"value":1235},"Polygon Amoy",{"type":42,"tag":791,"props":1237,"children":1238},{},[1239],{"type":42,"tag":65,"props":1240,"children":1242},{"className":1241},[],[1243],{"type":48,"value":1244},"matic-amoy",{"type":42,"tag":791,"props":1246,"children":1247},{},[],{"type":42,"tag":791,"props":1249,"children":1250},{},[1251],{"type":48,"value":1252},"Avalanche",{"type":42,"tag":791,"props":1254,"children":1255},{},[1256],{"type":42,"tag":65,"props":1257,"children":1259},{"className":1258},[],[1260],{"type":48,"value":1261},"avalanche-mainnet",{"type":42,"tag":759,"props":1263,"children":1264},{},[1265,1270,1279,1282,1287],{"type":42,"tag":791,"props":1266,"children":1267},{},[1268],{"type":48,"value":1269},"Polygon zkEVM",{"type":42,"tag":791,"props":1271,"children":1272},{},[1273],{"type":42,"tag":65,"props":1274,"children":1276},{"className":1275},[],[1277],{"type":48,"value":1278},"zkevm-mainnet",{"type":42,"tag":791,"props":1280,"children":1281},{},[],{"type":42,"tag":791,"props":1283,"children":1284},{},[1285],{"type":48,"value":1286},"BSC",{"type":42,"tag":791,"props":1288,"children":1289},{},[1290],{"type":42,"tag":65,"props":1291,"children":1293},{"className":1292},[],[1294],{"type":48,"value":1295},"bsc-mainnet",{"type":42,"tag":759,"props":1297,"children":1298},{},[1299,1304,1313,1316,1321],{"type":42,"tag":791,"props":1300,"children":1301},{},[1302],{"type":48,"value":1303},"Base",{"type":42,"tag":791,"props":1305,"children":1306},{},[1307],{"type":42,"tag":65,"props":1308,"children":1310},{"className":1309},[],[1311],{"type":48,"value":1312},"base-mainnet",{"type":42,"tag":791,"props":1314,"children":1315},{},[],{"type":42,"tag":791,"props":1317,"children":1318},{},[1319],{"type":48,"value":1320},"Linea",{"type":42,"tag":791,"props":1322,"children":1323},{},[1324],{"type":42,"tag":65,"props":1325,"children":1327},{"className":1326},[],[1328],{"type":48,"value":1329},"linea-mainnet",{"type":42,"tag":759,"props":1331,"children":1332},{},[1333,1338,1347,1350,1355],{"type":42,"tag":791,"props":1334,"children":1335},{},[1336],{"type":48,"value":1337},"Ethereum",{"type":42,"tag":791,"props":1339,"children":1340},{},[1341],{"type":42,"tag":65,"props":1342,"children":1344},{"className":1343},[],[1345],{"type":48,"value":1346},"ethereum-mainnet",{"type":42,"tag":791,"props":1348,"children":1349},{},[],{"type":42,"tag":791,"props":1351,"children":1352},{},[1353],{"type":48,"value":1354},"Scroll",{"type":42,"tag":791,"props":1356,"children":1357},{},[1358],{"type":42,"tag":65,"props":1359,"children":1361},{"className":1360},[],[1362],{"type":48,"value":1363},"scroll-mainnet",{"type":42,"tag":759,"props":1365,"children":1366},{},[1367,1372,1381,1384,1389],{"type":42,"tag":791,"props":1368,"children":1369},{},[1370],{"type":48,"value":1371},"Solana",{"type":42,"tag":791,"props":1373,"children":1374},{},[1375],{"type":42,"tag":65,"props":1376,"children":1378},{"className":1377},[],[1379],{"type":48,"value":1380},"solana-mainnet",{"type":42,"tag":791,"props":1382,"children":1383},{},[],{"type":42,"tag":791,"props":1385,"children":1386},{},[1387],{"type":48,"value":1388},"Sui",{"type":42,"tag":791,"props":1390,"children":1391},{},[1392],{"type":42,"tag":65,"props":1393,"children":1395},{"className":1394},[],[1396],{"type":48,"value":1397},"sui-mainnet",{"type":42,"tag":759,"props":1399,"children":1400},{},[1401,1406,1415,1418,1423],{"type":42,"tag":791,"props":1402,"children":1403},{},[1404],{"type":48,"value":1405},"Arbitrum",{"type":42,"tag":791,"props":1407,"children":1408},{},[1409],{"type":42,"tag":65,"props":1410,"children":1412},{"className":1411},[],[1413],{"type":48,"value":1414},"arbitrum-mainnet",{"type":42,"tag":791,"props":1416,"children":1417},{},[],{"type":42,"tag":791,"props":1419,"children":1420},{},[1421],{"type":48,"value":1422},"TON",{"type":42,"tag":791,"props":1424,"children":1425},{},[1426],{"type":42,"tag":65,"props":1427,"children":1429},{"className":1428},[],[1430],{"type":48,"value":1431},"ton-mainnet",{"type":42,"tag":759,"props":1433,"children":1434},{},[1435,1440,1449,1452,1457],{"type":42,"tag":791,"props":1436,"children":1437},{},[1438],{"type":48,"value":1439},"Bitcoin",{"type":42,"tag":791,"props":1441,"children":1442},{},[1443],{"type":42,"tag":65,"props":1444,"children":1446},{"className":1445},[],[1447],{"type":48,"value":1448},"btc-mainnet",{"type":42,"tag":791,"props":1450,"children":1451},{},[],{"type":42,"tag":791,"props":1453,"children":1454},{},[1455],{"type":48,"value":1456},"Tron",{"type":42,"tag":791,"props":1458,"children":1459},{},[1460],{"type":42,"tag":65,"props":1461,"children":1463},{"className":1462},[],[1464],{"type":48,"value":1465},"tron-mainnet",{"type":42,"tag":178,"props":1467,"children":1469},{"className":180,"code":1468,"language":182,"meta":183,"style":183},"agent x402-pay \\\n  --url \"https:\u002F\u002Fx402.quicknode.com\u002Fmatic-mainnet\u002F\" \\\n  --wallet main --method POST \\\n  --body '{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}'\n",[1470],{"type":42,"tag":65,"props":1471,"children":1472},{"__ignoreMap":183},[1473,1488,1512,1535],{"type":42,"tag":189,"props":1474,"children":1475},{"class":191,"line":192},[1476,1480,1484],{"type":42,"tag":189,"props":1477,"children":1478},{"style":196},[1479],{"type":48,"value":199},{"type":42,"tag":189,"props":1481,"children":1482},{"style":202},[1483],{"type":48,"value":343},{"type":42,"tag":189,"props":1485,"children":1486},{"style":346},[1487],{"type":48,"value":349},{"type":42,"tag":189,"props":1489,"children":1490},{"class":191,"line":333},[1491,1495,1499,1504,1508],{"type":42,"tag":189,"props":1492,"children":1493},{"style":202},[1494],{"type":48,"value":358},{"type":42,"tag":189,"props":1496,"children":1497},{"style":361},[1498],{"type":48,"value":364},{"type":42,"tag":189,"props":1500,"children":1501},{"style":202},[1502],{"type":48,"value":1503},"https:\u002F\u002Fx402.quicknode.com\u002Fmatic-mainnet\u002F",{"type":42,"tag":189,"props":1505,"children":1506},{"style":361},[1507],{"type":48,"value":374},{"type":42,"tag":189,"props":1509,"children":1510},{"style":346},[1511],{"type":48,"value":349},{"type":42,"tag":189,"props":1513,"children":1514},{"class":191,"line":352},[1515,1519,1523,1527,1531],{"type":42,"tag":189,"props":1516,"children":1517},{"style":202},[1518],{"type":48,"value":387},{"type":42,"tag":189,"props":1520,"children":1521},{"style":202},[1522],{"type":48,"value":392},{"type":42,"tag":189,"props":1524,"children":1525},{"style":202},[1526],{"type":48,"value":397},{"type":42,"tag":189,"props":1528,"children":1529},{"style":202},[1530],{"type":48,"value":402},{"type":42,"tag":189,"props":1532,"children":1533},{"style":346},[1534],{"type":48,"value":349},{"type":42,"tag":189,"props":1536,"children":1537},{"class":191,"line":381},[1538,1542,1546,1551],{"type":42,"tag":189,"props":1539,"children":1540},{"style":202},[1541],{"type":48,"value":415},{"type":42,"tag":189,"props":1543,"children":1544},{"style":361},[1545],{"type":48,"value":420},{"type":42,"tag":189,"props":1547,"children":1548},{"style":202},[1549],{"type":48,"value":1550},"{\"jsonrpc\":\"2.0\",\"method\":\"eth_blockNumber\",\"params\":[],\"id\":1}",{"type":42,"tag":189,"props":1552,"children":1553},{"style":361},[1554],{"type":48,"value":430},{"type":42,"tag":51,"props":1556,"children":1557},{},[1558,1563,1565,1571],{"type":42,"tag":57,"props":1559,"children":1560},{},[1561],{"type":48,"value":1562},"Allium — on-chain wallet analytics",{"type":48,"value":1564}," — base ",{"type":42,"tag":65,"props":1566,"children":1568},{"className":1567},[],[1569],{"type":48,"value":1570},"https:\u002F\u002Fagents.allium.so\u002Fapi\u002Fv1\u002Fdeveloper\u002F",{"type":48,"value":176},{"type":42,"tag":751,"props":1573,"children":1574},{},[1575,1599],{"type":42,"tag":755,"props":1576,"children":1577},{},[1578],{"type":42,"tag":759,"props":1579,"children":1580},{},[1581,1586,1590,1595],{"type":42,"tag":763,"props":1582,"children":1583},{},[1584],{"type":48,"value":1585},"Endpoint",{"type":42,"tag":763,"props":1587,"children":1588},{},[1589],{"type":48,"value":772},{"type":42,"tag":763,"props":1591,"children":1592},{},[1593],{"type":48,"value":1594},"Full URL",{"type":42,"tag":763,"props":1596,"children":1597},{},[1598],{"type":48,"value":782},{"type":42,"tag":784,"props":1600,"children":1601},{},[1602,1628,1653,1678,1703,1729,1754,1779,1804],{"type":42,"tag":759,"props":1603,"children":1604},{},[1605,1610,1614,1623],{"type":42,"tag":791,"props":1606,"children":1607},{},[1608],{"type":48,"value":1609},"Wallet balances",{"type":42,"tag":791,"props":1611,"children":1612},{},[1613],{"type":48,"value":800},{"type":42,"tag":791,"props":1615,"children":1616},{},[1617],{"type":42,"tag":65,"props":1618,"children":1620},{"className":1619},[],[1621],{"type":48,"value":1622},"…\u002Fwallet\u002Fbalances",{"type":42,"tag":791,"props":1624,"children":1625},{},[1626],{"type":48,"value":1627},"$0.03",{"type":42,"tag":759,"props":1629,"children":1630},{},[1631,1636,1640,1649],{"type":42,"tag":791,"props":1632,"children":1633},{},[1634],{"type":48,"value":1635},"Wallet PnL",{"type":42,"tag":791,"props":1637,"children":1638},{},[1639],{"type":48,"value":800},{"type":42,"tag":791,"props":1641,"children":1642},{},[1643],{"type":42,"tag":65,"props":1644,"children":1646},{"className":1645},[],[1647],{"type":48,"value":1648},"…\u002Fwallet\u002Fpnl",{"type":42,"tag":791,"props":1650,"children":1651},{},[1652],{"type":48,"value":1627},{"type":42,"tag":759,"props":1654,"children":1655},{},[1656,1661,1665,1674],{"type":42,"tag":791,"props":1657,"children":1658},{},[1659],{"type":48,"value":1660},"Wallet transactions",{"type":42,"tag":791,"props":1662,"children":1663},{},[1664],{"type":48,"value":800},{"type":42,"tag":791,"props":1666,"children":1667},{},[1668],{"type":42,"tag":65,"props":1669,"children":1671},{"className":1670},[],[1672],{"type":48,"value":1673},"…\u002Fwallet\u002Ftransactions",{"type":42,"tag":791,"props":1675,"children":1676},{},[1677],{"type":48,"value":1627},{"type":42,"tag":759,"props":1679,"children":1680},{},[1681,1686,1690,1699],{"type":42,"tag":791,"props":1682,"children":1683},{},[1684],{"type":48,"value":1685},"Wallet balances history",{"type":42,"tag":791,"props":1687,"children":1688},{},[1689],{"type":48,"value":800},{"type":42,"tag":791,"props":1691,"children":1692},{},[1693],{"type":42,"tag":65,"props":1694,"children":1696},{"className":1695},[],[1697],{"type":48,"value":1698},"…\u002Fwallet\u002Fbalances\u002Fhistory",{"type":42,"tag":791,"props":1700,"children":1701},{},[1702],{"type":48,"value":951},{"type":42,"tag":759,"props":1704,"children":1705},{},[1706,1711,1715,1724],{"type":42,"tag":791,"props":1707,"children":1708},{},[1709],{"type":48,"value":1710},"Prices (latest)",{"type":42,"tag":791,"props":1712,"children":1713},{},[1714],{"type":48,"value":800},{"type":42,"tag":791,"props":1716,"children":1717},{},[1718],{"type":42,"tag":65,"props":1719,"children":1721},{"className":1720},[],[1722],{"type":48,"value":1723},"…\u002Fprices",{"type":42,"tag":791,"props":1725,"children":1726},{},[1727],{"type":48,"value":1728},"$0.02",{"type":42,"tag":759,"props":1730,"children":1731},{},[1732,1737,1741,1750],{"type":42,"tag":791,"props":1733,"children":1734},{},[1735],{"type":48,"value":1736},"Prices at timestamp",{"type":42,"tag":791,"props":1738,"children":1739},{},[1740],{"type":48,"value":800},{"type":42,"tag":791,"props":1742,"children":1743},{},[1744],{"type":42,"tag":65,"props":1745,"children":1747},{"className":1746},[],[1748],{"type":48,"value":1749},"…\u002Fprices\u002Fat-timestamp",{"type":42,"tag":791,"props":1751,"children":1752},{},[1753],{"type":48,"value":1728},{"type":42,"tag":759,"props":1755,"children":1756},{},[1757,1762,1766,1775],{"type":42,"tag":791,"props":1758,"children":1759},{},[1760],{"type":48,"value":1761},"Prices history",{"type":42,"tag":791,"props":1763,"children":1764},{},[1765],{"type":48,"value":800},{"type":42,"tag":791,"props":1767,"children":1768},{},[1769],{"type":42,"tag":65,"props":1770,"children":1772},{"className":1771},[],[1773],{"type":48,"value":1774},"…\u002Fprices\u002Fhistory",{"type":42,"tag":791,"props":1776,"children":1777},{},[1778],{"type":48,"value":1728},{"type":42,"tag":759,"props":1780,"children":1781},{},[1782,1787,1791,1800],{"type":42,"tag":791,"props":1783,"children":1784},{},[1785],{"type":48,"value":1786},"Tokens list",{"type":42,"tag":791,"props":1788,"children":1789},{},[1790],{"type":48,"value":827},{"type":42,"tag":791,"props":1792,"children":1793},{},[1794],{"type":42,"tag":65,"props":1795,"children":1797},{"className":1796},[],[1798],{"type":48,"value":1799},"…\u002Ftokens",{"type":42,"tag":791,"props":1801,"children":1802},{},[1803],{"type":48,"value":1627},{"type":42,"tag":759,"props":1805,"children":1806},{},[1807,1812,1816,1825],{"type":42,"tag":791,"props":1808,"children":1809},{},[1810],{"type":48,"value":1811},"Tokens search",{"type":42,"tag":791,"props":1813,"children":1814},{},[1815],{"type":48,"value":827},{"type":42,"tag":791,"props":1817,"children":1818},{},[1819],{"type":42,"tag":65,"props":1820,"children":1822},{"className":1821},[],[1823],{"type":48,"value":1824},"…\u002Ftokens\u002Fsearch",{"type":42,"tag":791,"props":1826,"children":1827},{},[1828],{"type":48,"value":1627},{"type":42,"tag":51,"props":1830,"children":1831},{},[1832,1837,1839,1845],{"type":42,"tag":57,"props":1833,"children":1834},{},[1835],{"type":48,"value":1836},"AgentMail — email inbox for the agent",{"type":48,"value":1838}," — $2\u002Fcall, base ",{"type":42,"tag":65,"props":1840,"children":1842},{"className":1841},[],[1843],{"type":48,"value":1844},"https:\u002F\u002Fx402.api.agentmail.to\u002Fv0\u002Finboxes",{"type":48,"value":176},{"type":42,"tag":751,"props":1847,"children":1848},{},[1849,1867],{"type":42,"tag":755,"props":1850,"children":1851},{},[1852],{"type":42,"tag":759,"props":1853,"children":1854},{},[1855,1859,1863],{"type":42,"tag":763,"props":1856,"children":1857},{},[1858],{"type":48,"value":1585},{"type":42,"tag":763,"props":1860,"children":1861},{},[1862],{"type":48,"value":772},{"type":42,"tag":763,"props":1864,"children":1865},{},[1866],{"type":48,"value":1594},{"type":42,"tag":784,"props":1868,"children":1869},{},[1870,1890,1911,1932,1953,1974],{"type":42,"tag":759,"props":1871,"children":1872},{},[1873,1878,1882],{"type":42,"tag":791,"props":1874,"children":1875},{},[1876],{"type":48,"value":1877},"Create inbox",{"type":42,"tag":791,"props":1879,"children":1880},{},[1881],{"type":48,"value":800},{"type":42,"tag":791,"props":1883,"children":1884},{},[1885],{"type":42,"tag":65,"props":1886,"children":1888},{"className":1887},[],[1889],{"type":48,"value":1844},{"type":42,"tag":759,"props":1891,"children":1892},{},[1893,1898,1902],{"type":42,"tag":791,"props":1894,"children":1895},{},[1896],{"type":48,"value":1897},"List messages",{"type":42,"tag":791,"props":1899,"children":1900},{},[1901],{"type":48,"value":827},{"type":42,"tag":791,"props":1903,"children":1904},{},[1905],{"type":42,"tag":65,"props":1906,"children":1908},{"className":1907},[],[1909],{"type":48,"value":1910},"…\u002F{inbox_id}\u002Fmessages",{"type":42,"tag":759,"props":1912,"children":1913},{},[1914,1919,1923],{"type":42,"tag":791,"props":1915,"children":1916},{},[1917],{"type":48,"value":1918},"Get message",{"type":42,"tag":791,"props":1920,"children":1921},{},[1922],{"type":48,"value":827},{"type":42,"tag":791,"props":1924,"children":1925},{},[1926],{"type":42,"tag":65,"props":1927,"children":1929},{"className":1928},[],[1930],{"type":48,"value":1931},"…\u002F{inbox_id}\u002Fmessages\u002F{message_id}",{"type":42,"tag":759,"props":1933,"children":1934},{},[1935,1940,1944],{"type":42,"tag":791,"props":1936,"children":1937},{},[1938],{"type":48,"value":1939},"Send message",{"type":42,"tag":791,"props":1941,"children":1942},{},[1943],{"type":48,"value":800},{"type":42,"tag":791,"props":1945,"children":1946},{},[1947],{"type":42,"tag":65,"props":1948,"children":1950},{"className":1949},[],[1951],{"type":48,"value":1952},"…\u002F{inbox_id}\u002Fmessages\u002Fsend",{"type":42,"tag":759,"props":1954,"children":1955},{},[1956,1961,1965],{"type":42,"tag":791,"props":1957,"children":1958},{},[1959],{"type":48,"value":1960},"Reply message",{"type":42,"tag":791,"props":1962,"children":1963},{},[1964],{"type":48,"value":800},{"type":42,"tag":791,"props":1966,"children":1967},{},[1968],{"type":42,"tag":65,"props":1969,"children":1971},{"className":1970},[],[1972],{"type":48,"value":1973},"…\u002F{inbox_id}\u002Fmessages\u002F{message_id}\u002Freply",{"type":42,"tag":759,"props":1975,"children":1976},{},[1977,1982,1986],{"type":42,"tag":791,"props":1978,"children":1979},{},[1980],{"type":48,"value":1981},"List threads",{"type":42,"tag":791,"props":1983,"children":1984},{},[1985],{"type":48,"value":827},{"type":42,"tag":791,"props":1987,"children":1988},{},[1989],{"type":42,"tag":65,"props":1990,"children":1992},{"className":1991},[],[1993],{"type":48,"value":1994},"…\u002F{inbox_id}\u002Fthreads",{"type":42,"tag":155,"props":1996,"children":1997},{},[],{"type":42,"tag":159,"props":1999,"children":2001},{"id":2000},"how-x402-works",[2002],{"type":48,"value":2003},"How x402 works",{"type":42,"tag":223,"props":2005,"children":2006},{},[2007,2012,2032,2045,2050],{"type":42,"tag":86,"props":2008,"children":2009},{},[2010],{"type":48,"value":2011},"CLI sends the request to the endpoint.",{"type":42,"tag":86,"props":2013,"children":2014},{},[2015,2017,2023,2025,2030],{"type":48,"value":2016},"Endpoint responds with ",{"type":42,"tag":65,"props":2018,"children":2020},{"className":2019},[],[2021],{"type":48,"value":2022},"HTTP 402 Payment Required",{"type":48,"value":2024}," + payment details (price, asset, network, ",{"type":42,"tag":65,"props":2026,"children":2028},{"className":2027},[],[2029],{"type":48,"value":151},{"type":48,"value":2031},").",{"type":42,"tag":86,"props":2033,"children":2034},{},[2035,2037,2043],{"type":48,"value":2036},"CLI signs an EIP-3009 ",{"type":42,"tag":65,"props":2038,"children":2040},{"className":2039},[],[2041],{"type":48,"value":2042},"transferWithAuthorization",{"type":48,"value":2044}," for the exact amount from the wallet.",{"type":42,"tag":86,"props":2046,"children":2047},{},[2048],{"type":48,"value":2049},"CLI retries the request with the payment header.",{"type":42,"tag":86,"props":2051,"children":2052},{},[2053,2055,2061],{"type":48,"value":2054},"Endpoint verifies, calls the upstream API, returns the response; the settlement tx hash comes back in the ",{"type":42,"tag":65,"props":2056,"children":2058},{"className":2057},[],[2059],{"type":48,"value":2060},"PAYMENT-RESPONSE",{"type":48,"value":2062}," header.",{"type":42,"tag":51,"props":2064,"children":2065},{},[2066,2068,2073,2075,2081],{"type":48,"value":2067},"The whole flow is transparent to the agent. Chain and token are auto-detected from the\n",{"type":42,"tag":65,"props":2069,"children":2071},{"className":2070},[],[2072],{"type":48,"value":78},{"type":48,"value":2074}," response. Do not guess endpoints or search the web for providers — read the live\ncatalog (",{"type":42,"tag":65,"props":2076,"children":2078},{"className":2077},[],[2079],{"type":48,"value":2080},"\u002Fapi\u002Fdiscover\u002Froutes",{"type":48,"value":2082},") for the correct, current URLs and prices.",{"type":42,"tag":2084,"props":2085,"children":2086},"style",{},[2087],{"type":48,"value":2088},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":2090,"total":381},[2091,2107,2122,2129],{"slug":2092,"name":2092,"fn":2093,"description":2094,"org":2095,"tags":2096,"stars":25,"repoUrl":26,"updatedAt":2106},"polygon-agent-cli","perform on-chain operations on Polygon","Complete Polygon agent toolkit for on-chain operations on Polygon. Use this skill whenever helping an agent set up a wallet, check balances, send or swap tokens, bridge assets, deposit or withdraw from yield (Aave aTokens, ERC-4626 vaults), register on-chain identity, submit or query reputation\u002Ffeedback, or make x402 micropayments. Covers the full lifecycle: OMS smart contract wallets, Trails DeFi actions, ERC-8004 identity + reputation, x402 payments. Single CLI entry point (`agent`), AES-256-GCM encrypted storage.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2097,2100,2103,2105],{"name":2098,"slug":2099,"type":15},"Automation","automation",{"name":2101,"slug":2102,"type":15},"CLI","cli",{"name":1337,"slug":2104,"type":15},"ethereum",{"name":17,"slug":18,"type":15},"2026-07-27T06:07:29.717032",{"slug":2108,"name":2108,"fn":2109,"description":2110,"org":2111,"tags":2112,"stars":25,"repoUrl":26,"updatedAt":2121},"polygon-defi","execute DeFi operations on Polygon network","Swap, bridge, and deposit on Polygon using the Polygon Agent CLI. Covers same-chain token swaps, cross-chain bridging, yield deposits into Aave v3 and Morpho vaults, and withdrawals from those positions. Write commands preview by default; add --broadcast (or enable `agent mode auto`) to execute.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2113,2116,2117,2120],{"name":2114,"slug":2115,"type":15},"DeFi","defi",{"name":1337,"slug":2104,"type":15},{"name":2118,"slug":2119,"type":15},"Trading","trading",{"name":17,"slug":18,"type":15},"2026-07-27T06:07:30.737151",{"slug":4,"name":4,"fn":5,"description":6,"org":2123,"tags":2124,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2125,2126,2127,2128],{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":17,"slug":18,"type":15},{"name":14,"slug":14,"type":15},{"slug":2130,"name":2130,"fn":2131,"description":2132,"org":2133,"tags":2134,"stars":25,"repoUrl":26,"updatedAt":2138},"polymarket-skill","place bets on Polymarket prediction markets","Place bets on Polymarket prediction markets using the Polygon Agent CLI (CLOB V2). Browse markets, check prices, buy YES\u002FNO positions, sell positions, manage orders. Collateral is pUSD (auto-wrapped from USDC.e). All commands are JSON output. Dry-run by default — always add --broadcast to execute.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2135,2136,2137],{"name":1337,"slug":2104,"type":15},{"name":2118,"slug":2119,"type":15},{"name":17,"slug":18,"type":15},"2026-07-24T05:37:28.436997",{"items":2140,"total":381},[2141,2148,2155,2162],{"slug":2092,"name":2092,"fn":2093,"description":2094,"org":2142,"tags":2143,"stars":25,"repoUrl":26,"updatedAt":2106},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2144,2145,2146,2147],{"name":2098,"slug":2099,"type":15},{"name":2101,"slug":2102,"type":15},{"name":1337,"slug":2104,"type":15},{"name":17,"slug":18,"type":15},{"slug":2108,"name":2108,"fn":2109,"description":2110,"org":2149,"tags":2150,"stars":25,"repoUrl":26,"updatedAt":2121},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2151,2152,2153,2154],{"name":2114,"slug":2115,"type":15},{"name":1337,"slug":2104,"type":15},{"name":2118,"slug":2119,"type":15},{"name":17,"slug":18,"type":15},{"slug":4,"name":4,"fn":5,"description":6,"org":2156,"tags":2157,"stars":25,"repoUrl":26,"updatedAt":27},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2158,2159,2160,2161],{"name":23,"slug":24,"type":15},{"name":20,"slug":21,"type":15},{"name":17,"slug":18,"type":15},{"name":14,"slug":14,"type":15},{"slug":2130,"name":2130,"fn":2131,"description":2132,"org":2163,"tags":2164,"stars":25,"repoUrl":26,"updatedAt":2138},{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[2165,2166,2167],{"name":1337,"slug":2104,"type":15},{"name":2118,"slug":2119,"type":15},{"name":17,"slug":18,"type":15}]