Edit Wallet Name
Edit your wallet name (supported on all wallet types)
Edit a Wallet's Name
Edit a specific wallet's name in your organization according to a specific wallet ID. Please note that a wallet name can take up to 32 characters maximum.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body (WalletWhereUniqueInput object) + (WalletUpdateInput object)
walletId*
String
Wallet ID
walletName*
String
Wallet's New name
Example body:
Response
Return values:
id
String
Wallet ID
name
String
Updated Wallet Name
Using this endpoint users can edit any wallet's name within their organization wallets.
How do I retrieve my wallet ID?
In order to retrieve an organization's wallet ID, you'll need to call your organization wallets query first, to fetch the wallet's ID. The query below accepts a WalletWhereInput of an organizationId
, and retrieves the wallet's ID and name in the response.