ftx_spot_margin_borrow_rates: FTX Spot Margin Borrow Rates

ftx_spot_margin_borrow_ratesR Documentation

FTX Spot Margin Borrow Rates

Description

Returns the estimated hourly borrow rate for the next spot margin cycle and the hourly borrow rate in the previous spot margin cycle for coins.

Usage

ftx_spot_margin_borrow_rates(key, secret, subaccount, ..., tz = "GMT")

Arguments

key

A client's key

secret

A client's secret

subaccount

A client's subaccount

...

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

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