kh wallet
Manage wallets (creator-wallet REST API or agentic-wallet npm package)
Synopsis
Manage wallets.
Creator wallet (REST): kh w balance show creator-wallet on-chain balances via KeeperHub REST API kh w tokens list supported tokens
Agentic wallet (thin wrappers around npx @keeperhub/wallet): kh w add provision a new agentic wallet (no account required) kh w info print agentic subOrgId + walletAddress kh w fund print Coinbase Onramp URL + Tempo deposit address kh w link link agentic wallet to a KeeperHub account (needs KH_SESSION_COOKIE) kh w feedback submit ERC-8004 feedback for a workflow execution this wallet paid for
Examples
# Creator wallet balance (REST):
kh w balance
# Provision an agentic wallet (npx wrapper):
kh w add
# Check balance on the agentic wallet:
npx @keeperhub/wallet balanceOptions
-h, --help help for wallet
--jq string Filter JSON output with a jq expression
--json Output as JSONOptions inherited from parent commands
-H, --host string KeeperHub host (default: app.keeperhub.com)
--no-color Disable color output
--org string Organization ID to use (overrides default from auth)
-y, --yes Skip confirmation promptsSEE ALSO
- kh - KeeperHub CLI
- kh wallet add - Provision a new agentic wallet (no KeeperHub account required)
- kh wallet balance - Show wallet balance
- kh wallet feedback - Submit ERC-8004 feedback for a workflow execution this wallet paid for
- kh wallet fund - Print Coinbase Onramp URL (Base USDC) and Tempo deposit address for the agentic wallet
- kh wallet info - Print subOrgId and walletAddress from local agentic wallet config
- kh wallet link - Link the agentic wallet to a KeeperHub account (requires KH_SESSION_COOKIE)
- kh wallet tokens - List wallet tokens