> ## 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.

# Fetch Total Transaction Volume

> Gets all the transaction carried out on an Api client's account

<ResponseExample>
  ```json theme={null}
  {
    "status": "success",
    "message": "Buy transactions volume aggregate of transaction type, Buy, gotten successfully",
    "data": [
      {
        "_id": {
          "user": "62424e97d1e7590032dc7ed0"
        },
        "totalVolume": 60
      }
    ]
  }
  ```
</ResponseExample>
