Get latest token prices across 150+ chains via Allium's onchain data infrastructure.
What it does
This MPP endpoint from Allium provides real-time token price data sourced from their enterprise-grade blockchain indexing infrastructure. Allium indexes over 150 chains (EVM, Solana, Bitcoin, and more) and serves data to teams like Phantom, Uniswap, and Coinbase. The endpoint is part of Allium's AgentHub, which packages blockchain data for AI agents.
The endpoint supports payment via x402 (USDC on Base) or traditional API key authentication. It is designed for machine-to-machine access, allowing agents to query token prices without creating accounts. However, during probing the endpoint returned HTTP 405 (Method Not Allowed) on both HEAD and GET requests, suggesting it may require a POST method or specific request parameters not captured in the probe.
Pricing details and exact request/response schemas are not documented in the available crawl material. The endpoint is part of a broader skills package installable via `npx skills add https://github.com/allium-labs/skills --yes` for use in Claude Code, OpenClaw, or other skills-compatible agents.
Capabilities
Use cases
- —Fetching current token prices for portfolio valuation
- —Powering trading agents with real-time price feeds
- —Monitoring token price movements across multiple chains
- —Building dashboards that display cross-chain asset prices
- —Calculating PnL for wallet positions
Fit
Best for
- —AI agents needing real-time crypto price data
- —Multi-chain applications requiring unified price feeds
- —Developers using skills-compatible agent frameworks
Not for
- —Historical OHLCV candlestick charting (unclear if supported)
- —Non-crypto asset pricing (stocks, forex, commodities)
Quick start
npx skills add https://github.com/allium-labs/skills --yes
# Then in your agent, call the token prices endpoint.
# Supports x402 payment (USDC on Base) or API key auth.Endpoint
Quality
The endpoint returned 405 on HEAD and GET, so it could not be confirmed live via the standard MPP probe. No OpenAPI schema, no request/response examples, and no pricing details are available from the crawl. The listing is effectively a stub based on the landing page description.
Warnings
- —Endpoint returned 405 on HEAD and GET — may require POST or specific parameters not captured
- —No MPP 402 challenge was returned; endpoint liveness unconfirmed via standard probe
- —No schema or example request/response available
- —Pricing details (per-request cost) not documented in crawl material
- —Docs page at agents.allium.so/docs returns 404
Citations
- —Allium indexes 150+ chains including EVM, Solana, and Bitcoinhttps://agents.allium.so
- —AgentHub supports x402 payment in USDC on Base or traditional API keyhttps://agents.allium.so
- —Allium serves data to Phantom, Uniswap, Coinbase and othershttps://agents.allium.so
- —Skills installable via npx skills add commandhttps://agents.allium.so