September 14, 2026
GMX, the perpetuals exchange on Arbitrum, runs an official public subgraph. It’s free, needs no API key, and there’s no documentation that walks through how to actually pull liquidations out…
September 14, 2026
I once ran a backtest that came back with an 86.5% win rate over 680 trades. My first reaction was excitement. My second, about ten seconds later, was suspicion —…
September 9, 2026
Order Book Imbalance (OBI) is one of the simplest live microstructure signals you can compute: how much resting buy volume sits at the top of the book compared to resting…
September 8, 2026
Most order book data people work with is L2 — aggregated size at each price level, no visibility into individual orders. L4 goes further: every individual order, tracked from placement…
September 7, 2026
Most retail backtesting frameworks process historical trades in whatever order the data file lists them — usually just sorted by timestamp. That’s a reasonable assumption on a centralized exchange with…
September 6, 2026
A webhook endpoint that processes any POST request it receives, without checking who actually sent it, is an unauthenticated write path into your system. Anyone who finds the URL can…
September 5, 2026
A plain API key or license string has one structural weakness: it’s just a string. Anyone who has it can use it, from anywhere, on any machine — and license…
September 4, 2026
Perpetual futures use funding payments between longs and shorts to keep the contract price anchored to spot. When the same asset trades on multiple venues, funding rates rarely line up…
September 3, 2026
You can’t buy shares in OpenAI or Anthropic on any public exchange — neither has gone public. But you can trade a synthetic perpetual on Hyperliquid whose price directly tracks…
September 1, 2026
Most “liquidation price” formulas floating around trading communities are simplified approximations — they ignore maintenance margin tiers and the exact per-asset max leverage Hyperliquid actually enforces. Close enough for a…