krijnsent/crypto_vba

Binance VBA Problem

ieselcuk opened this issue · 2 comments

Hi,
When I execute Sub TestBinance() at crypto_vba_example.xlsm, I see an error at line
"Test.IsOk JsonResult("balances").Count > 10" . The pop up says run time error 424 object required.
Thank you.

Hi,
After:
TestResult = PrivateBinance("account", "GET", Cred, Params2)
Can you add:
Debug.print TestResult
And check if there are balances in that result? The test runs smoothly at my PC.

Thank you very very much. Best regards.