solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp

5400 resources accept payment on this network.

Scrape Creators · Instagram — Reels

Scrape Creators · Instagram — Reels

60000 / request

Token price, market cap, volume, supply, and basic metrics

Token price, market cap, volume, supply, and basic metrics. Works for any listed token.

1000 / request

Live crypto prices for one or many coins in any vs_currency (usd, eur,

Live crypto prices for one or many coins in any vs_currency (usd, eur, btc, eth, etc). Returns last price, 24h change %, 24h volume, and market cap per coin. The simplest crypto price read - for ranked market-cap tables use crypto-market, for candles use crypto-history. Accepts ticker symbols (BTC, ETH, SOL) for the top ~50 by market cap, or canonical CoinGecko ids (e.g. "render-token") for any of the ~15k tracked coins. Batched: up to 25 coins per call.

1000 / request

Latest US Treasury daily constant-maturity yields (1mo, 3mo, 6mo, 1y,

Latest US Treasury daily constant-maturity yields (1mo, 3mo, 6mo, 1y, 2y, 3y, 5y, 7y, 10y, 20y, 30y) as clean JSON. Source: FRED DGS* series (St. Louis Fed), public domain, no key. No params - always returns the most recent published curve.

5000 / request

OpenAI-compatible chat completions with the model chosen server-side:

OpenAI-compatible chat completions with the model chosen server-side: omit model and the gateway routes the prompt to the top-ranked model for its task (code, reasoning, long-context, general) from a fixed eval-derived ranking, failing over automatically on provider errors. Flat price per call, 16k chars in, 1024 tokens out, streaming supported. Use it as a drop-in OpenAI base_url when you want good answers without picking a model.

10000 / request

OpenAI-compatible text embeddings (text-embedding-3-small by default;

OpenAI-compatible text embeddings (text-embedding-3-small by default; 3-large and ada-002 supported), up to 64 inputs or 16k chars per call, returned in the standard OpenAI shape. Identical inputs repeated within 10 minutes are served free from cache. Use it for semantic search, clustering and retrieval from any OpenAI SDK by changing base_url.

2000 / request

Option chain for a US-listed ticker: all listed expiration dates, the

Option chain for a US-listed ticker: all listed expiration dates, the strike ladder, and per-contract bid/ask/last/volume/open-interest/implied-volatility for calls and puts at one expiry (nearest by default, or pass `expiration` as YYYY-MM-DD). Backed by Yahoo Finance's options endpoint with the session-crumb handshake handled server-side.

5000 / request

Current Base mainnet gas prices

Current Base mainnet gas prices. Slow, standard, fast in gwei.

1000 / request

Bundled execution of the Decode this blob workflow - Hand the agent an

Bundled execution of the Decode this blob workflow - Hand the agent an opaque string - a JWT, a base64'd JSON payload, a gzip-encoded API response, a hex-encoded hash - and walk it through identifying what it is and unwrapping it layer by layer until it's human-readable. One x402 payment runs 7 underlying tools (jwt-decode, gunzip, brotli-decompress, base64, hex, json-format, hash); partial-success per step.

7000 / request

OpenAI-compatible image generation over x402 - point any OpenAI SDK's

OpenAI-compatible image generation over x402 - point any OpenAI SDK's images.generate() at base_url https://agent402.tools/v1 and pay $0.08 per image in USDC, no API key, no signup. Served by Gemini 2.5 Flash Image (nano banana); prompt in (up to 4k chars), inline base64 image out (response_format b64_json). One image per call (n locked to 1). Optional zdr:true routes only to zero-data-retention providers.

80000 / request

Describe a task in plain language (or name a tool slug) and the Smart

Describe a task in plain language (or name a tool slug) and the Smart Order Router resolves the best-matching tool across this catalog and the open x402/MPP seller index, then runs it in the same call and returns the result with a receipt. Flat price covers any tool listed at $0.005 or less. Use it when an agent wants one paid request that both finds and executes the right capability.

10000 / request

Rerank documents against a query over x402 - the Cohere /rerank wire (

Rerank documents against a query over x402 - the Cohere /rerank wire ({query, documents[], top_n} -> results with relevance_score), served by cohere/rerank-v3.5, $0.002 per call in USDC, no API key, no signup. Up to 50 documents (1,600 chars each, 40k total) and a 500-char query per call. Deterministic, so a byte-identical repeat within 10 minutes is served FREE from cache (X-Cache: hit; opt out with cache:false).

2000 / request

OpenAI Responses API over x402 - point the OpenAI SDK's responses

OpenAI Responses API over x402 - point the OpenAI SDK's responses.create() (or the OpenAI Agents SDK) at base_url https://agent402.tools/v1/nano and pay $0.003 per call in USDC, no API key, no signup. Same models, caps and price as this tier's /chat/completions route; any model here is served through the Responses wire.

3000 / request

Anthropic Messages API over x402 - point the Anthropic SDK (or Claude

Anthropic Messages API over x402 - point the Anthropic SDK (or Claude Code / the Agent SDK) at base_url https://agent402.tools/v1/nano and pay $0.003 per call in USDC, no API key, no signup. Same models, caps and price as this tier's /chat/completions route; any model here is served through the Messages wire (Claude natively, others translated). Depth: `effort` (low..max) on Claude 4.7+, thinking.budget_tokens on older Claude. Up to 12,000 input chars and 768 output tokens; streaming supported.

3000 / request

Live gas price snapshot for a chain - slow / standard / fast tiers in

Live gas price snapshot for a chain - slow / standard / fast tiers in gwei, plus the latest base fee. Sampled from eth_feeHistory (last 4 blocks, 25th/50th/90th percentile priority fees). Use to estimate before broadcasting a transaction from another tool.

5000 / request

Decode a vehicle VIN via the US NHTSA vPIC database: make, model, year

Decode a vehicle VIN via the US NHTSA vPIC database: make, model, year, trim, body class, engine, fuel type, plant and vehicle type. Accepts full or partial VINs. Use it when an agent holds a VIN and needs the vehicle's official specification - live government data, no key.

4000 / request

Resolve a US stock ticker (e

Resolve a US stock ticker (e.g. AAPL) to its SEC CIK number, the primitive every other EDGAR call needs. Returns CIK in both zero-padded (0000320193) and integer form, plus the registered company name. Backed by SEC's company_tickers.json (public domain). ?ticker=AAPL

2000 / request

Bundled execution of the Crypto dossier workflow - Everything about a

Bundled execution of the Crypto dossier workflow - Everything about a cryptocurrency in one call: live price, 90-day history, trending status, global market context, news search, and top article extraction. One x402 payment runs 6 underlying tools (crypto-price, crypto-history, crypto-trending, crypto-global, search, extract); partial-success per step.

50000 / request

Bundled execution of the Company dossier workflow - Comprehensive comp

Bundled execution of the Company dossier workflow - Comprehensive company research report in one call: live quote, financials, SEC filings, insider trades, and recent news - all in parallel. One x402 payment runs 5 underlying tools (stock-quote, company-financials, edgar-filings, edgar-insider-trades, search); partial-success per step.

46000 / request

Bundled execution of the Domain intel workflow - Full domain security

Bundled execution of the Domain intel workflow - Full domain security and SEO intelligence in one call: WHOIS, DNS, TLS cert, HTTP headers, tech stack, robots policy, and certificate transparency. One x402 payment runs 6 underlying tools (whois, dns-lookup, tls-cert, http-headers, tech-stack, robots-check); partial-success per step.

16000 / request

Bundled execution of the Financial analysis workflow - Quick company s

Bundled execution of the Financial analysis workflow - Quick company snapshot: live quote, 9 key financial metrics (revenue through cash flow), and upcoming earnings - one call, one payment. One x402 payment runs 3 underlying tools (stock-quote, company-financials, earnings-calendar); partial-success per step.

20000 / request

Key financial metrics (Revenue, Net Income, Operating Income, Total As

Key financial metrics (Revenue, Net Income, Operating Income, Total Assets, Liabilities, Equity, EPS, Operating Cash Flow) for a US public company in one call. Returns the latest annual and quarterly values from SEC XBRL filings. No XBRL knowledge needed - just pass a ticker. ?ticker=AAPL

20000 / request

OpenAI-compatible chat completions GROUNDED in a live web search on ev

OpenAI-compatible chat completions GROUNDED in a live web search on every call: the gateway runs an Exa search (up to 5 results) for the prompt, hands the results to the model, and returns the answer with url_citation annotations - $0.03 per call in USDC, no API key, no signup. Model is chosen server-side like the auto tier (omit "model" or send "auto"; explicit ranked models accepted); the response adds agent402_router {category, quality, served}.

30000 / request

Resolve a US latitude/longitude to its county, state and census block

Resolve a US latitude/longitude to its county, state and census block FIPS codes via the FCC Area API. Use it when an agent has coordinates and needs the administrative geography (jurisdiction, county, census block) - live government data, no key.

3000 / request

Next page