class BittrexEnterprise::Account

Public Class Methods

retrieve() click to toggle source

—————————————– 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.


# File lib/bittrex-enterprise/account.rb, line 14
def self.retrieve
  get_signed 'account'
end