MPPtempoquality 0.35

Token price statistics (min, max, avg, etc.) across 150+ chains from Allium's onchain data infrastructure.

Price
$0.02 / call
Protocol
mpp
Verified
no

What it does

This endpoint returns token price statistics from Allium's blockchain data platform. Allium indexes over 150 chains (EVM, Solana, Bitcoin, and more) and provides enterprise-grade data used by teams like Phantom, Uniswap, and Coinbase. The /prices/stats endpoint specifically delivers statistical aggregates for token prices — likely including metrics such as min, max, average, and volume over configurable time windows.

Allium's AgentHub supports both x402 machine-to-machine payments (USDC on Base) and traditional API key authentication. The platform is designed for AI agent consumption, with a skills-based installation flow compatible with Claude Code, OpenClaw, and other skills-compatible agents. No account creation is required for x402-based access.

Note: During probing, this endpoint returned HTTP 405 (Method Not Allowed) on both HEAD and GET requests, suggesting it may require a POST method or specific request parameters. The endpoint is likely live but routed to accept only POST requests with a request body specifying the token and time range for statistics.

Capabilities

token-price-statisticsmulti-chain-datahistorical-pricesreal-time-pricesonchain-analyticsx402-paymentapi-key-auth

Use cases

  • Querying statistical summaries (min, max, avg) of token prices over a time period
  • Building agent-driven portfolio analytics with price benchmarks
  • Comparing token price volatility across multiple chains
  • Feeding price statistics into automated trading or rebalancing agents
  • Generating reports on token price performance

Fit

Best for

  • AI agents needing structured token price statistics without manual API key setup
  • Multi-chain price analysis across 150+ blockchains
  • Developers building automated onchain finance tools

Not for

  • Real-time streaming tick-by-tick price data (this is statistics/aggregates)
  • Non-crypto or traditional equity market data
  • Users needing free unlimited access without payment

Quick start

npx skills add https://github.com/allium-labs/skills --yes

# Then in your agent, call:
# POST https://agents.allium.so/api/v1/developer/prices/stats
# with token identifier and time range in the request body

Endpoint

Transporthttp
Protocolmpp
CurrencypathUSD

Quality

0.35/ 1.00

The endpoint returned 405 on HEAD/GET (likely requires POST), no OpenAPI schema or documentation is available, no example request/response bodies are documented, and pricing details are not specified beyond 'USDC on Base'. Most details are inferred from the landing page rather than endpoint-specific documentation.

Warnings

  • Endpoint returned 405 on HEAD and GET — likely requires POST method but no schema is available to confirm
  • No OpenAPI or endpoint-specific documentation found (docs page returns 404)
  • No pricing information available for this specific endpoint
  • Request and response schemas are unknown — example payloads cannot be provided
  • Endpoint liveness via MPP 402 challenge was not confirmed

Citations

Provenance

Indexed frommpp_dev
Enriched2026-04-19 15:35:51Z · anthropic/claude-opus-4.6 · v2
First seen2026-04-18
Last seen2026-04-22

Agent access