Animica x402 Directory

Directory

agents.x402stock.xyz

agents.x402stock.xyz publishes 87 machine-payable endpoints over the x402 protocol, priced from $0.01 to $0.75 per call. Each was probed directly; the response code below is what it returned.

Endpoints

EndpointMethodPriceProbe
/api/v1/aggregates/:ticker GET $0.02 402
/api/v1/archive/:feed GET $0.02 402
/api/v1/archive/:feed/range GET $0.03 402
/api/v1/backtest/:ticker GET $0.5 402
/api/v1/basis GET $0.05 402
/api/v1/basis/:ticker GET $0.03 402
/api/v1/beneficial-ownership/:ticker GET $0.02 402
/api/v1/company-facts/:ticker GET $0.02 402
/api/v1/concept/:ticker GET $0.02 402
/api/v1/cot/:market GET $0.01 402
/api/v1/crypto/:pair/aggregates GET $0.02 402
/api/v1/crypto/:pair/prev-close GET $0.01 402
/api/v1/dividend-calendar GET $0.02 402
/api/v1/dividends/:ticker GET $0.01 402
/api/v1/dossier/:ticker GET $0.05 402
/api/v1/energy/:product GET $0.01 402
/api/v1/events/:ticker GET $0.01 402
/api/v1/fails-to-deliver/:ticker GET $0.02 402
/api/v1/fda GET $0.03 402
/api/v1/filing-summary/:ticker GET $0.03 402
/api/v1/filings/:ticker GET $0.01 402
/api/v1/financials/:ticker GET $0.02 402
/api/v1/float/:ticker GET $0.01 402
/api/v1/forex/:pair/aggregates GET $0.02 402
/api/v1/forex/:pair/prev-close GET $0.01 402
/api/v1/form-144/:ticker GET $0.02 402
/api/v1/form-3/:ticker GET $0.02 402
/api/v1/frames GET $0.02 402
/api/v1/fred/:series GET $0.01 402
/api/v1/fund-holdings/:cik GET $0.03 402
/api/v1/fund-nport/:fund GET $0.03 402
/api/v1/grouped-daily GET $0.02 402
/api/v1/hip3/:dex GET $0.02 402
/api/v1/hip3/:dex/:market GET $0.01 402
/api/v1/indicators/ema/:ticker GET $0.01 402
/api/v1/indicators/macd/:ticker GET $0.01 402
/api/v1/indicators/rsi/:ticker GET $0.01 402
/api/v1/indicators/sma/:ticker GET $0.01 402
/api/v1/insider-trades/:ticker GET $0.03 402
/api/v1/material-events/:ticker GET $0.03 402
/api/v1/news-sentiment GET $0.02 402
/api/v1/options-aggregates/:contract GET $0.02 402
/api/v1/options/:ticker GET $0.02 402
/api/v1/overview/:ticker GET $0.05 402
/api/v1/patent/:application GET $0.02 402
/api/v1/patent/:application/assignments GET $0.02 402
/api/v1/patent/:application/continuity GET $0.01 402
/api/v1/patent/:application/transactions GET $0.02 402
/api/v1/patents GET $0.02 402
/api/v1/perps/:coin GET $0.01 402
/api/v1/perps/account/:address GET $0.02 402
/api/v1/perps/candles/:coin GET $0.02 402
/api/v1/perps/fills/:address GET $0.02 402
/api/v1/perps/funding/:coin GET $0.01 402
/api/v1/perps/orderbook/:coin GET $0.01 402
/api/v1/perps/overview/:coin GET $0.03 402
/api/v1/portfolio/xray GET $0.25 402
/api/v1/prediction-markets/:id GET $0.02 402
/api/v1/prev-close/:ticker GET $0.01 402
/api/v1/private-stocks/:symbol GET $0.01 402
/api/v1/quote/:ticker GET $0.01 402
/api/v1/regulatory GET $0.02 402
/api/v1/related/:ticker GET $0.01 402
/api/v1/report/:ticker GET $0.5 402
/api/v1/research/:ticker GET $0.75 402
/api/v1/score/factors/:ticker GET $0.15 402
/api/v1/score/insider/:ticker GET $0.15 402
/api/v1/score/squeeze/:ticker GET $0.15 402
/api/v1/screener/smart GET $0.2 402
/api/v1/short-interest/:ticker GET $0.02 402
/api/v1/short-volume/:ticker GET $0.02 402
/api/v1/snapshot/:ticker GET $0.01 402
/api/v1/solana/balance/:address GET $0.01 402
/api/v1/solana/holders/:mint GET $0.02 402
/api/v1/solana/token/:mint GET $0.01 402
/api/v1/splits/:ticker GET $0.01 402
/api/v1/spot/:token GET $0.01 402
/api/v1/spot/candles/:token GET $0.02 402
/api/v1/spot/orderbook/:token GET $0.01 402
/api/v1/squeeze/:ticker GET $0.04 402
/api/v1/technicals/:ticker GET $0.03 402
/api/v1/ticker/:ticker GET $0.01 402
/api/v1/trending GET $0.04 402
/api/v1/unified-snapshot GET $0.02 402
/api/v1/world-bank/:indicator GET $0.01 402
/api/v1/world-bank/country/:iso GET $0.02 402
/api/v1/xstocks/:ticker GET $0.02 402

