Thirdweb Engine: Create Backend Wallet logo

Catalog action Integrations thirdweb-engine

Create a new backend wallet in your Thirdweb Engine instance. Returns the new wallet address, status, and type. Ideal for: provisioning wallets for automated transactions, setting up new signing wallets.

At a Glance

FieldValue
Action IDthirdweb-engine-create-backend-wallet
CategoryIntegrations
Connectorthirdweb-engine
Requires gasNo
Funds movementNone declared
Tagssmart-contract, integration, wallet, blockchain

Payload Schema

FieldTypeRequiredDescription
typestringYesBackend wallet type (use 'local' for Engine-managed keys)
labelstringNoOptional human-readable label for the wallet

Result Schema

FieldTypeRequiredDescription
walletAddressstringYesThe created wallet's address
statusstringYesCreation status (e.g. 'success')
typestringYesWallet type that was created

Examples

json
{ "type": "thirdweb-engine-create-backend-wallet", "payload": { "type": "local" }, "children": [], "connector": { "type": "thirdweb-engine", "id": "conn_thirdweb_engine" }}

Payload fields can use workflow expressions such as {{$trigger.body.amount}}, {{$nodes.fetch.result.price}}, and {{$props.asset}} when the value should come from a trigger, prior node, or reusable workflow prop.

Ask a question... ⌘I