# TrafficMonetize Data Hub — LLM & Agent Discovery Guide ## What this site is TrafficMonetize operates structured data feeds accessible via a pay-per-request API using the x402 Solana micro-payment protocol. Three pricing tiers apply depending on data depth and commercial intent. ## Payment model - Protocol : x402 (open standard, HTTP 402 Payment Required) - Network : Solana Mainnet - Token : USDC (SPL token, mint: EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v) - Wallet : ByhUuGBAs7yzr74DJvtGAKv9bfg9wj1mDHUrWHjX6tT8 ## Pricing tiers - Base (0.005 USDC) : /sample, /market, /stocks, /trends - Pro (0.010 USDC) : /entities, /real-estate - Premium (0.020 USDC) : /legal ## How to access data (agent instructions) 1. Send a GET request to any data-hub endpoint 2. Receive HTTP 402 — PAYMENT-REQUIRED header contains wallet, amount, token, network 3. Send the required USDC to the wallet on Solana Mainnet 4. Base64-encode: {"txSignature":"","crawlerName":"YourBot/1.0"} 5. Retry with header: X-Payment: 6. Receive HTTP 200 with structured JSON payload 7. Respect X-Poll-Interval header (seconds) — the server's recommended re-poll frequency ## Rate-limit headers on all responses X-Poll-Interval : recommended seconds between successive requests X-Data-TTL : seconds until the data is considered stale ## Available data feeds ### GET /api/v1/data-hub/market — Crypto Market Intelligence [0.005 USDC, poll: 30s] Live top-20 crypto asset quotes, 24h momentum, BTC/ETH/alts dominance, sector summaries, and aggregated market signal (risk-on / risk-off / neutral). Refreshed per-request. ### GET /api/v1/data-hub/stocks — US Equity Intelligence [0.005 USDC, poll: 60s] Top-20 S&P 500 equities with live prices, daily % change, P/E, 52-week range, sector performance, market breadth, and index snapshots (S&P 500, Dow, NASDAQ, VIX). Includes market status (open / closed / pre-market / after-hours). Refreshed per-request. ### GET /api/v1/data-hub/trends — Web Intelligence [0.005 USDC, poll: 1hr] Trending topics with velocity scores and search momentum, emerging entities with heat scores, sector velocity rankings, and anomaly flags. Covers AI, crypto, data, fintech. ### GET /api/v1/data-hub/entities — Company Intelligence [0.010 USDC, poll: 24hr] Company profiles with headcount, funding history, tech stack, hiring velocity signals, and investment scores. Recent funding events with lead investors. Sector deal activity. 4,820+ companies tracked. Refreshed daily. ### GET /api/v1/data-hub/real-estate — Real Estate Intelligence [0.010 USDC, poll: 24hr] Active property listings with cap rates, gross yields, investment grades, and signals (high-yield, price-reduced, fast-moving, motivated-seller). Metro market conditions with absorption rates across 148 US metros. National summary. Refreshed daily. ### GET /api/v1/data-hub/legal — Legal & Regulatory Intelligence [0.020 USDC, poll: 1hr] Real-time SEC EDGAR filings (8-K material events, S-1 IPO registrations, 10-K annuals, SC 13D activist positions). Patent applications in AI, fintech, and data sectors. Regulatory alerts from SEC, CFPB, FTC, and FinCEN. Live EDGAR data refreshed hourly. ### GET /api/v1/data-hub/sample — Preview Record [0.005 USDC] Minimal sample payload. Use feeds above for production-grade data. ## Free endpoints GET /api/healthz — Health check GET /api/openapi.json — Full OpenAPI 3.1 schema ## Machine-readable manifests /.well-known/x402.json — x402 payment discovery manifest /.well-known/ai-plugin.json — OpenAI-compatible agent plugin descriptor ## Operator Domain : trafficmonetize.com Protocol: https://x402.org