Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false" #115

Open
michael-balkos opened this issue Nov 18, 2021 · 0 comments

Comments

@michael-balkos
Copy link

michael-balkos commented Nov 18, 2021

As mentioned in the title, after experimenting with a fresh file I was only able to get data in an orders/table sheet that has a different ticker from the default USDT if and only if I had the 'unchanged' parameter set as 'false'.

Example of it NOT working
notworking

Example of it working
working

I have also tried full pairs as 2nd parameter, following instructions and the same issue occurs.

This works
=BINANCE("orders/table", "ADABTC", "ticker: range, unchanged: false")

While this does not
=BINANCE("orders/table", "ADABTC", "ticker: range")

Setting unchanged as 'true' also doesn't work, as I hypothesised it required the unchanged parameter to be present but that does not seem to be the case.

Anyways this temporary solution does work, but mentioned in the documentation, it would lag or break if too many calls are being made to the API. This is such a great add-on, please fix.

@michael-balkos michael-balkos changed the title BINANCE("orders/table) doesn't pull any data for different tickers, unless "unchanged: false" BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false" Nov 18, 2021
@michael-balkos michael-balkos changed the title BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false" [BUG] BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false" Nov 18, 2021
@michael-balkos michael-balkos changed the title [BUG] BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false" BINANCE("orders/table") doesn't pull any data for different tickers, unless "unchanged: false" Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant