ex_deribit v0.0.5 ExDeribit.Accounts.Positions

Link to this section Summary

Link to this section Types

Link to this type

credentials()

credentials() :: ExDeribit.Credentials.t()
Link to this type

currency()

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

opts()

opts() :: %{optional(:kind) => String.t()}
Link to this type

position()

position() :: ExDeribit.Position.t()
Link to this type

result()

result() :: {:ok, position()} | {:error, term()}

Link to this section Functions

Link to this function

get(credentials, currency, opts \\ %{})

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