Every payable service, in one index.
The public Bazaar registry, rendered — the same endpoint an agent queries.
The public Bazaar registry, rendered — the same endpoint an agent queries.
1–20 of 100 listings
Best-effort contract introspection via batched RPC - bytecode presence, token metadata, and ERC20-like/ERC721/ERC1155 classification
https://api.onesource.io/api/chain/contract/:address
Next transaction nonce for any Ethereum wallet via eth_getTransactionCount - how many txs it has sent
https://api.onesource.io/api/chain/nonce/:address
Check if an Ethereum address is a contract via eth_getCode - returns deployed bytecode
https://api.onesource.io/api/chain/code/:address
Detect upgradeable proxy patterns (EIP-1967, UUPS, Transparent) via eth_getStorageAt - returns the implementation address behind a proxy
https://api.onesource.io/api/chain/proxy/:address
ERC20 allowance via allowance (eth_call) - how much a spender is approved to move from an owner's wallet
https://api.onesource.io/api/chain/allowance
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.
https://gas.apitoll.cloud/v1/base/gas
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.
https://crypto.apitoll.cloud/v1/crypto/price
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.
https://edgar.apitoll.cloud/v1/edgar/filings
Search 10,000+ gift card & voucher brands across 180+ countries by name and country. Pay in USDC via x402, no account.
https://api.bitrefill.com/x402/gift-cards/search
Latest Ethereum block height - current chain tip via eth_blockNumber
https://api.onesource.io/api/chain/block-number
X Tweet Search ($0.02/call): Search X (Twitter) posts with full advanced-search syntax (from:, since:, until:, exact phrases, boolean operators). Returns up to 20 posts per call as clean JSON with metrics and entities, plus a cursor for the next page. No X account or API key needed.
https://x402.botsmith.dev/x/search
Simulate a read-only Ethereum contract call via eth_call - no transaction sent
https://api.onesource.io/api/chain/call
Ethereum chain ID (EIP-155) via eth_chainId - confirm which chain a network is on
https://api.onesource.io/api/chain/chain-id
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.
https://cheaptokens.ai/api/buy
Flip a coin for a small USDC payment on Base mainnet. Returns heads or tails.
https://coinflip402.vercel.app/api/coinflip
Roll a dice with any number of faces. Specify faces via ?faces=N query parameter.
https://dicex402.vercel.app/api/dice
ERC1155 token balance via balanceOf (eth_call) - how many copies of a token_id a wallet holds
https://api.onesource.io/api/chain/erc1155-balance
ERC20 token balance for any Ethereum wallet - USDC, USDT, DAI, or any token - via balanceOf (eth_call) on OneSource live Ethereum RPC
https://api.onesource.io/api/chain/erc20-balance
ERC20 Transfer logs via eth_getLogs - raw Transfer events for a token or wallet
https://api.onesource.io/api/chain/erc20-transfers
List every ERC721 NFT token_id a wallet owns in a collection via tokenOfOwnerByIndex (eth_call)
https://api.onesource.io/api/chain/erc721-tokens