Ed Coppen
Ed Coppen
> Have new test: on vps with my futuresboard (working api keys) delete and insert keys of my friend (broken api keys). Futuresboard shows 500 error. Insert my keys and...
Aha! Looks like you're using BUSD? (multi-asset mode). The values I am pulling from binance explain it only returns USDT: `"totalMaintMargin": "0.00000000", // total maintenance margin required, only for USDT...
Not yet, once I get back to work I'll get a fix in for it~
> multiAssetsMargin Is that code from [this library](https://python-binance.readthedocs.io/en/latest/index.html)? This dashboard makes API calls directly without using any libraries (for better or worse). I'm currently working on a another implementation of...
Perfect! I'll look into this
The fix for you is to change this line of code: https://github.com/ecoppen/futuresboard/blob/001b38e6692016e7f5106dae9a25a51c0ea175d5/src/futuresboard/scraper.py#L547 to `params = {"coin": "USDT", "accountType": "UNIFIED"}` This should be implemented in #91 #93 #95 #97 for version...
Will not be adding to v1, but will look to make adding new exchanges simpler in v2
Didn't get to implementing this in V1 and while the PR #71 did address some of this, I broke it and now will look to have this sorted for V2.
WIll implement similar system into v2 from the beginning
Tested this with bybit on v2 branch. Binance to be tested soon.