Pre-General Availability: 2026-02-23

Wallets REST Endpoints

Wallets
Custodial wallet proxy endpoints
Activate a Wallet
Method: patch
Path: /v1/wallets/{walletId}/activate
Create New Wallet for Current User
Method: post
Path: /v1/wallets
Freeze a Wallet
Method: patch
Path: /v1/wallets/{walletId}/freeze
Get a wallet by ID
Method: get
Path: /v1/wallets/{walletId}
List Wallets for Current User
Method: get
Path: /v1/wallets
Update a Wallet
Method: patch
Path: /v1/wallets/{walletId}
Upload Existing Key as Wallet for Current User
Method: post
Path: /v1/wallets/uploadkey