binance_credentials {binancer}R Documentation

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

Description

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

Usage

binance_credentials(key, secret)

Arguments

key

string

secret

string

Value

No return values, setting config in the package namespace.

Examples

## Not run: 
binance_credentials('foo', 'bar')

## End(Not run)

[Package binancer version 1.2.0 Index]