cURL
curl --request GET \ --url https://laso.finance/get-account-balance \ --header 'Authorization: Bearer <token>'
{ "user_id": "<string>", "balance": 123, "total_deposits": 123, "created_timestamp": 123, "created_timestamp_readable": "<string>" }
Returns the current account balance and total deposits for the authenticated user.
Requires a Bearer token from /auth, /get-card, or /send-payment.
/auth
/get-card
/send-payment
ID token from /auth or /get-card
Account balance information
Account balance information.
The user's ID (lowercase wallet address)
Current available balance in USD
Total lifetime deposits in USD