binance_credentials: Sets the API key and secret to interact with the Binance API

Description Usage Arguments Value Examples

View source: R/binance.R

Description

Sets the API key and secret to interact with the Binance API

Usage

1
binance_credentials(key, secret)

Arguments

key

string

secret

string

Value

No return values, setting config in the package namespace.

Examples

1
2
3
4
## Not run: 
binance_credentials('foo', 'bar')

## End(Not run)

binancer documentation built on Nov. 30, 2021, 1:07 a.m.