Skip to main content

Overview

The ?expand= parameter allows you to include additional related data in your asset responses, primarily used to reduce API calls. To include more than one option, use a comma-separated list, such as ?expand=price,market_cap.
This behavior applies to both the /v1/assets (Get Multiple Assets) and /v1/assets/{idOrSlug} (Get Single Asset) endpoints.
When fetching a single asset, the price and market_cap data are included by default.

Example Request

Example Response

Available Options

You can expand the following fields:
  • price - Current price data (USD, BTC, ETH)
  • market_cap - Market capitalization and percentage changes
  • markets - Trading volume and all-time high data
  • ohlcv - Open, High, Low, Close, Volume for last 24 hours
  • supply - Circulating and total supply information

See Also