> ## Documentation Index
> Fetch the complete documentation index at: https://docs-embeddedfinance.embedly.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Fund wallet balance

> This endpoint enables an organization retrieve the balance of their fund wallet

# Get Fund wallet balance

***

<ParamField path="orgId" type="string" required>
  The unique identifier of your organization, **Example:**
  `299b88c8-b13c-4336-8ed6-2ff4ab3e7f49`
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
      "statusCode": 200,
      "status": "success",
      "data": {
          "orgId": "269fdb72-8c60-472e-a770-8a4e3bf0cdd9",
          "accountNumber": "8500014412",
          "balance": 100000,
          "ledgerBalance": 100000
      }
  }
  ```
</ResponseExample>
