#!/usr/bin/ruby require 'reve' # Create an instance of the API api = Reve::API.new('my_UserID', 'my_apiKey') alliances = api.personal_wallet_transactions :just_hash => true, :charid => 'omg', :before_trans_id => 200 puts alliances.inspect puts api.inspect