ftx_coin_markets: FTX Coin Markets

ftx_coin_marketsR Documentation

FTX Coin Markets

Description

Returns information on all types of markets on FTX (deprecated).

Usage

ftx_coin_markets(key, secret, ..., tz = "GMT")

Arguments

key

A client's key

secret

A client's secret

...

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_coin_markets(key = "", secret = "")

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