ftx_order_status: FTX Order Status

ftx_order_statusR Documentation

FTX Order Status

Description

Returns the status of orders

Usage

ftx_order_status(key, secret, subaccount, order_id, ..., tz = "GMT")

Arguments

key

A client's key

secret

A client's secret

subaccount

A client's subaccount

order_id

Numeric value of order ID

...

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

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