ftx_future_stat: FTX Future Stats

ftx_future_statR Documentation

FTX Future Stats

Description

Returns stats on futures

Usage

ftx_future_stat(key, secret, market, ..., tz = "GMT")

Arguments

key

A client's key

secret

A client's secret

market

Name of market

...

Additional parameters to pass to API request

tz

Timezone to display times in. Default is GMT.

Value

A list of three elements: a logical vector success: FALSE/TRUE, failure_reason: reason for failure if success is FALSE, NA otherwise, data: a tibble containing the data if success is TRUE

Examples

ftx_future_stat(key="", secret="", market = "CRV-PERP") 

andreskull/rFTX documentation built on Nov. 8, 2022, 2:27 p.m.