API ReferenceWallet
Get wallet balance
Retrieve wallet balance and details for the authenticated organisation.
GET
/v1/wallet/balanceAuthorization
bearer AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/wallet/balance"{ "success": true, "statusCode": 200, "message": "Request processed successfully", "timestamp": "2025-10-20T16:30:00.000Z", "path": "/v1/auth/register", "data": { "id": "wal_cjld2cjxh0000qzrmn831i7rn", "organisationId": "org_cjld2cjxh0000qzrmn831i7rn", "balance": 1500.5, "currency": "NGN", "status": "ACTIVE", "dailyLimit": 50000, "monthlyLimit": 1000000, "minBalance": 100, "lowBalanceThreshold": 500, "isBelowLowBalanceThreshold": false, "lastTransactionAt": "2025-10-20T12:00:00.000Z", "createdAt": "2025-10-20T12:00:00.000Z", "updatedAt": "2025-10-20T12:00:00.000Z" }}