> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Get asset price

> Multi-venue blended reference price for an asset.

<Warning>
  **Coming soon** — asset-level blended pricing is not yet available.
</Warning>

`GET /api/v1/assets/{asset_id}/price` will return an asset-level reference price blended across all venues an asset trades on, with history at multiple granularities. The blending methodology (principal-market selection, on-chain state pricing, and CEX trade derivation) is being finalized as a separate workstream.

This endpoint is not yet exposed. To register interest or discuss requirements, [contact us](https://www.allium.so/contact) or reach out to your account manager.

For venue-specific pricing today, use [Get latest price](/api/developer/market-data/get-price) and [Get OHLCV candles](/api/developer/market-data/get-ohlcv), which are keyed by `market_id`.
