Skip to main content
GET
/
v1
/
ui
/
wallets
Get wallet information 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"
}

Response

Wallet information retrieved successfully

id
string

Wallet ID

userId
string

User ID

balance
number

Current wallet balance

currency
string

Wallet currency

createdAt
string<date-time>

Wallet creation date

updatedAt
string<date-time>

Last update date