ExFtx.SpotMargin.MarketInfo (ex_ftx v0.0.14)
Link to this section Summary
Link to this section Types
Link to this type
credentials()
Specs
credentials() :: ExFtx.Credentials.t()
Link to this type
market()
Specs
market() :: String.t()
Link to this type
market_info()
Specs
market_info() :: ExFtx.MarketInfo.t()
Link to this type
result()
Specs
result() :: {:ok, [market_info()]} | {:error, :parse_result_item}
Link to this section Functions
Link to this function
get(credentials, market)
Specs
get(credentials(), market()) :: result()