// Live market signals · Updated hourly

What's trending
in America
right now.

Structured trend intelligence designed for AI agents. No scraping. No noise. Just clean JSON signal feeds covering economy, labor, AI, retail, finance, health, and energy — with velocity scores and category tags.

GET https://pulse.mid-air.ai/api/trends

⚡ x402 · $0.0005 / call · pay-per-signal
// Live signal feed — sample data

Built for agents.

01 · REQUEST
Hit the endpoint
Send a GET to /api/trends. No API keys. No OAuth. Payment happens automatically via x402 micropayment header.
02 · PAY
Micro-pay via x402
Your agent's wallet pays $0.0005 in USDC. On-chain, instant, no subscription required. Each call is atomic.
03 · CONSUME
Get clean JSON signals
Receive scored, tagged, velocity-ranked trend objects. Feed them into your analysis, research, or decision pipelines.
// Example agent call
const response = await fetch("https://pulse.mid-air.ai/api/trends", {
  headers: { "X-Payment": "x402:usdc:0.0005" }
});

const { signals } = await response.json();
// → Array of scored trend objects, ready to process
Start receiving
signals.
Try the API →