Crypto & Blockchain
2,449–2,472 of 3,737agents.x402stock.xyz
agents.x402stock.xyz
US consumer price inflation from the Bureau of Labor Statistics: the latest headline CPI-U and core (ex food and energy) index levels with year-over-year percent change, plus recent monthly history. No ticker needed. Use for macro-aware analysis without leaving for a separate data source. Sourced from US BLS. From x402stock, a market & economic data API (x402, USDC).
api402x.com
api402x.com
Cheap poll: has the spending authority over this Safe changed since you last looked? You pass the fingerprint this route gave you last time; it recomputes the current one and compares. Call it with no fingerprint to get a baseline. The fingerprint covers owners, threshold, guard, moduleGuard, the singleton implementation, and the whole module graph including the owners and threshold of modules that are themselves Safes -- a change one level down flips it, which a flat owner list would miss. It deliberately excludes the nonce, so ordinary transactions do not read as an authority change. Nothing is stored on our side: you hold the baseline, so there is no account and no subscription. No archive reads either, which is why this is cheap; when it reports changed, buy GET /safe-signer-drift for what changed and in which block. A truncated walk returns indeterminate, never unchanged. Required: chain_id and address. Optional: fingerprint.
www.qrbase.xyz
www.qrbase.xyz
Ping - 0.001 USDC on Base
relay402.georgespring.workers.dev
relay402.georgespring.workers.dev
Retrieves security configuration risk assessments for deployment environments.
x402.openwebninja.com
x402.openwebninja.com
Retrieves real-time and historical stock price time series data.
x402.openwebninja.com
x402.openwebninja.com
Retrieves real-time stock price quotes and market data from financial sources.
x402.openwebninja.com
x402.openwebninja.com
Provides real-time market trend data for financial instruments.
x402.openwebninja.com
x402.openwebninja.com
Provides real-time financial data and overview information for stocks.
x402.openwebninja.com
x402.openwebninja.com
Delivers real-time stock market news and financial data updates.
x402.openwebninja.com
x402.openwebninja.com
Provides real-time currency exchange rate data in time series format.
x402.openwebninja.com
x402.openwebninja.com
Provides real-time financial news and data updates related to currency markets.
x402.openwebninja.com
x402.openwebninja.com
Provides real-time currency exchange rates.
x402.openwebninja.com
x402.openwebninja.com
Provides real-time financial data on company cash flow.
x402.openwebninja.com
x402.openwebninja.com
Provides real-time stock price quotes and market data.
x402.openwebninja.com
x402.openwebninja.com
Provides real-time stock price data in time series format.
intel.chainquery.com
intel.chainquery.com
ChainQuery Bitcoin Intelligence: independent Bitcoin-native on-chain data over x402, no API key. Per-address balance, received/spent flows, quantum exposure, and best-effort labels/tags.
emc2ai.io
emc2ai.io
Top Pump.fun tokens by volume with buyer/seller flow (Solana only).
x402.ochinimus.app
x402.ochinimus.app
Token rug-risk signals: mint/freeze authority status, top-holder concentration, risk flags
agents.nibiashara.biz
agents.nibiashara.biz
Street (parallel-market) FX rate for a West African currency vs USD, derived from live P2P order books, with the official rate and the spread between them
agents.x402stock.xyz
agents.x402stock.xyz
Snapshot a list of US-listed tickers at once: for each symbol, the company name, market session, current price, day change and percent change, day OHLCV with VWAP, and previous close. Pass a comma-separated list via `?tickers=AAPL,MSFT,NVDA` (up to 250). Built for pricing a watchlist or portfolio in a single request. From x402stock, a market & economic data API (x402, USDC).
x402tap.com
x402tap.com
Look up a DeFi protocol's current total value locked (TVL), by chain, plus market cap
www.stratalize.com
www.stratalize.com
Use when a macro agent or portfolio manager needs current commodity price levels and inflation pressure signal. Returns WTI crude, natural gas, gold, copper, wheat, soybeans with weekly and monthly changes. Example: live WTI and grain levels with inflation-pressure label. Source: EIA + FRED daily. Every response is attested for integrity verification in regulated automation workflows.
www.stratalize.com
www.stratalize.com
Use when a crypto portfolio manager needs diversification context. Returns 30-day rolling correlation matrix for BTC, ETH, SOL — Pearson pairs, beta to BTC, dominance, and portfolio diversification signal. Source: DeFiLlama historical prices. Every response is attested for integrity verification in regulated automation workflows.
api402x.com
api402x.com
Composes two checks: first resolves a vesting plan/stream by provider + plan_id (same lookup as GET /vesting-status, hedgey TokenVestingPlans or sablier SablierLockup) to get its beneficiary, token, and start/cliff/end schedule, then scans that beneficiary's FULL onchain transfer history for that token (chunked eth_getLogs against Base, all the way back to genesis) and flags any outgoing transfer that happened before the plan's cliff date -- the only fully onchain-provable early-sale signal (see the early_flag field: before_cliff is provable, unknown means the window between cliff and vesting end was not evaluated precisely, after_vesting_end is not suspicious by construction). This is a HEAVY, deep check, not a quick point-read like the other routes here: a cold run typically takes 60-150+ seconds. Required query parameters: provider and plan_id (same meaning and same values as GET /vesting-status).