Token price statistics (min, max, avg, etc.) across 150+ chains from Allium's onchain data infrastructure.
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
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 bodyEndpoint
Quality
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
- —Allium indexes 150+ chains including EVM, Solana, and Bitcoinhttps://agents.allium.so
- —AgentHub supports x402 payment protocol with USDC on Basehttps://agents.allium.so
- —Allium's data infrastructure is used by Phantom, Uniswap, and Coinbasehttps://agents.allium.so
- —No accounts required for x402-based accesshttps://agents.allium.so