Pre-General Availability: 2026-02-23
Wallets REST Endpoints
Wallets
Custodial wallet proxy endpoints
- Activate a Wallet
- Method: patchPath:
/v1/wallets/{walletId}/activate - Create New Wallet for Current User
- Method: postPath:
/v1/wallets - Freeze a Wallet
- Method: patchPath:
/v1/wallets/{walletId}/freeze - Get a wallet by ID
- Method: getPath:
/v1/wallets/{walletId} - List Wallets for Current User
- Method: getPath:
/v1/wallets - Update a Wallet
- Method: patchPath:
/v1/wallets/{walletId} - Upload Existing Key as Wallet for Current User
- Method: postPath:
/v1/wallets/uploadkey