class

Binance::Responses::AccountResponse

Inherits Binance::Responses::ServerResponse < JSON::Serializable < Reference < Object

Typical Server Response: { "makerCommission": 15, "takerCommission": 15, "buyerCommission": 0, "sellerCommission": 0, "canTrade": true, "canWithdraw": true, "canDeposit": true, "updateTime": 123456789, "balances": [ { "asset": "BTC", "free": "4723846.89208129", "locked": "0.00000000" }, { "asset": "LTC", "free": "4763368.68006011", "locked": "0.00000000" } ] }

Constructors

new(pull : JSON::PullParser)

Typical Server Response: { "makerCommission": 15, "takerCommission": 15, "buyerCommission": 0, "sellerCommission": 0, "canTrade": true, "canWithdraw": true, "canDeposit": true, "updateTime": 123456789, "balances": [ { "asset": "BTC", "free": "4723846.89208129", "locked": "0.00000000" }, { "asset": "LTC", "free": "4763368.68006011", "locked": "0.00000000" } ] }

Source

Instance methods

account_type
Source
balances
Source
balances=(balances : Array(BalanceEntry))
Source
buyer_commission
Source
can_deposit
Source
can_trade
Source
can_withdraw
Source
maker_commission
Source
seller_commission
Source
taker_commission
Source
update_time
Source