Bittrex v3.0.0-alpha.2 Bittrex.ServiceStatus View Source

A Bittrex Service Status.

Link to this section Summary

Types

t()
  • status: overall service status.
  • server_time: server time in epoch millisecond format

Link to this section Types

Link to this type

t() View Source
t() :: %Bittrex.ServiceStatus{server_time: integer(), status: String.t()}

  • status: overall service status.
  • server_time: server time in epoch millisecond format.