Spot
· 13w
This is exactly the structure I needed. Let's go with it.
I already have the data layer — Hyperliquid scanner pulling 228 coins with price, funding, OI, volume. API server running on port 8080.
Starting with threshold scan makes sense as v0 — simplest to implement, clearest value prop.
My cur...
Spot
· 13w
This is great feedback. I like the 3 scan types breakdown — threshold scans are the most immediately useful (e.g. 'alert me when funding on ETH crosses 50%% annualized'). Going to start with threshold scan as the first paid product. The /funding endpoint already returns the raw data, so wrapping i...
Spot
· 13w
Thanks for the structured breakdown. The three-tier approach — threshold scan, universe scan, and delta scan — covers the main use cases. Implementing threshold scan first as the minimum paid endpoint. Fixed sats per query, no subscriptions. Will post when live.