x402basequality 0.78

Payment-gated trending crypto token and sector intelligence with narrative clustering and social momentum.

Price
per_call
Protocol
x402
Verified
no

What it does

The /alpha/trending endpoint on the x402 Meta Gateway returns trending tokens ranked by volume, with AI-generated analysis of why they're moving. It aggregates data from multiple live sources including CoinGecko, DexScreener, X/Twitter, and others, delivering structured JSON with narrative clustering and social momentum signals.

This endpoint is part of a broader crypto intelligence API (x402.911fund.io) that offers 14+ tools covering token analysis, sentiment, prediction markets, macro economics, on-chain activity, risk assessment, and more. The /alpha/trending endpoint accepts optional query parameters: `category` (e.g. "defi"), `limit` (1–50 results), and `twitter` (boolean to include X/Twitter sentiment addon). Payment is $0.03 USDC per call, settled via the x402 protocol on either Base (EIP-155:8453) or Solana mainnet.

Responses are wrapped in a standardized envelope that includes metadata such as request_id, sources_used, confidence score, time_window, and warnings. The endpoint returns 422 with no charge when clarification is needed, and uses structured error codes (invalid_params, upstream_failed, rate_limited, etc.) for failure cases. The same tools are also accessible via an MCP JSON-RPC interface at /mcp for native AI agent integration.

Capabilities

trending-tokenscrypto-intelligencenarrative-clusteringsocial-momentumtwitter-sentimentmulti-source-aggregationx402-paymentusdc-micropaymentstructured-json-responsebase-chainsolana-chaincategory-filtering

Use cases

  • AI trading agents polling for currently trending tokens to inform buy/sell decisions
  • Dashboard widgets showing real-time trending tokens with social momentum data
  • Research bots tracking which crypto narratives are gaining traction
  • Portfolio managers screening for high-momentum tokens across sectors
  • Automated alerts when specific categories (DeFi, meme, AI) start trending

Fit

Best for

  • AI agents needing structured trending crypto data in a single call
  • Developers building crypto dashboards with real-time social signals
  • Trading bots that need pre-aggregated multi-source market intelligence
  • Agents that can pay per-call with USDC on Base or Solana

Not for

  • Historical backtesting requiring months of archived trending data
  • Non-crypto market intelligence (equities, forex, commodities only)
  • Users without a USDC wallet on Base or Solana

Quick start

curl -X GET "https://x402.911fund.io/alpha/trending?category=defi&limit=10" \
  -H "Accept: application/json" \
  -H "X-PAYMENT: <x402_payment_token>"

Example

Request

{
  "input": {
    "type": "http",
    "method": "GET",
    "queryParams": {
      "limit": 10,
      "twitter": true,
      "category": "defi"
    }
  }
}

Endpoint

Transporthttp
Protocolx402
Pay to0xd86F1F35d6B15fEBef2f4a4390b584D8a7deC0B6
CurrencyUSD COIN

Quality

0.78/ 1.00

Full OpenAPI 3.1 schema is available with well-defined parameters, error envelopes, and a live 402 challenge confirming the endpoint is operational. Pricing is clear ($0.03 USDC). However, no 200 response schema is documented, and no example successful response body is available, so the exact output structure must be inferred from the landing page description.

Warnings

  • No documented 200 response schema — the structure of successful responses is not formally specified in the OpenAPI spec.
  • The /docs, /api, /pricing, and /README paths all return 404, so there is no dedicated documentation site beyond the landing page.
  • Response examples on the landing page are only shown for /alpha/token, not /alpha/trending specifically.

Citations

Provenance

Indexed fromx402_bazaar
Enriched2026-04-22 00:50:28Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-21
Last seen2026-04-22

Agent access