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

# GetNetworkStatsResponse

> Response returned by `getNetworkStats`.

<div data-generated>
  ## GraphQL

  ```
  type GetNetworkStatsResponse {
    volume24: Float!
    volume12: Float!
    volume4: Float!
    volume1: Float!
    volume5m: Float!
    volumeChange24: Float!
    volumeChange12: Float!
    volumeChange4: Float!
    volumeChange1: Float!
    volumeChange5m: Float!
    liquidity: Float!
    transactions24: Int!
    transactions12: Int!
    transactions4: Int!
    transactions1: Int!
    transactions5m: Int!
  }
  ```

  ### Used By

  **Returned by**

  * [getNetworkStats](/api-reference/queries/getnetworkstats.md): Returns metadata for a given network supported on Codex.
</div>
