List of Assets

Assets

GET https://api.glassnode.com/v1/metrics/assets

List of supported assets for metrics data (see response).

UPDATE: This endpoint will be deprecated in future in favour of the new /v2/metrics/endpoints. Refer to Endpoints for more information.

[
  {
    "symbol": "ETH",
    "name": "Ethereum",
    "isERC20": false,
    "exchanges": [
       "aggregated",
       "bibox",
       "bigone",
       "binance",
       "bitfinex",
       "bithumb",
       "bittrex",
       "cobinhood",
       "coinex",
       "gate.io",
       "gemini",
       "hitbtc",
       "huobi",
       "kraken",
       "kucoin",
       "okex",
       "poloniex",
       "zb.com"
    ]
  },
  {
    "symbol": "BTC",
    "name": "Bitcoin"
    "isERC20": false,  
    "exchanges": [
      ...
    ]      
  },
  ...
]

Last updated