def all(params={}, headers={})
      method = APIMethod.new(:post, "/deposit/show", params, headers, self)
      json = @client.execute(method)
      APIList.new(:Deposit, json[:deposits], method, @client)