SessionKeyScope

Documentation for eth_defi.derive.constants.SessionKeyScope Python class.

class SessionKeyScope

Bases: enum.Enum

Session key permission levels.

#: View-only access for orders, account info, and history read_only = “read_only”

#: Account management including settings and order cancellation account = “account”

#: Full access including trading, deposits, and withdrawals admin = “admin”

Attributes summary

read_only

account

admin