Binance.get_server_time
You're seeing just the function
get_server_time
, go back to Binance module for more information.
Link to this function
get_server_time()
Get binance server time in unix epoch.
Returns {:ok, time}
if successful, {:error, reason}
otherwise
Example
{:ok, 1515390701097}