X

X402stock · Market Pulse

by X402stock

GETBase

$0.03

per call · USD Coin on Base

Use to find the day's biggest movers in one call. Returns the top 10 gainers and top 10 losers by percent move with price, the current US market session status (open, closed, pre, or post), and the latest market news headlines. No ticker needed. Built for agents scanning what is moving today. From x402stock, a pay-per-call market & economic data API. Pay per request in USDC via x402, no API key.

Endpoint

GET https://x402stock.xyz/api/v1/market-pulse

2

Calls / 30d

2

Unique payers / 30d

Aug 17

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402stock.xyz/api/v1/market-pulse", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://x402stock.xyz/api/v1/market-pulse?limit=10" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "as_of": "2026-05-30T07:00:00.000Z",
  "gainers": [
    {
      "change_percent": 7453.19,
      "price": 7.73,
      "ticker": "QH"
    }
  ],
  "losers": [
    {
      "change_percent": -96.04,
      "price": 0.1401,
      "ticker": "DAIC"
    }
  ],
  "market_status": {
    "after_hours": false,
    "early_hours": false,
    "market": "closed"
  },
  "news": [
    {
      "published_at": "2026-05-29T21:00:00Z",
      "publisher": "Example Wire",
      "tickers": [
        "AAPL",
        "MSFT"
      ],
      "title": "Stock market today: indexes close at record highs",
      "url": "https://example.com/news/market"
    }
  ],
  "source": "x402stock"
}

Payment details

Pay to0x3070fbb3803819fb5bdfe9286fdc6325a877fa85
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from X402stock & similar services