Skip to main content

Wallet SDK

Wallet and account helpers.

Operations

Generated Reference

Overview

Available Operations

lucidGetAgentWalletBalance

Retrieve the wallet balance for a deployed agent’s PDA wallet, including SOL and token balances on the configured chain.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAgentWalletBalanceResponse>

Errors

lucidAgentWalletSend

Admin-only. Execute a policy-gated transaction from the agent’s PDA wallet.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidAgentWalletSendResponse>

Errors

lucidSetAgentWalletLimits

Admin-only. Set per-transaction and daily spending limits.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidSetAgentWalletLimitsResponse>

Errors

lucidGetAgentWalletPolicy

Retrieve the wallet policy and configuration for an agent, including the wallet address, chain, provider type, and any spending constraints.

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.LucidGetAgentWalletPolicyResponse>

Errors