{"x402Version":2,"payTo":"0xcc69d619E6053F88A4845066518f465bD06Fc96c","resources":[{"id":741,"slug":"741","resource":"https://gas.apitoll.cloud/v1/base/gas","description":"Base gas oracle / gas price API for AI agents and bots — get the gas price for a transaction on Base in one x402 call. Real-time slow/standard/fast EIP-1559 fee tiers from a live eth_feeHistory call, returned as DROP-IN maxFeePerGas + maxPriorityFeePerGas in wei — plug straight into a viem/ethers transaction, no gwei conversion. Plus base fee, head block, and network fullness. Call it before every Base tx to set a fair fee or wait out congestion.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xcc69d619E6053F88A4845066518f465bD06Fc96c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"blocks":20},"type":"http"},"output":{"example":{"base_fee_gwei":0.0042,"base_fee_wei":"4200000","block_number":16842103,"network":"base-mainnet","stats":{"blocks_sampled":20,"median_fullness_pct":31.5,"ts":"2026-05-28T15:42:30.000Z"},"tiers":{"fast":{"maxFeePerGas":"16300000","maxPriorityFeePerGas":"10000000","max_fee_gwei":0.0163,"max_priority_gwei":0.01},"slow":{"maxFeePerGas":"8300000","maxPriorityFeePerGas":"2000000","max_fee_gwei":0.0083,"max_priority_gwei":0.002},"standard":{"maxFeePerGas":"10300000","maxPriorityFeePerGas":"4000000","max_fee_gwei":0.0103,"max_priority_gwei":0.004}}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"blocks":{"description":"Recent blocks to sample for percentile reward (1..50, clamped). Wider = smoother tiers, narrower = more reactive.","maximum":50,"minimum":1,"type":"integer"}},"required":["blocks"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"base_fee_gwei":{"description":"EIP-1559 base fee for the next block (gwei, human-readable).","type":"number"},"base_fee_wei":{"description":"Base fee in wei (exact, BigInt-ready decimal string).","type":"string"},"block_number":{"description":"Latest sampled block number (the head).","type":"integer"},"network":{"description":"Network identifier (Base mainnet or testnet)","enum":["base-mainnet","base-sepolia"],"type":"string"},"stats":{"description":"Sampling metadata: block count and median fullness.","properties":{"blocks_sampled":{"description":"Number of recent blocks sampled for percentile calculation.","type":"integer"},"median_fullness_pct":{"description":"Median (gasUsed / gasLimit) × 100 across sampled blocks. 100 = full, 0 = empty.","type":"number"},"ts":{"description":"ISO 8601 timestamp when snapshot was assembled.","format":"date-time","type":"string"}},"required":["blocks_sampled","median_fullness_pct","ts"],"type":"object"},"tiers":{"description":"Three fee tiers (slow p10, standard p50, fast p90). Each carries human gwei (max_fee_gwei/max_priority_gwei) AND DROP-IN wei (maxFeePerGas/maxPriorityFeePerGas, BigInt-ready) to plug straight into a viem/ethers tx.","properties":{"fast":{"properties":{"maxFeePerGas":{"description":"DROP-IN: exact maxFeePerGas in wei. tx.maxFeePerGas = BigInt(this).","type":"string"},"maxPriorityFeePerGas":{"description":"DROP-IN: exact maxPriorityFeePerGas in wei (BigInt-ready).","type":"string"},"max_fee_gwei":{"description":"maxFeePerGas in gwei (human-readable).","type":"number"},"max_priority_gwei":{"description":"maxPriorityFeePerGas (tip) in gwei (human-readable).","type":"number"}},"required":["max_fee_gwei","max_priority_gwei","maxFeePerGas","maxPriorityFeePerGas"],"type":"object"},"slow":{"properties":{"maxFeePerGas":{"description":"DROP-IN: exact maxFeePerGas in wei. tx.maxFeePerGas = BigInt(this).","type":"string"},"maxPriorityFeePerGas":{"description":"DROP-IN: exact maxPriorityFeePerGas in wei (BigInt-ready).","type":"string"},"max_fee_gwei":{"description":"maxFeePerGas in gwei (human-readable).","type":"number"},"max_priority_gwei":{"description":"maxPriorityFeePerGas (tip) in gwei (human-readable).","type":"number"}},"required":["max_fee_gwei","max_priority_gwei","maxFeePerGas","maxPriorityFeePerGas"],"type":"object"},"standard":{"properties":{"maxFeePerGas":{"description":"DROP-IN: exact maxFeePerGas in wei. tx.maxFeePerGas = BigInt(this).","type":"string"},"maxPriorityFeePerGas":{"description":"DROP-IN: exact maxPriorityFeePerGas in wei (BigInt-ready).","type":"string"},"max_fee_gwei":{"description":"maxFeePerGas in gwei (human-readable).","type":"number"},"max_priority_gwei":{"description":"maxPriorityFeePerGas (tip) in gwei (human-readable).","type":"number"}},"required":["max_fee_gwei","max_priority_gwei","maxFeePerGas","maxPriorityFeePerGas"],"type":"object"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"gas.apitoll.cloud","lastUpdated":"2026-09-17T03:56:17.761Z","quality":{"calls30d":16,"uniquePayers30d":13,"lastCalledAt":"2026-09-17T03:56:17.31Z"},"liveness":{},"verified":false,"featured":false},{"id":1191,"slug":"1191","resource":"https://evm-gas.apitoll.cloud/v1/evm/gas","description":"Multi-chain EVM gas price oracle for AI agents — 17 chains (Ethereum, Base, Arbitrum, Optimism, Polygon, BNB, Avalanche…). One x402 call returns slow/standard/fast EIP-1559 tiers as DROP-IN maxFeePerGas + maxPriorityFeePerGas in wei (plug straight into a viem/ethers tx, no conversion, exact even on sub-gwei L2s), plus base fee, head block, and fullness, from a live eth_feeHistory call. Pass ?chain= to switch chains.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xcc69d619E6053F88A4845066518f465bD06Fc96c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"blocks":20,"chain":"ethereum"},"type":"http"},"output":{"example":{"base_fee_gwei":8.421,"base_fee_wei":"8421000000","block_number":21403217,"caip2":"eip155:1","chain":"ethereum","chain_name":"Ethereum mainnet","gas_model":"eip1559","stats":{"blocks_sampled":20,"median_fullness_pct":45.5,"ts":"2026-05-28T15:42:30.000Z"},"tiers":{"fast":{"maxFeePerGas":"14831000000","maxPriorityFeePerGas":"2200000000","max_fee_gwei":14.831,"max_priority_gwei":2.2},"slow":{"maxFeePerGas":"12631000000","maxPriorityFeePerGas":"1000000","max_fee_gwei":12.631,"max_priority_gwei":0.001},"standard":{"maxFeePerGas":"13731000000","maxPriorityFeePerGas":"1100000000","max_fee_gwei":13.731,"max_priority_gwei":1.1}}},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"blocks":{"description":"Recent blocks to sample for percentile reward (1..50, clamped).","maximum":50,"minimum":1,"type":"integer"},"chain":{"description":"Target EVM chain id. One of: ethereum, base, optimism, arbitrum, polygon, avalanche, gnosis, linea, scroll, blast, mode, opbnb, celo, bsc, fantom, zksync, mantle. Also accepts common aliases (eth, arb, op, matic, avax, bnb). Default: ethereum.","enum":["ethereum","base","optimism","arbitrum","polygon","avalanche","gnosis","linea","scroll","blast","mode","opbnb","celo","bsc","fantom","zksync","mantle"],"type":"string"}},"required":["chain"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"base_fee_gwei":{"description":"Base fee for the next block (gwei, human-readable).","type":"number"},"base_fee_wei":{"description":"Base fee in wei (exact, BigInt-ready decimal string).","type":"string"},"block_number":{"type":"integer"},"caip2":{"type":"string"},"chain":{"enum":["ethereum","base","optimism","arbitrum","polygon","avalanche","gnosis","linea","scroll","blast","mode","opbnb","celo","bsc","fantom","zksync","mantle"],"type":"string"},"chain_name":{"type":"string"},"gas_model":{"enum":["eip1559","mostly-legacy","non-standard"],"type":"string"},"gas_note":{"type":"string"},"stats":{"properties":{"blocks_sampled":{"type":"integer"},"median_fullness_pct":{"type":"number"},"ts":{"format":"date-time","type":"string"}},"type":"object"},"tiers":{"description":"Slow (p10) / standard (p50) / fast (p90) EIP-1559 fee tiers. Each carries human gwei (max_fee_gwei/max_priority_gwei) AND DROP-IN wei (maxFeePerGas/maxPriorityFeePerGas, BigInt-ready) to plug straight into a viem/ethers tx.","properties":{"fast":{"properties":{"maxFeePerGas":{"type":"string"},"maxPriorityFeePerGas":{"type":"string"},"max_fee_gwei":{"type":"number"},"max_priority_gwei":{"type":"number"}},"type":"object"},"slow":{"properties":{"maxFeePerGas":{"type":"string"},"maxPriorityFeePerGas":{"type":"string"},"max_fee_gwei":{"type":"number"},"max_priority_gwei":{"type":"number"}},"type":"object"},"standard":{"properties":{"maxFeePerGas":{"type":"string"},"maxPriorityFeePerGas":{"type":"string"},"max_fee_gwei":{"type":"number"},"max_priority_gwei":{"type":"number"}},"type":"object"}},"type":"object"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"evm-gas.apitoll.cloud","lastUpdated":"2026-09-14T19:46:22.052Z","quality":{"calls30d":12,"uniquePayers30d":9,"lastCalledAt":"2026-09-14T19:46:21.589Z"},"liveness":{},"verified":false,"featured":false},{"id":2160,"slug":"2160","resource":"https://news.apitoll.cloud/v1/cointelegraph/news","description":"Latest crypto news and breaking headlines, real-time from Cointelegraph. Search any topic (bitcoin, ethereum, DeFi, regulation, market sentiment) or pull the live feed, with full article text across 14 languages. Built for agents tracking crypto markets, tokens, and Web3.","type":"http","x402Version":2,"accepts":[{"scheme":"exact","network":"eip155:8453","payTo":"0xcc69d619E6053F88A4845066518f465bD06Fc96c","asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","amount":"1000","maxTimeoutSeconds":300},{"scheme":"exact","network":"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp","payTo":"DqSMReqFwS3SqfghkM22gaXnYaX73t357cpLEmbHP6Vh","asset":"EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v","amount":"1000","maxTimeoutSeconds":300}],"outputSchema":{"bazaar":{"info":{"input":{"method":"GET","queryParams":{"full_text":true,"lang":"en","limit":10,"search":"bitcoin","views":true},"type":"http"},"output":{"example":{"articles":[{"author":{"authorTranslates":[{"id":"at1","name":"John Smith"}],"author_url":"https://cointelegraph.com/authors/john-smith","id":"auth123"},"category":{"categoryTranslates":[{"id":"ct1","title":"Bitcoin"}],"category_url":"https://cointelegraph.com/tags/bitcoin","id":"cat456"},"full_text":"Bitcoin reached a new all-time high today... [full article text]","id":"123456","postBadge":null,"postTranslate":{"author":{"authorTranslates":[{"id":"at1","name":"John Smith"}],"author_url":"https://cointelegraph.com/authors/john-smith","id":"auth123","innovationCircleUrl":null},"avatar":"https://images.cointelegraph.com/banner.jpg","id":"654321","leadText":"BTC reaches new highs amid market momentum.","published":"2026-06-13T14:30:00+00:00","publishedHumanFormat":"2 hours ago","title":"Bitcoin Surges Above $100K"},"post_url":"https://cointelegraph.com/news/bitcoin-article","views":5420},{"author":null,"category":{"categoryTranslates":[{"id":"ct2","title":"Ethereum"}],"category_url":"https://cointelegraph.com/tags/ethereum","id":"cat789"},"id":"123457","postBadge":{"id":"badge1","label":"Breaking","postBadgeTranslates":[{"id":"pb1","title":"Breaking News"}]},"postTranslate":{"author":null,"avatar":"https://images.cointelegraph.com/eth.jpg","id":"654322","leadText":"Eth2 upgrade brings efficiency gains.","published":"2026-06-13T12:00:00+00:00","publishedHumanFormat":"4 hours ago","title":"Ethereum Network Upgrade Complete"},"post_url":"https://cointelegraph.com/news/ethereum-upgrade","views":3150}],"count":2,"lang":"en","query":null,"source":"cointelegraph"},"type":"json"}},"schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","properties":{"input":{"additionalProperties":false,"properties":{"method":{"enum":["GET"],"type":"string"},"queryParams":{"properties":{"full_text":{"description":"Include the full plain-text article body. Defaults to true.","type":"boolean"},"lang":{"description":"Locale to fetch news for. Defaults to \"en\".","enum":["en","tr","de","es","fr","it","jp","kr","br","cn","ar","in","tw","ru"],"type":"string"},"limit":{"description":"Number of articles to return (1-50). Defaults to 10.","maximum":50,"minimum":1,"type":"integer"},"search":{"description":"Optional full-text search query. When set, returns matching articles instead of the latest feed.","type":"string"},"views":{"description":"Include the article view count. Defaults to true.","type":"boolean"}},"required":["lang"],"type":"object"},"type":{"const":"http","type":"string"}},"required":["type","method"],"type":"object"},"output":{"properties":{"example":{"properties":{"articles":{"description":"Array of article objects with metadata, content, and engagement metrics","items":{"properties":{"author":{"properties":{"authorTranslates":{"items":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"type":"object"},"type":"array"},"author_url":{"type":"string"},"id":{"type":"string"}},"type":["object","null"]},"category":{"properties":{"categoryTranslates":{"items":{"properties":{"id":{"type":"string"},"title":{"type":"string"}},"type":"object"},"type":"array"},"category_url":{"type":"string"},"id":{"type":"string"}},"type":["object","null"]},"full_text":{"description":"Plain-text article body (present only if full_text=true in request)","type":"string"},"id":{"description":"Article ID","type":"string"},"postBadge":{"properties":{"id":{"type":"string"},"label":{"type":"string"},"postBadgeTranslates":{"items":{"properties":{"id":{"type":"string"},"title":{"type":"string"}},"type":"object"},"type":"array"}},"type":["object","null"]},"postTranslate":{"properties":{"author":{"properties":{"authorTranslates":{"items":{"properties":{"id":{"type":"string"},"name":{"type":"string"}},"type":"object"},"type":"array"},"author_url":{"type":"string"},"id":{"type":"string"},"innovationCircleUrl":{"type":["string","null"]}},"type":["object","null"]},"avatar":{"description":"Featured image URL","type":["string","null"]},"id":{"type":"string"},"leadText":{"description":"Article lead/summary","type":["string","null"]},"published":{"description":"ISO8601 publication timestamp","format":"date-time","type":"string"},"publishedHumanFormat":{"description":"Human-readable time ago (e.g., '2 hours ago')","type":["string","null"]},"title":{"description":"Article headline","type":"string"}},"required":["id","title","published"],"type":"object"},"post_url":{"description":"Full URL to the article on Cointelegraph","type":"string"},"views":{"description":"Article view count (present only if views=true in request)","type":"integer"}},"required":["id","post_url","postTranslate"],"type":"object"},"type":"array"},"count":{"description":"Number of articles in the response array","type":"integer"},"lang":{"description":"Locale code (e.g., 'en', 'de', 'es', 'fr', 'jp', 'kr', 'br', 'cn', 'ar', 'in', 'tw', 'ru', 'it', 'tr')","type":"string"},"query":{"description":"Search query string if ?search= was provided, otherwise null","type":["string","null"]},"source":{"description":"Content source identifier (always 'cointelegraph')","type":"string"}},"type":"object"},"type":{"type":"string"}},"required":["type"],"type":"object"}},"required":["input"],"type":"object"}}},"tags":["bazaar"],"sourceHost":"news.apitoll.cloud","lastUpdated":"2026-09-17T06:27:06.247Z","quality":{"calls30d":8,"uniquePayers30d":7,"lastCalledAt":"2026-09-17T06:27:05.77Z"},"liveness":{},"verified":false,"featured":false}]}