API Documentation

⌘K
GET/api/1/peer-comparison/metrics

Available Metrics

Lists all metric IDs accepted by the compare, scatter, and benchmarking endpoints

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/peer-comparison/metrics' \
  -H 'Accept: application/json'
200 Response
[
  {
  "id": "pe",
  "label": "P/E"
}
]