> ## 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 All Currencies Wallet Balance

> This endpoint is used to retrieve the balance and value of different currencies.

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