Retrieve price data for a specific asset
asset_code and asset_slug included.
| Field | Type | Description |
|---|---|---|
usd | number | Current price in US dollars |
btc | number | Current price in Bitcoin |
eth | number | Current price in Ethereum |
updated_at | number | Unix timestamp when the price was last updated |
asset_code | string | Asset code (e.g., “ETH”) |
asset_slug | string | Asset slug (e.g., “ethereum”) |
?expand=price on the /v1/assets/{idOrSlug} endpoint, but returns only the price data.asset_code and asset_slug for easy identification.