Overview
Get the current price information for a specific asset. This endpoint returns just the price data block withasset_code
and asset_slug
included.
Example Request
Example Response
Response Fields
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”) |
Notes
- This endpoint is equivalent to using
?expand=price
on the/v1/assets/{idOrSlug}
endpoint, but returns only the price data. - The response includes
asset_code
andasset_slug
for easy identification.