BinanceFutures.HTTPClient.auth_get

You're seeing just the function auth_get, go back to BinanceFutures.HTTPClient module for more information.
Link to this function

auth_get(url, params \\ nil, headers \\ [], require_signature? \\ false)

View Source

Specs

auth_get(binary(), map() | String.t(), HTTPoison.Base.headers(), boolean()) ::
  {:ok, term()} | error()

Makes authed get request to Binance Futures API.