What these endpoints do

agents.x402stock.xyz/api/v1/aggregates/:ticker

The stock price history endpoint. Returns historical OHLCV bars at the requested multiplier and timespan (minute, hour, day, week, month) between `from` and `to`. Use for price history, charting, back…

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/archive/:feed

Use to read one immutable archived day of a feed (sol.jlp, hl.perps, prestocks.markets, scores.squeeze, …): the exact payload the live endpoint returned that day, plus provenance (observed/captured/in…

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/archive/:feed/range

Use for time-series questions over the archive: how JLP AUM, Hyperliquid funding, a pre-IPO token premium, or a ticker's squeeze score evolved day by day. Per-day summaries (oldest first, ?from ?to ?l…

GET · $0.03 · probe 402

agents.x402stock.xyz/api/v1/backtest/:ticker

Backtests a simple rule on a US stock and returns a finished report PNG. Runs an SMA crossover (?strategy=sma_cross&fast=50&slow=200) or RSI mean-reversion (?strategy=rsi_reversion&period=14&lower=30&…

GET · $0.5 · probe 402

agents.x402stock.xyz/api/v1/basis

Scans every US stock that also trades as a 24/7 synthetic perp and returns the gap: official (delayed) price, prev close, perp mark and oracle, funding APR, open interest, and computed `basis_percent`…

GET · $0.05 · probe 402

agents.x402stock.xyz/api/v1/basis/:ticker

One stock priced on every rail at once: its official US listing (delayed, closed overnight) against the 24/7 Hyperliquid HIP-3 synthetic perp. Returns both prices, funding APR, open interest, and the …

GET · $0.03 · probe 402

agents.x402stock.xyz/api/v1/beneficial-ownership/:ticker

Schedule 13D/13G filings — triggered when a holder crosses 5% of a class — disclosing beneficial-ownership and activist stakes in a US-listed company, from SEC EDGAR. Per filing: the reporting person,…

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/company-facts/:ticker

Every XBRL financial fact a company has reported to the SEC, each collapsed to its latest value: tag, taxonomy, label, unit, the figure, and the period/form/filing it came from. Filter with `?taxonomy…

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/concept/:ticker

The reported time series of one XBRL financial concept (e.g. Revenues, Assets, NetIncomeLoss) for a company, taken directly from its SEC filings. Pass the tag via `?tag=` and optionally `?taxonomy=` (…

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/cot/:market

CFTC Commitments of Traders for one futures market by slug: sp500, nasdaq, gold, silver, crude-oil, natural-gas, euro, british-pound, japanese-yen, swiss-franc, us-dollar-index, 10y-note, bitcoin. Ret…

GET · $0.01 · probe 402

agents.x402stock.xyz/api/v1/crypto/:pair/aggregates

Historical OHLCV bars for a major-coin crypto spot pair at the requested multiplier and timespan (minute, hour, day, week, month) between `from` and `to`. Pass the pair in the path as BASE-QUOTE, e.g.…

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/crypto/:pair/prev-close

Crypto trades 24/7, so there is no session close: this returns the previous UTC calendar day's full OHLCV candle (00:00–24:00 UTC) for a spot pair — open, high, low, close, volume, and VWAP. Pass the …

GET · $0.01 · probe 402

agents.x402stock.xyz/api/v1/dividend-calendar

Market-wide dividend calendar (no ticker needed). Per row: ticker, ex-dividend / record / pay / declaration dates, cash amount per share, currency, type, payments-per-year `frequency` + `frequency_lab…

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/dividends/:ticker

Historical cash dividends for a ticker: amount, currency, type, frequency, and the declaration / ex-dividend / record / pay dates. Most recent first. From x402stock, a pay-per-call market & economic d…

GET · $0.01 · probe 402

agents.x402stock.xyz/api/v1/dossier/:ticker

A company's recent SEC disclosure picture in one call: the filings index, insider transactions from Form 4 with a net buy/sell signal, material 8-K events by item code, and initial holdings from Form …

GET · $0.05 · probe 402

agents.x402stock.xyz/api/v1/energy/:product

Price history for one energy benchmark — `wti` (WTI crude, $/bbl), `brent` (Brent crude, $/bbl), `natural-gas` (Henry Hub, $/MMBtu), or `gasoline` (US regular retail, $/gal) — with the latest value, p…

GET · $0.01 · probe 402

agents.x402stock.xyz/api/v1/events/:ticker

Timeline of corporate events for a ticker, such as ticker symbol changes, with the company name, CIK, and composite FIGI. From x402stock, a pay-per-call market & economic data API for AI agents. No AP…

GET · $0.01 · probe 402

agents.x402stock.xyz/api/v1/fails-to-deliver/:ticker

Settlement fails-to-deliver for a US-listed stock from the SEC's semi-monthly data: the aggregate shares that failed to deliver on each settlement date, with the reference price, most recent first. A …

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/fda

FDA catalysts for a pharma/biotech/medtech company, from openFDA. Pass `?company=Medtronic` (required) plus `?limit=` (max 50). Returns `drug` (recalls + approvals) and `device` (510(k) clearances, PM…

GET · $0.03 · probe 402

agents.x402stock.xyz/api/v1/filing-summary/:ticker

Fetches a company's latest 10-K, 10-Q, or 8-K from SEC EDGAR and returns a structured JSON summary: a plain-language overview, the key risk factors, MD&A highlights, any forward guidance, and an overa…

GET · $0.03 · probe 402

agents.x402stock.xyz/api/v1/filings/:ticker

List a company's recent SEC EDGAR filings sourced directly from the SEC: form type, filing and report dates, the 8-K item codes, and a direct link to each primary document. Filter to a single form wit…

GET · $0.01 · probe 402

agents.x402stock.xyz/api/v1/financials/:ticker

Per-period financial statements (income statement, balance sheet, cash flow, comprehensive income) sourced from SEC filings, flattened to fact_key → value maps. Pass `?timeframe=annual|quarterly|ttm` …

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/float/:ticker

Free float for a ticker — the share count genuinely available to trade, net of insider, strategic and restricted holdings — plus `free_float_percent` (0-100), the derived `restricted_percent`, and the…

GET · $0.01 · probe 402

agents.x402stock.xyz/api/v1/forex/:pair/aggregates

Historical OHLCV bars for a foreign-exchange pair at the requested multiplier and timespan (minute, hour, day, week, month) between `from` and `to`. Pass the pair in the path as BASE-QUOTE, e.g. EUR-U…

GET · $0.02 · probe 402

agents.x402stock.xyz/api/v1/forex/:pair/prev-close

Open, high, low, close, volume, and VWAP for a foreign-exchange pair's most recent completed trading day. Pass the pair in the path as BASE-QUOTE, e.g. EUR-USD. One call returns one bar for a quick pr…

GET · $0.01 · probe 402