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

# LaunchpadStats

> Activity stats for one phase of a launchpad's tokens. Used for the `pre` (bonding curve) and `post` (migrated) breakdowns of a launchpad; the same stats for all tokens combined live at the root of `LaunchpadFilterResult`.

<div data-generated>
  ## GraphQL

  ```
  type LaunchpadStats {
    volume1: String
    volume4: String
    volume12: String
    volume24: String
    buyVolume1: String
    buyVolume4: String
    buyVolume12: String
    buyVolume24: String
    sellVolume1: String
    sellVolume4: String
    sellVolume12: String
    sellVolume24: String
    volumeChange1: Float
    volumeChange4: Float
    volumeChange12: Float
    volumeChange24: Float
    transactions1: Int
    transactions4: Int
    transactions12: Int
    transactions24: Int
    buys1: Int
    buys4: Int
    buys12: Int
    buys24: Int
    sells1: Int
    sells4: Int
    sells12: Int
    sells24: Int
    activeTokens1: Int
    activeTokens4: Int
    activeTokens12: Int
    activeTokens24: Int
    liquidity: String
    marketCap: String
    poolFees1: String
    poolFees4: String
    poolFees12: String
    poolFees24: String
    totalFees1: String
    totalFees4: String
    totalFees12: String
    totalFees24: String
    feeToVolumeRatio1: Float
    feeToVolumeRatio4: Float
    feeToVolumeRatio12: Float
    feeToVolumeRatio24: Float
  }
  ```

  ### Used By

  **Returned by**

  * [filterLaunchpads](/api-reference/queries/filterlaunchpads.md): Returns a list of launchpads based on a variety of filters.
</div>
