Binance.Net icon indicating copy to clipboard operation
Binance.Net copied to clipboard

Fixed MaxWithdrawQuantity field for CoinM GetBalances() return type

Open GeorgeF0 opened this issue 2 years ago • 1 comments

Hi!

I've split GetBalances return type for CoinM into its own DTO and fixed MaxWithdrawQuantity to look for a JSON field called withdrawAvailable as per the docs here: https://binance-docs.github.io/apidocs/delivery/en/#futures-account-balance-user_data For some reason it's different than the usual maxWithdrawAmount field that they use in pretty much all other endpoints!

GeorgeF0 avatar Mar 15 '22 09:03 GeorgeF0

Appreciate the PR. Just wondering if the Coin balances class couldn't be a derived type from a comon Futures balances class? That way people could implement shared code for both USDT and Coin balance processing

JKorf avatar Apr 12 '22 13:04 JKorf