Returns the authenticated user’s registered wallet address and balances.
cURL
curl --request GET \ --url https://api.example.com/api/wallet
{ "hasWallet": true, "address": "<string>", "network": "<string>", "balances": { "usdc": "<string>", "eth": "<string>" }, "explorer": "<string>", "spendingConfig": {} }
base
base-sepolia
Show properties
invalid: true