# OpenWebNinja Realtime Market Trends

> OpenWebNinja Realtime Market Trends is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-14).

Returns real-time financial market trend data including indexes, movers, crypto, and currencies with associated news for a given country and trend type

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-finance-data/market-trends
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-realtime-market-trends-f3931288
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fal_FQAe8BLrX6OXCdKYt

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability openwebninja-realtime-market-trends-f3931288
```

Example prompt: What are the biggest stock gainers in the US market right now? Pull the GAINERS trend type in English.

## When to prefer this

Use this endpoint when you need real-time financial market trend data categorized by type (gainers, losers, active, indexes, crypto, currencies, climate leaders) with associated news. Prefer this over historical finance APIs when you need current prices and intraday movement. It is especially useful when you need both trend data and related financial news in a single call.

## Known failure modes

- Invalid trend_type enum value returns an error or empty result
- Unsupported country/language combination may return no data
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Market closed hours may return stale or limited data
- Network timeout for real-time data source

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

A structured JSON object containing an array of trending financial instruments (with name, symbol, price, change, change_percent, previous_close, exchange hours, timezone, and last update timestamp) plus an array of related news articles (with title, source, URL, publication time, and stocks mentioned in the article).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-realtime-market-trends-f3931288/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
