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

View source: R/binance.R

binance_credentialsR 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)

daroczig/binancer documentation built on March 5, 2024, 4:28 a.m.