StreamActiveAssetCtx - Stream Perp Market Context
Subscribe to current funding, price, volume, and open-interest context for one Hyperliquid perp over V3 gRPC.
StreamActiveAssetCtx sends the current market context for one default-DEX perp as a live Info-derived view rather than a block-cadence stream.
Request and opening behavior
coin is required and must identify a perp on the default DEX. Spot and outcome identifiers return INVALID_ARGUMENT. A ready subscription immediately receives the current context, then a complete replacement whenever that coin's values change.
time identifies when the endpoint made the update available, not a block or upstream timestamp. premium and mid_px are unset, and impact_pxs is empty, when a market has no book.
Delivery and recovery
Subscriber lag drops obsolete snapshots in-band. An upstream outage produces silence. UNAVAILABLE means no fresh data is available, FAILED_PRECONDITION means the stream is unavailable on this endpoint, and ABORTED means its state reset or the coin is no longer tracked. See the gRPC overview for shared errors.
Related reference: StreamAllMids.