View source: R/crypto_derivatives_data.R
| get_source_data_crypto_derivatives | R Documentation |
Retrieve Historical Crypto Derivatives Data
get_source_data_crypto_derivatives(
provider,
dataset_type,
symbol,
interval = NULL,
from = NULL,
to = NULL,
limit = NULL,
config = NULL
)
provider |
|
dataset_type |
Funding, open-interest, mark/index price, basis, or Binance long-short-ratio dataset identifier. |
symbol |
Provider instrument identifier. |
interval |
Required Binance open-interest period; otherwise a local label. |
from, to |
Optional inclusive UTC time bounds. |
limit |
Provider page size. |
config |
Optional exchange configuration. |
A standardized data.table retaining provider fields.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.