eip155:4663
824 resources accept payment on this network.
Insider trades — SEC Form 4 buys and sells by officers and directors f
Insider trades — SEC Form 4 buys and sells by officers and directors for any ticker
List all AI models on Bittensor
List all AI models on Bittensor. OpenAI /v1/models compatible. Drop-in: just change base_url to gateway.spraay.app/bittensor/v1
Latest US unemployment rate plus a trailing N-month series for trend
Latest US unemployment rate plus a trailing N-month series for trend. Source: FRED UNRATE (Bureau of Labor Statistics). ?months=12 (1-120, default 12).
Generate UUIDs
Generate UUIDs. ?version=4 (default, random) or 7 (time-ordered), ?count=1..100.
Atomically write (or release) a key only if its current value equals `
Atomically write (or release) a key only if its current value equals `expected` - the coordination primitive for distributed locks and optimistic concurrency across agents. Acquire a lock: expected=null + a value + ttlSeconds. Release it: expected=<your token> with no value (deletes on match). Update safely: expected=<old>, value=<new>. Returns whether it swapped and the current value.
Describe a task (or name a slug) and the Smart Order Router resolves t
Describe a task (or name a slug) and the Smart Order Router resolves the best-matching tool and RUNS it in the same call - flat $0.05 covering any tool listed at $0.04 or less, from THIS host's catalog or any external seller in the open index - x402 sellers, or MPP sellers on Tempo (paid on your behalf over x402 or MPP, result relayed). One payment, one request, result + receipt. /api/route quotes which tier a task needs; pricier tools return a self-correcting 409 with their direct route.
Honeypot, rug & token-safety scanner for Solana memecoins — instant pr
Honeypot, rug & token-safety scanner for Solana memecoins — instant pre-trade check of mint/freeze authority, LP lock/burn, holder & dev concentration and insider flags, fused with live liquidity, buy/sell flow and age into one deterministic CLEAR / CAUTION / AVOID verdict for any SPL token. Answers "is this token safe to buy?" in one call — a token safety check / rug pull check for swap guardrails. For Solana trading & sniping agents.
Top stables ranked by mcap with peg deviation (now/24h/7d) + stability
Top stables ranked by mcap with peg deviation (now/24h/7d) + stability score + risk
Official US macro data read straight from Chainlink contracts
Official US macro data read straight from Chainlink contracts. No LLM, no API key. Answers "what is US GDP growth", "current US inflation PCE", "what is SOFR today", "official US economic data". 7 series: real GDP level+growth, PCE index+inflation, real final sales, SOFR. Six are BEA (Dept of Commerce) on Base, SOFR is NY Fed on Ethereum - we assemble both chains. Each value ships its contract + round ID: verify us on an immutable ledger.
Lookup a Farcaster profile by username or FID
Lookup a Farcaster profile by username or FID. Returns FID, username, display name, bio, profile picture URL, follower/following counts, and the canonical Warpcast URL. Use to label cast authors, validate a Farcaster handle, or fetch a profile for display.
Live cross-provider x402 market sentiment
Live cross-provider x402 market sentiment. topProviders: the top x402 sellers ecosystem-wide, ranked by REAL on-chain activity (Agent402 included and flagged isSelf:true). Pick the lens with sort: 'usd' (revenue, default - whale-skewable), 'buyers' (distinct paying wallets - broadest adoption/reach), or 'calls' (raw volume). Every row carries all metrics plus callsPerBuyer (intensity), so revenue and actual ecosystem usage are both visible.
Look up the native coin balance (ETH/MATIC) plus every ERC-20 holding
Look up the native coin balance (ETH/MATIC) plus every ERC-20 holding for a wallet address on Ethereum, Base, Polygon, Arbitrum, or Optimism. Returns clean decimal balances (already scaled by token decimals) plus symbol and contract - ready to display in a UI or feed into a portfolio tool.
Domain registration data via RDAP (the structured WHOIS successor): re
Domain registration data via RDAP (the structured WHOIS successor): registrar, creation/expiry dates, status, nameservers.
Resolve a lat/lon to a structured postal address: road, house number,
Resolve a lat/lon to a structured postal address: road, house number, city, state, postcode, country (with ISO code). OpenStreetMap/Nominatim, no key. ?lat=38.8977&lon=-77.0365.
Return the current USD spot price for an ERC-20 token, identified by i
Return the current USD spot price for an ERC-20 token, identified by its contract address and network. Sourced from Alchemy's aggregated price feed. Use this for portfolio-value calculations or to denominate a balance in fiat without depending on a separate market-data API.
Share your namespace with another wallet so different agents can coord
Share your namespace with another wallet so different agents can coordinate through it. Grant read or readwrite access to a grantee wallet, optionally with a TTL. This is the cross-agent sharing a single agent cannot provide for itself.
Stablecoin parallel-rate premium — how far the street price of a digit
Stablecoin parallel-rate premium — how far the street price of a digital dollar (per-venue USDT quotes) diverges from the official FX rate in capital-controlled economies: venue table, median street rate, premium %, signal read. ARS, VES, BRL, COP, PEN, MXN, CLP, BOB; ARS includes the blue/MEP/CCL board. Live quotes, no LLM.
Crypto market context for macro and multi-asset agents — BTC, ETH and
Crypto market context for macro and multi-asset agents — BTC, ETH and majors with the Fear and Greed read and the risk-on/risk-off signal that ties crypto to broader macro flows.
Batch payments via Spraay
Batch payments via Spraay. Implements Batch Payments for Agents (BPA) 1.0 - atomic, non-custodial, up to 200 recipients. Spec: https://docs.spraay.app/bpa/1.0/
Generate cryptographically random passwords
Generate cryptographically random passwords. ?length=8..128 (default 24), ?symbols=true|false (default true), ?count=1..20.
Validate an email address: syntax check plus live MX record lookup on
Validate an email address: syntax check plus live MX record lookup on the domain (deliverability signal, not a guarantee).
Strip all HTML tags and return plain text
Strip all HTML tags and return plain text. Preserves block-level structure (paragraphs and headings become newline-separated). Faster and more predictable than running extract on a raw HTML string when you already have it.
Mask emails, phone numbers, credit-card-like numbers, IPs, and SSNs in
Mask emails, phone numbers, credit-card-like numbers, IPs, and SSNs in text. Returns the redacted text and counts by type.