Really-amin's picture
Preserve Short Hunter datasource gateway compatibility and fixes
ec64180 verified
|
Raw
History Blame Contribute Delete
647 Bytes
# API Endpoints
This gateway preserves the broader compatibility surface while the Short Hunter routes define the primary production contract.
## Primary
- `/api/short-hunter/*`
## Compatibility
- `/api/coins/top`
- `/api/ohlcv`
- `/api/klines`
- `/api/history`
- `/api/trading/orderbook/{symbol}`
- `/api/indicators/*`
- `/api/sentiment/*`
- `/api/providers/catalog`
- `/api/providers/status`
- `/api/debug/capabilities`
## Response policy
- Never mark demo or test data as live.
- If a provider fails, return a structured failure and continue rotating.
- If a cached result is used, label it as cached and include freshness information.