Python
from artemis import Artemis client = Artemis() response = client.asset.list_supported_metrics( symbol="symbol", ) print(response.metrics)
{ "metrics": [ {} ] }
The symbol to get supported metrics for (e.g., "BTC")
Available metrics for the given symbol
Show child attributes