CherryPick Docs
HomeOn-chain MetricsSmart Money
  • Introduction to On-chain Analysis
  • INDICATORS
    • Realised Cap
    • Realised Price
      • Understanding Realised Price
      • Realised Price: Altcoin Challenges
    • SOPR
  • WALLET SEARCH TOOL
    • Article 1: Why Smart Money Metters?
    • Article 2: How To Find Smart Money?
    • Product Guide
    • HOW-TO Tutorials
      • 🤓How to find smart traders addresses?
      • 👶How to find early investors’ addresses?
      • 🐋How to find out whether whales are buying or selling right now?
  • API
    • API Key
    • API V1
      • List of Assets
      • List of Metrics
      • Endpoints
        • Price
        • On-chain Metrics
    • API V2
      • List of Assets
      • List of Metrics
      • Endpoints
        • Price
        • On-chain Metrics
    • Address Cohorts
    • What if I don't know how to code😭
    • Support
  • NOTES
    • Migrating to a New Infrastructure
Powered by GitBook
On this page

Was this helpful?

  1. API
  2. API V2
  3. Endpoints

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

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
      },
  ]
This asset is unsupported.
API Key Invalid
Forbidden
PreviousEndpointsNextOn-chain Metrics

Last updated 11 months ago

Was this helpful?

Asset Symbol. See .

List of Assets