Skip to main content
GET
/
data
/
{metricNames}
/
Fetch Metrics for Assets by Symbol
curl --request GET \
  --url https://api.artemisxyz.com/data/{metricNames}/
{
  "data": {
    "symbols": {
      "eth": {
        "outstanding_supply_native": [
          {
            "date": "2023-01-20",
            "val": 22705.83
          }
        ]
      }
    }
  }
}

Path Parameters

metricNames
string
required

Query Parameters

symbols
string
required
startDate
string<date>
endDate
string<date>
summarize
boolean

When true, calculates percent change from startDate to endDate

APIKey
string
required

Response

200 - application/json

Metric data

The response is of type any.