BinanceFutures.HTTPClient.get

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

get(url, params \\ nil, headers \\ [])

View Source

Specs

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

Makes direct get request to Binance Futures API.