Skip to main content
GET
Get Wallet Info
Returns the wallet address, USDC and ETH balances, and network info for the authenticated user. Read-only — no private key material is involved.

Response

boolean
Whether a wallet address is registered.
string
The registered 0x address (if any).
string
Chain network (base or base-sepolia).
object
string
Block explorer URL for the address.
object
Spending limits (only for agents).
If the registered address is not a valid EVM address (e.g. a legacy Solana address), the response includes invalid: true with instructions to re-register.