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 V1

List of Assets

To find out which assets are currently supported in the API V1, just copy the query string below (starts with https://api.cherry-pick.xyz/...) and paste it into your browser.

List of Assets

GET https://api.cherry-pick.xyz/v1/metrics/assets

Returns the list of assets.

[
    "SUSHI",
    "UHI",
    ...
]
PreviousAPI V1NextList of Metrics

Last updated 11 months ago

Was this helpful?