krijnsent / crypto_vba

An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
MIT License
157 stars 54 forks source link

Binance VBA Problem #47

Closed ieselcuk closed 5 years ago

ieselcuk commented 5 years ago

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.

krijnsent commented 5 years ago

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.

ieselcuk commented 5 years ago

Thank you very very much. Best regards.