Price

Price

GET https://api.cherry-pick.xyz/v2/metrics/price

The asset's open, close, high, low prices in USD.

Query Parameters

Name
Type
Description

api_key*

UUID

Your API Key

a*

string

Asset Symbol. See List of Assets.

s

integer

Since: unix timestamp

u

integer

Until: unix timestamp

r

string

Resolution: day, hour, minute

[
    {
        "t": "2023-05-30T00:00:00",
        "o": 0.869,
        "c": 0.8744,
        "h": 0.8842,
        "l": 0.8633
      },
  ]

Last updated

Was this helpful?