create_wallet
Generate new cryptocurrency wallets for managing digital assets, enabling secure storage and transaction capabilities within blockchain ecosystems.
Instructions
Create new wallets.
Expects a list of wallet names, returns a list of WalletInfo.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
create_wallet_requests | Yes |
Input Schema (JSON Schema)
{
"properties": {
"create_wallet_requests": {
"$ref": "#/$defs/CreateWalletRequestContainer"
}
},
"required": [
"create_wallet_requests"
],
"type": "object"
}