Add Ticker24h support: hourly market snapshots with USD-normalized volume filtering

This commit is contained in:
2026-04-26 18:39:52 -04:00
parent 85fcbe1330
commit 0178b5d29d
45 changed files with 1995 additions and 170 deletions

View File

@@ -30,6 +30,7 @@ message DataRequest {
enum RequestType {
HISTORICAL_OHLC = 0;
REALTIME_TICKS = 1;
TICKER_SNAPSHOT = 2;
}
}