Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.67 KB

Scopes.md

File metadata and controls

18 lines (10 loc) · 1.67 KB

Scopes

The wallet scopes associated with this API key.

Properties

Name Type Description Notes
walletTypes List<WalletType> The list of wallet types that this API key can access. Possible values include: - `Custodial`: Custodial Wallets - `MPC`: MPC Wallets - `SmartContract`: Smart Contract Wallets - `Exchange`: Exchange Wallets [optional]
walletSubtypes List<WalletSubtype> The list of wallet sub-types that this API key can access. Possible values include: - `Asset`: Custodial Wallets (Asset Wallets). - `Org-Controlled`: MPC Wallets (Organization-Controlled Wallets). - `User-Controlled`: MPC Wallets (User-Controlled Wallets). - `Safe{Wallet}`: Smart Contract Wallets (Safe). - `Main`: Exchange Wallets (Main Account). - `Sub`: Exchange Wallets (Sub Account). [optional]
walletIds List<String> The list of wallet IDs that this API key can access. [optional]
vaultIds List<String> (Applicable to MPC Wallets only) The list of vault IDs that this API key can access. [optional]
projectIds List<String> (Applicable to MPC Wallets only) The list of project IDs that this API key can access. [optional]