Skip to main content
GET
SDK Alternative: Use agent.portfolio() for a simpler TypeScript interface. See SDK docs

Description

Retrieves detailed information about a specific wallet including status, deposits, withdrawals, and protocol allocations.

Path Parameters

integer
required
The blockchain chain ID (e.g., 8453 for Base)
string
required
The wallet address to query

Query Parameters

boolean
default:"false"
If true, treats the wallet parameter as an EOA (origin wallet) address and looks up the associated smart account

Response

string
The wallet address
string
Current agent status: activated, activating, deactivating, deactivated, running, blocked, emergency
array
List of deposits made to the wallet
array
List of withdrawals
array
Protocols the agent is configured to use
string
Currently active protocol (if single protocol mode)
array
Currently active protocols (if multi protocol mode)
string
ISO date when the agent was activated
string
ISO date of last deactivation (if applicable)
string
The origin wallet address