Agents
Get Smart Account
Look up an existing smart account by EOA
GET
Documentation Index
Fetch the complete documentation index at: https://docs.gizatech.xyz/llms.txt
Use this file to discover all available pages before exploring further.
SDK Alternative: Use
giza.getAgent(eoa) or giza.getSmartAccount(eoa) for a simpler TypeScript interface. See SDK docsDescription
Looks up an existing smart account for a given EOA and chain. Returns the smart account address and backend wallet. Use this to retrieve a previously created smart account without creating a new one.Query Parameters
The user’s externally owned account (wallet) address.
Chain ID to look up the smart account on.Supported values:
1 (Ethereum), 137 (Polygon), 8453 (Base), 42161 (Arbitrum), 84532 (Base Sepolia), 11155111 (Sepolia)Agent identifier. Defaults to
giza-app.Example Request
Response
The smart account address.
The Giza backend wallet associated with this smart account.
Response Example
Error Responses
| Status | Description |
|---|---|
401 | Unauthorized - invalid API key |
404 | Smart account not found for this EOA and chain |
422 | Validation error (invalid address format) |
500 | Internal server error |