get_source_data_crypto_derivatives: Retrieve Historical Crypto Derivatives Data

View source: R/crypto_derivatives_data.R

get_source_data_crypto_derivativesR Documentation

Retrieve Historical Crypto Derivatives Data

Description

Retrieve Historical Crypto Derivatives Data

Usage

get_source_data_crypto_derivatives(
  provider,
  dataset_type,
  symbol,
  interval = NULL,
  from = NULL,
  to = NULL,
  limit = NULL,
  config = NULL
)

Arguments

provider

binance or okx.

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.

Value

A standardized data.table retaining provider fields.


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