keeta_user_client_execute
Execute authenticated blockchain operations on Keeta Network, including balance checks, asset transfers, and account management for AI agents.
Instructions
Execute any method on the Keeta UserClient (authenticated operations requiring an account).
Use keeta_list_sdk_methods with target "UserClient" to discover available methods.
Common methods: allBalances, balance, head, chain, history, state, send, setInfo, generateIdentifier, updatePermissions, createSwapRequest, transmit, listACLsByPrincipal, getCertificates, modifyCertificate, sync.
Properties you can read (pass method "GET_PROPERTY" with args ["propertyName"]): baseToken, networkAddress, network, account, signer.
Arguments are auto-resolved (see keeta_client_execute for resolution rules).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | Yes | Network to connect to | |
| seed | No | Seed of the account. Omit for read-only operations (null account). | |
| accountIndex | No | Account derivation index | |
| method | Yes | Method name to call on UserClient, or "GET_PROPERTY" to read a property | |
| args | No | Arguments array — each element is auto-resolved |