diegomanuel / binance-to-google-sheets

Google Spreadsheets add-on to get data directly from Binance API without any intermediaries! :rocket:
GNU General Public License v3.0
428 stars 77 forks source link

[BUG] Enter a descriptive title here #150

Closed F0liveira closed 1 year ago

F0liveira commented 1 year ago

Describe the bug After installing the add-on correctly following the README, I had that issue trying to retrieve the price of BTC. It shows me #ERROR on the cell.

To Reproduce Steps to reproduce the behavior:

  1. Select a Cell and copy the folowing: =BINANCER("prices": "BTC")

Expected behavior It should retrieve me the price of BTC on the cell.

Screenshots image

Additional context I went on the Script Editor and ran the script and it gave me the same issue at the same line. I also tried other commands but I've got the same issue too.

diegomanuel commented 1 year ago

The script is working fine, it seems you used : between "prices" and "BTC". The correct way is with , like: =BINANCE("prices", "BTC")