BinanceFutures.USDM.MarketData.server_time
You're seeing just the function
server_time, go back to BinanceFutures.USDM.MarketData module for more information.
Specs
server_time() :: {:ok, pos_integer()} | BinanceFutures.HTTPClient.error()
Gets Binance Futures API Server time. Test connectivity to the Rest API and get the current server time.
Example
iex(1)> BinanceFutures.USDM.MarketData.server_time()
{:ok, 1616276229598}