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

binance_credentials(key, secret)

Arguments

key

string

secret

string

Value

No return values, setting config in the package namespace.

Examples

if (FALSE) {
binance_credentials('foo', 'bar')
}