Request wallet access
post/api/v2/wallet/requestaccess
Allow users that are members of an org to send a notification out to admins of a wallet to get access. You must supply either a walletId or a enterpriseId and walletType
Query Parameters
enterprise
string
Filter by enterprise
Example: 59cd72485007a239fb00282ed480da1f
Pattern: ^[0-9a-f]{32}$
type
string
The type describes who owns the keys to the wallet and how they are stored. `cold` wallets are wallets where the private key of the user key is stored exclusively outside of BitGo's system. `custodial` means that this wallet is a cold wallet where BitGo owns the keys. Only customers of the BitGo Trust can create this kind of wallet. `custodialPaired` means that this is a hot wallet that is owned by the customer but it will be linked to a cold (custodial) wallet where BitGo owns the keys. This option is only available to customers of BitGo Inc. BitGo stores an encrypted private key for the user key of `hot` wallets. `trading` wallets are trading accounts where the coin is `ofc`. `distributedCustody` means You manage one key and another key agent manages the second key. BitGo manages the third key
Enum: cold
custodial
custodialPaired
hot
trading
distributedCustody
advanced
id
string
Example: 59cd72485007a239fb00282ed480da1f
Pattern: ^[0-9a-f]{32}$