Official API baseline
Route telemetry compares DoubleLiquid latency against the official path from the same client regions.
Production API routing for latency-sensitive teams
A production-oriented Hyperliquid API endpoint routed through DoubleZero, built for lower order-flow and market-data latency with the same client integration surface.
https://api.hyperliquid.xyz
to
https://api.doubleliquid.xyz
API parity
DoubleLiquid mirrors the official request and response surface for existing bots, market makers, dashboards, and SDK wrappers. Signed exchange actions remain signed by the user before they enter the proxy and are forwarded without order mutation.
const apiUrl = "https://api.doubleliquid.xyz";
const wsUrl = "wss://api.doubleliquid.xyz/ws";
POST /info // forwarded unchanged
POST /exchange // signed payload preserved
WS /ws // subscriptions preserved
Production telemetry
DoubleLiquid is framed around production SLOs: p50, p90, p99, jitter, timeout rate, WebSocket acknowledgement time, and official API baseline comparisons from the same client regions.
Route telemetry compares DoubleLiquid latency against the official path from the same client regions.
Asian traffic is anchored on Tokyo because Hyperliquid infrastructure is there; other Asian clients should ride the shortest DoubleZero path into Tokyo.
Keep egress close to Hyperliquid's Tokyo servers to avoid unnecessary regional hops.
Grant fit
DoubleLiquid is scoped as a focused infrastructure grant: ship the adapter, operate the Tokyo path, onboard production users, and publish route-level SLO evidence. It complements DoubleZero core development with an application-layer proof point.
Operating principles
Wallets and API wallets stay with the client. DoubleLiquid only sees signed requests.
Builder-code monetization is future, optional, and user-signed. It stays outside the launch path.
Targets are useful only when backed by public route-level measurements.
Traffic can fall back to the official API if a DoubleZero route underperforms.