제품을 구매하거나 렌트한 사용자만 코멘트를 남길 수 있습니다
FreedomsProgress  

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!

Hadil Mutaqin SE  
FreedomsProgress:

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 balance
double balanceBTC  = binance.balance("BTC");  //function to get BTC balance