Skip to main content
GET
/
api
/
v1
/
billing
/
wallet
Get Wallet
curl --request GET \
  --url https://dev-api.onecluster.co/api/v1/billing/wallet \
  --header 'Authorization: <api-key>'
{
  "success": true,
  "responseCode": "00",
  "message": "Request processed successfully",
  "data": {
    "walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "PEGASUS/ACME FINTECH",
    "balance": 10000.00,
    "availableBalance": 9750.00,
    "lienedAmount": 250.00,
    "currency": "NGN",
    "status": "Active",
    "virtualAccount": {
      "accountNumber": "0912345678",
      "bankName": "Union Bank of Nigeria",
      "bankCode": "032"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.onecluster.co/llms.txt

Use this file to discover all available pages before exploring further.

{
  "success": true,
  "responseCode": "00",
  "message": "Request processed successfully",
  "data": {
    "walletId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "name": "PEGASUS/ACME FINTECH",
    "balance": 10000.00,
    "availableBalance": 9750.00,
    "lienedAmount": 250.00,
    "currency": "NGN",
    "status": "Active",
    "virtualAccount": {
      "accountNumber": "0912345678",
      "bankName": "Union Bank of Nigeria",
      "bankCode": "032"
    }
  }
}
Fund your wallet by transferring money to the accountNumber shown in the virtualAccount object. The amount will be credited to your balance instantly.