binance_api v0.1.3 Binance.ExchangeInfo

Struct for representing the result returned by /api/v1/exchangeInfo

defstruct [
  :timezone,
  :server_time,
  :rate_limits,
  :exchange_filters,
  :symbols
]

Link to this section Summary

Link to this section Functions

Link to this function new(map_or_kwlist, opts \\ [])
new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %Binance.ExchangeInfo{
  exchange_filters: term(),
  rate_limits: term(),
  server_time: term(),
  symbols: term(),
  timezone: term()
}