x402basequality 0.40

Live ticker momentum statistics (mention counts, velocity, acceleration, lifecycle stage) via x402 micropayment.

Price
per_call
Protocol
x402
Verified
no

What it does

Naiko x402 API exposes a pay-per-call endpoint at `/data/momentum` that returns live ticker statistics including mention counts, velocity (mentions per minute), acceleration, and lifecycle-stage classification. The endpoint is gated by the x402 protocol (version 2) and settles payments in USDC on Base (EIP-155 chain 8453). Each call costs 5,000 base units of USDC, which equals $0.005 (half a cent) per request. Gas is sponsored, smart-wallet and ERC-4337 deployments are supported, and the transfer method is Permit2.

The response MIME type is `application/json`. Based on the resource description, the returned payload likely includes fields such as a ticker identifier, raw mention count, velocity (mentions/minute), acceleration (rate of change of velocity), and a lifecycle-stage label (e.g., emerging, trending, declining). No formal OpenAPI schema or detailed documentation was found — the `/docs`, `/api`, `/pricing`, and `/README` paths all return 404.

Naiko brands itself as "pay-per-call crypto intelligence powered by x402 protocol." Additional endpoints may be discoverable via the `.well-known/x402` and `/health/endpoints` paths listed on the landing page, but only the `/data/momentum` endpoint was probed here.

Capabilities

ticker-momentummention-velocitymention-accelerationlifecycle-stage-classificationx402-micropaymentusdc-base-settlementgas-sponsoredpermit2-transfersmart-wallet-supporterc4337

Use cases

  • Detecting emerging crypto tickers by monitoring mention acceleration
  • Filtering trending tokens by lifecycle stage before executing trades
  • Building dashboards that visualize real-time social momentum for crypto assets
  • Feeding mention velocity data into algorithmic trading strategies
  • Alerting on sudden spikes in ticker mention counts

Fit

Best for

  • Crypto traders needing real-time social momentum signals
  • Algorithmic trading bots that consume pay-per-call data feeds
  • Analysts tracking lifecycle stages of crypto token buzz

Not for

  • Historical or archival social-media data retrieval (endpoint appears to serve live/current data only)
  • Non-crypto or general stock-market ticker analysis
  • Users without a Base-compatible USDC wallet

Quick start

curl -X GET https://x402.naiko.io/data/momentum \
  -H "X-402-Payment: <signed_x402_payment>"

Example

Response

{
  "ticker": "BTC",
  "mentions": 4523,
  "velocity": 12.7,
  "acceleration": 0.34,
  "lifecycleStage": "trending"
}

Endpoint

Transporthttp
Protocolx402
Pay to0xB836A641DAe76424861F7f1FCb37c1295E44E329
CurrencyUSD COIN

Quality

0.40/ 1.00

The x402 challenge is live and well-formed, providing clear pricing and settlement details. However, no OpenAPI schema, formal documentation, or example responses were found (all doc paths return 404). The response structure is inferred entirely from the resource description string in the 402 challenge.

Warnings

  • No OpenAPI or formal documentation available — /docs, /api, /pricing, /README all return 404.
  • Response schema is inferred from the x402 resource description; actual fields may differ.
  • Only one endpoint (/data/momentum) was probed; other Naiko endpoints were not evaluated.

Citations

Provenance

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

Agent access