Skip to main content
GET
/
supported-metrics
Python
from artemis import Artemis

client = Artemis()
response = client.asset.list_supported_metrics(
    symbol="symbol",
)
print(response.metrics)
{
  "metrics": [
    {}
  ]
}

Query Parameters

symbol
string
required

The symbol to get supported metrics for (e.g., "BTC")

Response

200 - application/json

Available metrics for the given symbol

metrics
object[]
required