sync_local_crypto_liquidations: Store Captured Crypto Liquidation Events

View source: R/crypto_derivatives_data.R

sync_local_crypto_liquidationsR Documentation

Store Captured Crypto Liquidation Events

Description

Exchange REST APIs do not provide trustworthy market-wide liquidation history. This function persists events captured from Binance or OKX public liquidation streams without presenting private force-order history as market data.

Usage

sync_local_crypto_liquidations(
  events,
  provider,
  symbol,
  local_path = NULL,
  storage = c("single", "monthly")
)

Arguments

events

Event rows containing a time column and price/quantity fields.

provider

Exchange identifier.

symbol

Exchange instrument identifier.

local_path

Optional derivatives storage directory.

storage

Local storage mode.

Value

A local synchronization result list.


investdatar documentation built on Aug. 21, 2026, 5:17 p.m.