Health Endpoints
GET /health
Check if the market data service is running and healthy.Authentication: Not required
200- Service is healthy500- Service is unhealthy
Market Data Endpoints
GET /data/price
Retrieve the latest price observation for all markets.Authentication: Not required
Status Codes:
200- Latest price retrieved successfully204- No price data available500- Internal server error
GET /data/momentum
Retrieve the latest momentum indicator data for all markets.Authentication: Not required
Status Codes:
200- Latest momentum retrieved successfully204- No momentum data available500- Internal server error
GET /data/std
Retrieve the latest moving standard deviation data for all markets.Authentication: Not required
Status Codes:
200- Latest standard deviation retrieved successfully204- No standard deviation data available500- Internal server error
GET /data/vwma
Retrieve the latest volume-weighted moving average (VWMA) data for all markets.Authentication: Not required
Status Codes:
200- Latest VWMA retrieved successfully204- No VWMA data available500- Internal server error