Skip to main content
GET
Get Asset OHLCV

Overview

Get the current OHLCV (Open, High, Low, Close, Volume) data for a specific asset over the last 24 hours. This endpoint returns just the OHLCV data block with asset_code and asset_slug included.

Example Request

Example Response

Response Fields

Notes

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

OHLCV data for the specified asset

open
number<double> | null
required
high
number<double> | null
required
low
number<double> | null
required
close
number<double> | null
required
volume
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