Skip to main content
GET
/
supported-metrics
/
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"
      }
    }
  ]
}

Query Parameters

symbol
string
required

Response

200 - application/json

Available metrics for the given symbol

The response is of type any.