API Documentation
⌘K
API Key
Get free key GET
/api/1/peer-comparison/metricsAvailable 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"
}
]