Skip to main content
GET
/
get-account-balance
Get account balance
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>"
}

Authorizations

Authorization
string
header
required

ID token from /auth or /get-card

Response

Account balance information

Account balance information.

user_id
string

The user's ID (lowercase wallet address)

balance
number

Current available balance in USD

total_deposits
number

Total lifetime deposits in USD

created_timestamp
number
created_timestamp_readable
string