ExBybit.JsonResponse (ex_bybit v0.0.1)

Link to this section Summary

Link to this section Types

Specs

error() :: String.t()

Specs

result() :: map()

Specs

t() :: %ExBybit.JsonResponse{
  ext_code: String.t(),
  ext_info: String.t() | nil,
  rate_limit: non_neg_integer(),
  rate_limit_reset_ms: non_neg_integer(),
  rate_limit_status: non_neg_integer(),
  result: result(),
  ret_code: non_neg_integer(),
  ret_msg: String.t(),
  time_now: String.t()
}