List of Assets

The broad list of supported assets is constantly growing! To find out which assets are currently supported in the API V2, 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/v2/metrics/assets

Returns the list of supported assets. The 'asset' parameter represents the unique coin name to be used in other V2 endpoints as the 'a' parameter.

[
  {
    "asset": "alkimi",
    "token_address": "0x3106a0a076bedae847652f42ef07fd58589e001f",
    "symbol": "$ADS",
    "name": "Alkimi"
  },
  {
    "asset": "bitcoin-cats",
    "token_address": "0x508e00d5cef397b02d260d035e5ee80775e4c821",
    "symbol": "1CAT",
    "name": "Bitcoin Cats"
  },
  ...
]

Last updated

Was this helpful?