ex_deribit v0.0.2 ExDeribit.MarketData.Instruments

Link to this section Summary

Link to this section Types

Link to this type

currency()

currency() :: String.t()
Link to this type

instrument()

instrument() :: ExDeribit.Instrument.t()
Link to this type

opts()

opts() :: %{
  optional(:kind) => :future | :option,
  optional(:expired) => boolean()
}
Link to this type

result()

result() :: {:ok, [instrument()]} | {:error, :parse_result_item}

Link to this section Functions

Link to this function

get(currency, opts \\ %{})

get(currency(), opts()) :: result()