Skip to main content

tracer.stock_perps.listings_hl#

Hyperliquid stock-perp directory from /api/v1/stock-perps/exchanges/hyperliquid.

SYNTAX#

tracer.stock_perps.listings_hl: SourceHandle  // Hyperliquid stock-perp directory (snapshot)

ARGUMENTS#

  • opts.category (string) — Single category filter.
  • opts.categories (string) — CSV of categories.

RETURNS#

GenericSnapshotSourceData with payload: per-listing rows.

EXAMPLE#

const lh = tracer.stock_perps.listings_hl;
// Or: source("stock-perps-listings-hl", { category: "tech" })