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

# Single Asset Price

<ParamField path="baseCurrency" type="string" required="true">
  The base currency of the asset to get the price for (e.g. `BTC`)
</ParamField>

<ParamField path="quoteCurrency" type="string" required="true">
  The quote currency of the asset to get the price for (e.g. `USD`)
</ParamField>

This endpoint returns the latest price data for a given `baseCurrency` and
`quoteCurrency` pair. Note that `baseCurrency` and `quoteCurrency` must be a
pair supported and found in the
[supported feeds](/developers/developer-guides/tools/oracles/connect/fetching-prices-from-api/getting-supported-feeds)
endpoint, and combinations are not supported.

For example, even if `BTC`/`USD` and `ETH`/`USD` are supported, `BTC`/`ETH` is
not supported.
