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