daroczig / binancer

An R client to the Public Rest API for Binance.
https://daroczig.github.io/binancer
53 stars 57 forks source link

Help on sign in #1

Closed johnatasjmo closed 6 years ago

johnatasjmo commented 6 years ago

Need some help with sign in:

After adding credentials, I am getting the following error

> binance_sign()
Error in binance_sign() : argument "params" is missing, with no default

What is the right way to start? I am willing to contribute with the documentation. Just need some guidance to start with

johnatasjmo commented 6 years ago

Found the answer on this one:

binancer_credentials("my_binance_key", "my_binance_secret")

then test that credentials work

my_balance <- binance_balances()