Python
from artemis import Artemis client = Artemis() response = client.asset.list_supported_metrics( symbol="symbol", ) print(response.metrics)
{ "metrics": [ {} ] }
Documentation IndexFetch the complete documentation index at: https://app.artemis.xyz/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://app.artemis.xyz/docs/llms.txt
Use this file to discover all available pages before exploring further.
The symbol to get supported metrics for (e.g., "BTC")
Available metrics for the given symbol
Show child attributes