Skip to main content
GET
Get Asset Markets

Overview

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

Example Request

Example Response

Response Fields

Notes

  • This endpoint is equivalent to using ?expand=markets on the /v1/assets/{idOrSlug} endpoint, but returns only the markets 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

Markets data for the specified asset

id
integer
required
volume_24h
number<float> | null
required
ath
number<float> | null
required
ath_change_percentage
number<float> | null
required
ath_date
number | null
required

Unix timestamp

updated_at
number | null
required

Unix timestamp

asset_code
string
required
Maximum string length: 20
asset_slug
string
required
Maximum string length: 100
total_open_interest
number | null
total_liquidations
number | null