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

# Prices

# Pair Definition

The Pair Price endpoint provides current or historical price data for a specified spot trading pair (e.g., BTC\_USDC), including the price in USD, associated timestamp, and volume traded in the base asset. This price is calculated across all exchanges that support the pair, on a volume weighted average price (VWAP).

# Pair Details

This endpoint is designed for retrieving actionable price points for individual spot pairs, making it suitable for real-time monitoring, valuation checks, dashboard displays, or integration into trading/pricing applications. The response includes the normalized pair identifier, USD-denominated price, precise timestamp (typically at a specific interval or latest available), and asset-volume traded. It supports filtering by date range and time interval (minute, hour or day) to retrieve targeted data points.

# API Endpoint

[/price/new-instrument-price](/http/price/new-instrument-price)

***

# Asset Definition

The Asset Price endpoint provides current or historical price data for a specified spot asset (e.g., BTC), including the price in USD, associated timestamp, and volume traded in the asset. This price is calculated across all exchanges that support the asset, on a volume weighted average price (VWAP).

# Asset Details

This endpoint is designed for retrieving actionable price points for individual spot assets, making it suitable for real-time monitoring, valuation checks, dashboard displays, or integration into trading/pricing applications. The response includes the normalized asset identifier, USD-denominated price, precise timestamp (typically at a specific interval or latest available), and asset-volume traded. It supports filtering by date range and time interval (minute, hour or day) to retrieve targeted data points.

# API Endpoint

[/price/new-asset-price](/http/price/new-asset-price)

***

# Availability

Coverage includes major tokens such as BTC, ETH, XRP, SOL, and USDT. Please use the information endpoint to find all coverage and exact trading pairs.

| Exchange        | History    | Granularity                |
| --------------- | ---------- | -------------------------- |
| Binance         | 2023-06-01 | 1hr, before 2025 then 1min |
| Binance.us      | 2023-06-01 | 1hr, before 2025 then 1min |
| Bitstamp        | 2023-06-01 | 1hr, before 2025 then 1min |
| Bybit           | 2023-06-01 | 1hr, before 2025 then 1min |
| GDAX (Coinbase) | 2023-06-01 | 1hr, before 2025 then 1min |
| Gemini          | 2023-06-01 | 1hr, before 2025 then 1min |
| OKEx (OKX)      | 2023-06-01 | 1hr, before 2025 then 1min |
| Poloniex        | 2023-06-01 | 1hr, before 2025 then 1min |
| itBit           | 2024-03-05 | 1hr, before 2025 then 1min |
| Mercado Bitcoin | 2024-03-25 | 1hr, before 2025 then 1min |
| Bitget          | 2024-09-24 | 1hr, before 2025 then 1min |
| Huobi           | 2024-09-24 | 1hr, before 2025 then 1min |
| Gate.io         | 2025-01-07 | 1min                       |
| Crypto.com      | 2025-02-19 | 1min                       |
| KuCoin          | 2025-02-19 | 1min                       |
| HashKey         | 2025-02-28 | 1min                       |
| Bullish         | 2025-03-19 | 1min                       |
| Deribit         | 2025-03-20 | 1min                       |
| Coinbase Intl   | 2025-04-01 | 1min                       |
| Upbit           | 2025-04-28 | 1min                       |
| CoinW           | 2025-05-15 | 1min                       |

***

# Frequently Asked Questions

**What is the reason for both an asset and pair price?**

* Depending on the use case, you might want an overall price for an asset like Bitcoin.  Or, you might need more specific pair data like SOL\_USD or similar. Our endpoints don't make you choose.

**Do the info endpoints show the depth of the data, ie, how far back it goes?**

* Yes.  In the response you'll see a field labeled startDate which makes it easy to see how deep the dataset is.

***
