createCustomerWallet
Create a wallet for a customer and assign it to the customer's treasury account.
Errors
The mutation will result in an error if it is unable to interact with the database or communicate with Fireblocks.
createCustomerWallet(
input: CreateCustomerWalletInput!
): CreateCustomerWalletPayload!
Arguments
createCustomerWallet.input
● CreateCustomerWalletInput!
non-null input
Type
CreateCustomerWalletPayload
object
Response after wallet creation.