CLIWallet
Wallet
8 `hanzo` commands for Wallet, each calling one operation on api.hanzo.ai.
Package wallets is blockchain key custody: create wallets, rotate their keys, and sign with them.
8 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo wallets keys <id> | POST /v1/wallet/{id}/keys | Rolls one wallet's signing material through its own custody backend and answers the wallet with whatever address that… |
hanzo wallets sign <id> | POST /v1/wallet/{id}/sign | Produces a secp256k1 signature from one of the caller org's wallets over a 32-byte digest, through whichever custody… |
hanzo wallets transactions <id> | POST /v1/wallet/{id}/transactions | Composes a Safe transaction on the MPC ring and answers its EIP-712 hash together with the owner approval the ring's… |
hanzo wallets get <id> | GET /v1/wallet/{id} | Returns one of the caller org's wallets: its scope, custody kind, tier, chain and on-chain address. |
hanzo wallets accounts get | GET /v1/wallet/accounts | Returns the caller org's wallet accounts, newest first. |
hanzo wallets accounts create | POST /v1/wallet/accounts | Opens a named wallet account for the caller's org. |
hanzo wallets list | GET /v1/wallet | Returns the caller org's wallets, newest first, optionally NARROWED within the org by project, agent or account. |
hanzo wallets create | POST /v1/wallet | Provisions a new signing identity under one of the caller org's accounts and answers the stored wallet including its… |
How is this guide?