Hanzo
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 →

CommandCallsWhat it does
hanzo wallets keys <id>POST /v1/wallet/{id}/keysRolls 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}/signProduces 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}/transactionsComposes 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 getGET /v1/wallet/accountsReturns the caller org's wallet accounts, newest first.
hanzo wallets accounts createPOST /v1/wallet/accountsOpens a named wallet account for the caller's org.
hanzo wallets listGET /v1/walletReturns the caller org's wallets, newest first, optionally NARROWED within the org by project, agent or account.
hanzo wallets createPOST /v1/walletProvisions a new signing identity under one of the caller org's accounts and answers the stored wallet including its…

How is this guide?