Skip to main content
GET
Get Asset Price

Overview

Get the current price information for a specific asset. This endpoint returns just the price data block with asset_code and asset_slug included.

Example Request

Example Response

Response Fields

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 and asset_slug for easy identification.

See also

Authorizations

x-api-key
string
header
required

Path Parameters

idOrSlug
string
required

Response

Price data for the specified asset

usd
number<double> | null
required
btc
number<double> | null
required
eth
number<double> | null
required
updated_at
number | null
required

Unix timestamp

asset_code
string
required
Maximum string length: 20
asset_slug
string
required
Maximum string length: 100