Skip to main content

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

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

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.

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.