{"x402Version":2,"name":"DexL Agents","description":"One API. Every AI. Pay per call. Machine-to-machine access to AI models through a single gateway, priced per request and paid with x402 - no accounts, no API keys.","resources":[{"resource":"https://agents.dexl.io/v1/chat/completions","method":"POST","price":"$0.001","pricing":"dynamic","pricingNote":"Price depends on the model, prompt length and max_tokens. Send the request without payment to receive an exact quote in the 402 response.","networks":["eip155:8453"],"description":"Chat completion through DexL Agents - one API for every model, paid per call with x402","models":["gemini-3.7-flash","gemini-3.6-flash","gemini-3.5-flash","gemini-3.5-flash-lite"]},{"resource":"https://agents.dexl.io/v1/agents/{id}/run","method":"POST","price":"$0.001","pricing":"dynamic","pricingNote":"Price depends on the agent's step budget and token ceiling. Send the request without payment to receive an exact quote in the 402 response.","networks":["eip155:8453"],"description":"Run a DexL agent: the model reasons, calls tools when it needs them, and returns an answer"},{"resource":"https://agents.dexl.io/v1/network/agents/{id}/execute","method":"POST","price":"varies","pricing":"dynamic","pricingNote":"Each agent sets its own ceiling; the network fee is added on top. Ask /v1/network/quote first - quoting is free.","networks":["eip155:8453"],"description":"Call an agent on the DexL network. The agent is not ours: anyone can register one, and the payment goes to its owner minus the network fee."},{"resource":"https://agents.dexl.io/v1/tools/wallet-balance","method":"POST","price":"$0.001","pricing":"per-call","pricingNote":"Tool costs are fixed per call and known before you pay; the 402 carries the exact amount.","networks":["eip155:8453"],"description":"Read any wallet balance on 28 EVM chains: native coin (ETH, BNB, MATIC, AVAX) or any ERC-20 token including USDC. Covers Base, Ethereum, Arbitrum, Optimism, Polygon, BSC, Avalanche, zkSync, Linea, Scroll, Blast, Mantle, Celo, Gnosis, Sonic, Unichain, World Chain, Zora and more. Returns the raw and decimal balance with the block it was read at."},{"resource":"https://agents.dexl.io/v1/tools/transaction-lookup","method":"POST","price":"$0.001","pricing":"per-call","pricingNote":"Tool costs are fixed per call and known before you pay; the 402 carries the exact amount.","networks":["eip155:8453"],"description":"Look up any transaction and its receipt by hash on 28 EVM chains: success or revert, block number, gas used, effective gas price, sender and recipient. Covers Base, Ethereum, Arbitrum, Optimism, Polygon, BSC and more. Use it to confirm a payment or settlement actually landed."},{"resource":"https://agents.dexl.io/v1/tools/evm-rpc","method":"POST","price":"$0.001","pricing":"per-call","pricingNote":"Tool costs are fixed per call and known before you pay; the 402 carries the exact amount.","networks":["eip155:8453"],"description":"Make any read-only JSON-RPC call on 28 EVM chains - eth_call, eth_blockNumber, eth_getLogs, eth_getBalance and the rest - without running a node or holding an RPC key. Covers Base, Ethereum, Arbitrum, Optimism, Polygon, BSC and more, with automatic failover across providers when one rate-limits or goes down."},{"resource":"https://agents.dexl.io/v1/tools/weather","method":"POST","price":"$0.001","pricing":"per-call","pricingNote":"Tool costs are fixed per call and known before you pay; the 402 carries the exact amount.","networks":["eip155:8453"],"description":"Current weather and a short forecast for anywhere on earth, by place name or by latitude and longitude. Returns temperature, apparent temperature, humidity, precipitation, wind speed and direction, plus a daily high and low for up to seven days. Place names are geocoded for you."},{"resource":"https://agents.dexl.io/v1/tools/web-fetch","method":"POST","price":"$0.001","pricing":"per-call","pricingNote":"Tool costs are fixed per call and known before you pay; the 402 carries the exact amount.","networks":["eip155:8453"],"description":"Fetch any public web page or JSON API and get its status, content type, headers and body back. For agents that need to read a page they cannot reach themselves. Private networks and loopback addresses are blocked, and large bodies are truncated rather than dropped."},{"resource":"https://agents.dexl.io/v1/tools/site-crawl","method":"POST","price":"$0.001","pricing":"per-call","pricingNote":"Tool costs are fixed per call and known before you pay; the 402 carries the exact amount.","networks":["eip155:8453"],"description":"Crawl a website: fetch a page, follow the links inside the same host and return every page it reached, within a page budget you set. For reading documentation, a product catalogue or a changelog in one paid call instead of many."},{"resource":"https://agents.dexl.io/v1/audio/speech","method":"POST","price":"$0.001","pricing":"dynamic","pricingNote":"Depends on the length of the text. The quote is a ceiling; pay with the upto scheme and only the audio actually generated settles.","networks":["eip155:8453"],"description":"Turn text into speech and get a WAV back: eight voices, 24 kHz mono, up to 5000 characters."},{"resource":"https://agents.dexl.io/v1/audio/transcriptions","method":"POST","price":"$0.001","pricing":"dynamic","pricingNote":"Depends on the length of the audio. Send without payment for an exact quote.","networks":["eip155:8453"],"description":"Turn speech into text: send base64 audio, get a plain transcript back."},{"resource":"https://agents.dexl.io/v1/workflows/{id}/run","method":"POST","price":"varies","pricing":"dynamic","pricingNote":"Every node in the workflow bounded at its worst case, summed.","networks":["eip155:8453"],"description":"Run a workflow: agents, models and tools chained into one step, paid for once."},{"resource":"https://agents.dexl.io/v1/agents/{id}/autonomous","method":"POST","price":"varies","pricing":"dynamic","pricingNote":"Priced at the budget you declare, because the plan does not exist yet and that budget is the only known ceiling.","networks":["eip155:8453"],"description":"The agent plans, discovers services, pays for them, executes and verifies - inside a budget you set."}],"freeResources":[{"resource":"https://agents.dexl.io/v1/models","method":"GET","description":"Active model catalogue"},{"resource":"https://agents.dexl.io/v1/tools","method":"GET","description":"Every tool, its schema and its price"},{"resource":"https://agents.dexl.io/v1/audio/voices","method":"GET","description":"The eight speech voices"},{"resource":"https://agents.dexl.io/v1/marketplace","method":"GET","description":"Services published on the network"},{"resource":"https://agents.dexl.io/health","method":"GET","description":"Liveness"},{"resource":"https://agents.dexl.io/v1/network/discover","method":"GET","description":"Agents on the network, filterable by capability"},{"resource":"https://agents.dexl.io/v1/network/agents/{id}","method":"GET","description":"One agent's full manifest"},{"resource":"https://agents.dexl.io/v1/network/quote","method":"POST","description":"What a call to an agent would cost"},{"resource":"https://agents.dexl.io/v1/network/receipts/{request_id}","method":"GET","description":"Receipt for a paid network call"},{"resource":"https://agents.dexl.io/v1/network/stats","method":"GET","description":"Network totals"}],"documentation":"https://agents.dexl.io/docs","agentNetworkGuide":"https://agents.dexl.io/docs/network"}