ftx_positions: FTX Positions

ftx_positionsR Documentation

FTX Positions

Description

Returns the account positions

Usage

ftx_positions(key, secret, ..., subaccount = NA, tz = "GMT")

Arguments

key

A client's key

secret

A client's secret

...

Additional parameters to pass to API request

subaccount

A client's subaccount

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_positions(key="", secret="", subaccount=NA)

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