Get Wallet
GET
https://api.cargopanel.co/v1/walletRetrieve the current wallet balance and details for the authenticated user.
Example Response
200
{
"id": "wal_abc123",
"userId": "usr_xyz789",
"balance": 1250.50,
"currency": "TRY",
"isActive": true,
"createdAt": "2026-01-15T10:00:00.000Z",
"updatedAt": "2026-06-20T14:30:00.000Z"
}Response Fields
idstringUnique wallet identifier.
balancenumberCurrent wallet balance.
currencystringCurrency code (e.g. TRY, USD, EUR).
isActivebooleanWhether the wallet is active.
Responses
200Wallet retrieved successfully
401Unauthorized (invalid or missing API key)
404Wallet not found