Read the managed wallet
Returns the managed wallet’s Solana address and USDC balance: wallet_address, balance_usdc, needs_funding, and has_wallet.
wallet_address is the only place to send funds, and it is not your user_id — a usr_... value is an account id, never a receive address. Poll this to watch a deposit land.
Served from the Cloud Function URL (https://us-central1-kyc-ts.cloudfunctions.net/getAgentWallet), not the https://laso.finance base URL used by the paywalled routes. Send the id_token from /auth as a Bearer token, with a plain JSON body (no data wrapper). Free.
Authorizations
Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).
Response
The wallet address, balance, and funding state.
The response is of type object.