View source: R/okx_candle_data.R
| sync_local_okx_candle | R Documentation |
Synchronize Local OKX Candle Data
sync_local_okx_candle(
inst_id,
bar,
config = NULL,
local_path = NULL,
mode = c("latest", "history"),
before = NULL,
limit = 100L,
tz = "UTC",
storage = c("single", "monthly")
)
inst_id |
Instrument identifier. |
bar |
Candle interval. |
config |
Optional OKX API config. If omitted, defaults from the
package config and |
local_path |
Optional OKX storage path. |
mode |
Either |
before |
Optional history cursor. |
limit |
Integer page size. |
tz |
Output time zone. |
storage |
Local storage mode: monolithic |
A sync result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.