feat: implement scan terminal dashboard with real-time market data services and interactive visual components

This commit is contained in:
2569718930@qq.com
2026-05-25 16:48:19 +08:00
parent 21a375a198
commit 045121a457
10 changed files with 391 additions and 21 deletions
+2
View File
@@ -47,6 +47,7 @@ async def get_scan_terminal_payload(
limit: int = 25,
force_refresh: bool = False,
region: str = "",
skip_polymarket: bool = False,
) -> Dict[str, Any]:
legacy_routes._assert_entitlement(request)
filters: Dict[str, Any] = {
@@ -59,6 +60,7 @@ async def get_scan_terminal_payload(
"market_type": market_type,
"time_range": time_range,
"limit": limit,
"skip_polymarket": skip_polymarket,
}
if region:
filters["trading_region"] = region