Module: Bitsor::Client::Balance
- Included in:
- Bitsor::Client
- Defined in:
- lib/bitsor/client/balance.rb
Instance Method Summary collapse
Instance Method Details
#balance ⇒ Object
6 7 8 9 10 |
# File 'lib/bitsor/client/balance.rb', line 6 def balance normalize_response.with(:account_balances) do get('/v3/balance/') end end |