Python
from artemis import Artemis client = Artemis() client.asset.list_supported_metrics( symbol="symbol", )
{ "metrics": [ { "PRICE": { "label": "Price", "tags": [ { "value": "market_data", "label": "Market Data" } ], "internal_data_source": "coingecko", "aggregation_type": "LAST", "unit": "CURRENCY", "description": "Price of a token", "accepts_date": true, "source": "Source: Coingecko" } } ] }
Available metrics for the given symbol
The response is of type any.
any