base
324 resources accept payment on this network.
Live betting lines for NFL, NCAAF, MLB, NBA, NCAAB and NHL: spread, to
Live betting lines for NFL, NCAAF, MLB, NBA, NCAAB and NHL: spread, total, both moneylines and per-book detail for every game on the board.
Base X profile mini-endpoint
Base X profile mini-endpoint. Fetches a full X profile and the 10 most recent tweets for a given handle, returning the raw profile data plus a trimmed tweet list with key engagement metrics and media. Cost: 0.001 USDC per request.
Liquidation execution leaderboard
Liquidation execution leaderboard. Top liquidators by tx count, profit, and protocols hit. Useful for MEV searcher competitive intel and bot benchmarking.
Extend an existing Browserbase session by adding more prepaid time
Extend an existing Browserbase session by adding more prepaid time
Text embeddings for AI agents — no API key, no account, no signup; pay
Text embeddings for AI agents — no API key, no account, no signup; pay per call in USDC on Base. POST JSON { input: string or string[] (max 64 per call) }. Model is jina-embeddings-v3, 1024 dimensions, retrieval.passage task. Returns { model, embeddings (one vector per input), dimensions, count, usage, latency_ms }. For agents building a vector index or doing semantic search without a Jina or OpenAI key.
Pull structured JSON out of messy text or a web page — no API key, no
Pull structured JSON out of messy text or a web page — no API key, no account, no signup; pay per call in USDC on Base. POST JSON { schema: { field: type, ... } (required), and text or url }. If url is given the page is fetched and stripped first; an LLM fills the schema and missing fields come back null. Returns { data, model, latency_ms }. For agents turning an article, listing, or product page into typed fields.
LLM chat completions for AI agents — no API key, no account, no signup
LLM chat completions for AI agents — no API key, no account, no signup; pay per call in USDC on Base. POST JSON { prompt } or { messages: [{ role, content }] }; optional model (OpenRouter slug), max_tokens (default 800, max 2000). Routes across a 5-model fallback chain so one unavailable model doesn't fail the call. Returns { model, content, usage, latency_ms }. For agents that need inference without holding an OpenAI or Anthropic key.
Mutable-risk report for a token — can the owner still turn it hostile?
Mutable-risk report for a token — can the owner still turn it hostile? No API key, no account, no signup; pay per call in USDC on Base. GET ?address=0x... (required), chain=ethereum|base (default base). Direct on-chain reads only: eth_getCode, owner(), pendingOwner(), paused(), EIP-1967 slots. Returns mutable_risk_score, verdict, can_turn_hostile, time_to_rug, every owner power explained in plain English, and raw controls. For agents holding or about to buy a token.
Get a recap of the news or summary of a covered news topic over the pa
Get a recap of the news or summary of a covered news topic over the past 12-24 hours.
Check stablecoin supply and flows
Check stablecoin supply and flows. Query by chain (stablecoin supply on Ethereum, Base, etc.), by stablecoin (USDC market cap and circulation), or get the overall market summary. Data from DeFi Llama.
Compare prices across merchants via PriceRunner (Nordic) and Google Sh
Compare prices across merchants via PriceRunner (Nordic) and Google Shopping. Returns lowest/highest/average prices.
Fetch npm package metadata: version, dependencies, downloads, reposito
Fetch npm package metadata: version, dependencies, downloads, repository, license. Includes weekly download count.
Generate platform-optimized social media posts
Generate platform-optimized social media posts. Supports Twitter, LinkedIn, Instagram. Returns post text, hashtags, thread version for Twitter.
Calculate a trust score for an email address
Calculate a trust score for an email address. Assesses domain age, MX configuration, disposable domain detection, and email provider reputation. Returns a 0-100 risk score.
Read whether an address is a contract, and its code size, live from Ba
Read whether an address is a contract, and its code size, live from Base mainnet, for a fraction of a cent. No API key, no account — a wallet is the only requirement, and you are charged only if the read succeeds. Plain unsigned data; the attested version of chain reads is /v1/oracle/onchain. Answers are read at the moment of the call and stamped with the block they came from where applicable.
Giveaways already announced but not yet claimable, with the exact date
Giveaways already announced but not yet claimable, with the exact date each becomes free and what it normally costs. Forward-looking information no training data can contain. Currently Epic Games Store only — no other storefront publishes a schedule.
The same as paid-ping, plus how long verification and settlement actua
The same as paid-ping, plus how long verification and settlement actually took, measured server-side. For choosing your own client timeouts from evidence rather than guessing. Settlement on Base typically completes in one to three seconds, so a timeout under five seconds produces false failures on a healthy network.
Cross-store pricing for a single game — Steam, Epic, GOG and Microsoft
Cross-store pricing for a single game — Steam, Epic, GOG and Microsoft Store side by side — with the lowest price ever observed, the date it was observed, and how far above that low the current price sits. Storefronts publish today's price and no history, so the low exists only for whoever recorded it; ours runs from 2012. Every response resolves the game's family so a base game is never compared against a season pass.
An alarm clock for agents
An alarm clock for agents. Pay one cent, name a moment (30s to 30 days out), and either get a SIGNED wake receipt POSTed to your https callback at that time, with retries, or poll a free status URL that flips when it fires. Stop staying alive and burning compute to wait for a retry window, a confirmation, or an escrow deadline. Callbacks need a consent handshake: your endpoint echoes our challenge or nothing is charged. The Ed25519 receipt binds scheduled and actual fire time.
A researched answer in ONE paid call: a live web search plus the top 3
A researched answer in ONE paid call: a live web search plus the top 3 results rendered to clean markdown. The single-call route costs four payments and four settlement waits; this is the same work in one payment, seconds faster and cheaper than the parts. Charged only if the search succeeds AND at least one page renders — a failed research costs nothing. Pages cap at 60KB each; unrendered runners-up are listed too.
Read any public web page as clean markdown — rendered, boilerplate str
Read any public web page as clean markdown — rendered, boilerplate stripped, ready for a context window. Use it when your agent needs the content of a URL and has a wallet instead of a scraping stack. Charged ONLY if the fetch succeeds; a failed fetch costs nothing. stealth=true ($0.05) gets past aggressive bot protection. Pair with /v1/web/search to find pages first.