Price Statistics

Returns aggregated market statistics across all active providers. No parameters required.

GET/api/v1/prices/stats

Request

No query parameters or request body. No authentication required.

Request examples
curl https://merx.exchange/api/v1/prices/stats

Response

200Market statistics
{
  "cheapest_changes_24h": 14,
  "total_providers": 7,
  "best_price_sun": 28,
  "avg_price_sun": 33
}

Response fields

cheapest_changes_24hnumberNumber of times the cheapest provider changed in the last 24 hours
total_providersnumberNumber of currently active providers in the network
best_price_sunnumberCurrent lowest energy price in SUN across all providers
avg_price_sunnumberCurrent average energy price in SUN across all providers