curl --request GET \
--url https://api.example.com/v1/ui/wallets{
"id": "<string>",
"userId": "<string>",
"balance": 123,
"currency": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}Retrieves the wallet information including balance, currency, and transaction history for the authenticated user.
curl --request GET \
--url https://api.example.com/v1/ui/wallets{
"id": "<string>",
"userId": "<string>",
"balance": 123,
"currency": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}