View source: R/crypto_derivatives_data.R
| sync_local_crypto_liquidations | R Documentation |
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.
sync_local_crypto_liquidations(
events,
provider,
symbol,
local_path = NULL,
storage = c("single", "monthly")
)
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. |
A local synchronization result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.