ExDeribit.Accounts.Positions (ex_deribit v0.0.9)

Link to this section Summary

Link to this section Types

Link to this type

credentials()

Specs

credentials() :: ExDeribit.Credentials.t()

Specs

currency() :: String.t()

Specs

opts() :: %{optional(:kind) => String.t()}

Specs

position() :: ExDeribit.Position.t()

Specs

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

Link to this section Functions

Link to this function

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

Specs

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