cargopanel logocargopanel for developers

Get Wallet

GEThttps://api.cargopanel.co/v1/wallet

Retrieve 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

idstring

Unique wallet identifier.

balancenumber

Current wallet balance.

currencystring

Currency code (e.g. TRY, USD, EUR).

isActiveboolean

Whether the wallet is active.

Responses

200Wallet retrieved successfully
401Unauthorized (invalid or missing API key)
404Wallet not found