Skip to main content

tracer.liquidations.heatmap_range#

Historical liquidation heatmap from /api/v1/liquidations/heatmap-range.

SYNTAX#

tracer.liquidations.heatmap_range: SourceHandle  // Historical liquidation heatmap (series, single-page)

ARGUMENTS#

  • opts.symbol (string) — Trading pair.
  • opts.exchange (string) — Exchange.
  • opts.from (number) — Window start, Unix-ms.
  • opts.to (number) — Window end, Unix-ms.

RETURNS#

GenericSeriesSourceData — same columnar shape as the live heatmap.

EXAMPLE#

const lhr = tracer.liquidations.heatmap_range;