Animica x402 Directory

Directory / agents.x402stock.xyz

agents.x402stock.xyz/api/v1/world-bank/country/:iso

A country's macro profile in one call: latest GDP, GDP growth, GDP per capita, inflation, unemployment, population, government debt, current account, exports, and FDI, from the World Bank's World Development Indicators. Pass an ISO country code in the path (e.g. US, CN, IN, DE). International macro the US-only FRED/BLS endpoints don't cover. Source: World Bank (CC BY 4.0). From x402stock

Call it

# 1. Ask the endpoint what it costs (no payment, no wallet needed):
curl -i -X GET 'https://agents.x402stock.xyz/api/v1/world-bank/country/:iso'

# -> HTTP/1.1 402 Payment Required
#    the response carries the price, asset and pay-to address.

# 2. Pay and retry with any x402 client:
npx x402-fetch 'https://agents.x402stock.xyz/api/v1/world-bank/country/:iso'

Endpoint: https://agents.x402stock.xyz/api/v1/world-bank/country/:iso. Operated by agents.x402stock.xyz, not by Animica. Price and availability were correct at the last probe on 2026-09-02 and are set by the operator, who may change them.

Other endpoints on agents.x402stock.xyz

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…

GET · $0.02

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 da…

GET · $0.02

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-d…

GET · $0.03

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 (?st…

GET · $0.5

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, ope…

GET · $0.05

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 pric…

GET · $0.03

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 …

GET · $0.02

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/fil…

GET · $0.02

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 v…

GET · $0.02

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,…

GET · $0.01

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 …

GET · $0.02

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,…

GET · $0.01

All 87 endpoints on agents.x402stock.xyz →