Agents
Get Wallet Information
Get information about a specific wallet
GET
SDK Alternative: Use
agent.portfolio() for a simpler TypeScript interface. See SDK docsDescription
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 accountResponse
string
The wallet address
string
Current agent status:
activated, activating, deactivating, deactivated, running, blocked, emergencyarray
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