hey i switched to your library and already got it to work, one thing: if you download the .lib the name is "Binance Library.ex5" which i needed to rename to "BinanceLib.ex5" to get it to work.
other questions:
- is it possible to get the amount of USDT from my account?
- is it possible to get the amount of cryptos from my account (for example: 0.05000 BTC)
- is there a doc what you can do with the library? would be awesome!
hey i switched to your library and already got it to work, one thing: if you download the .lib the name is "Binance Library.ex5" which i needed to rename to "BinanceLib.ex5" to get it to work.
other questions:
- is it possible to get the amount of USDT from my account?
- is it possible to get the amount of cryptos from my account (for example: 0.05000 BTC)
- is there a doc what you can do with the library? would be awesome!
great tool!
Yes, use this function to get balance
double balanceUSDT = binance.balance("USDT"); //function to get USDT balancedouble balanceBTC = binance.balance("BTC"); //function to get BTC balance
hey i switched to your library and already got it to work, one thing: if you download the .lib the name is "Binance Library.ex5" which i needed to rename to "BinanceLib.ex5" to get it to work.
other questions:
- is it possible to get the amount of USDT from my account?
- is it possible to get the amount of cryptos from my account (for example: 0.05000 BTC)
- is there a doc what you can do with the library? would be awesome!
great tool!
hey i switched to your library and already got it to work, one thing: if you download the .lib the name is "Binance Library.ex5" which i needed to rename to "BinanceLib.ex5" to get it to work.
other questions:
- is it possible to get the amount of USDT from my account?
- is it possible to get the amount of cryptos from my account (for example: 0.05000 BTC)
- is there a doc what you can do with the library? would be awesome!
great tool!
Yes, use this function to get balance