Binance.Structs.ExchangeInfo (binance v2.0.0-beta.1)

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

Link to this section Summary

Link to this section Functions

Link to this function

new(map_or_kwlist, opts \\ [])

Specs

new(ExConstructor.map_or_kwlist(), Keyword.t()) ::
  %Binance.Structs.ExchangeInfo{
    exchange_filters: term(),
    rate_limits: term(),
    server_time: term(),
    symbols: term(),
    timezone: term()
  }