Method: MtGox::Client#balance

Defined in:
lib/mtgox/client.rb

#balanceArray<MtGox::Balance>

Fetch your current balance

Examples:

MtGox.balance

Returns:

Requires Authentication:

  • true



162
163
164
# File 'lib/mtgox/client.rb', line 162

def balance
  parse_balance(post('/api/1/generic/info'))
end