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

# Get member balance

> Get a user's wallet balance across all available currencies

<ParamField path="id" type="string" required>
  The ID of the member whose wallet needs to be retrieved.
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
      "status": "success",
      "message": "currencies balance gotten successfully",
      "data": {
          "GUSD": 1000,
          "GKES": 0,
          "GNGN": 1000000
      }
  }
  ```
</ResponseExample>
