Class: BittrexEnterprise::Account

Inherits:
Object
  • Object
show all
Includes:
ApiHelpers
Defined in:
lib/bittrex-enterprise/account.rb

Class Method Summary collapse

Methods included from ApiHelpers

included

Class Method Details

.retrieveObject

—————————————– RETRIEVE —————————————– Retrieve information for the account associated with the request. For now, it only echoes the subaccount if one was specified in the header, which can be used to verify that one is operating on the intended account. More fields will be added later.




14
15
16
# File 'lib/bittrex-enterprise/account.rb', line 14

def self.retrieve
  get_signed 'account'
end