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

# 取得使用者交易量統計



## OpenAPI

````yaml /zh-Hant/api-reference/openapi/launch-mint-v1.yaml get /get-by-user/stats/volume
openapi: 3.0.3
info:
  title: Raydium LaunchLab 鑄幣 API
  description: 提供 LaunchLab 代幣的鑄幣建立、排行榜、搜尋與歷史資料存取。支援按名稱、代號、錢包建立者和各種篩選條件搜尋。
  version: 1.0.0
servers:
  - url: https://launch-mint-v1.raydium.io
    description: Mainnet
  - url: https://launch-mint-v1-devnet.raydium.io
    description: Devnet
security: []
tags:
  - name: Discovery
    description: 搜尋與瀏覽鑄幣
  - name: Details
    description: 取得鑄幣資訊
  - name: User Activity
    description: 取得使用者建立與交易統計
  - name: Vesting
    description: 查詢歸屬排程資料
  - name: Configuration
    description: 平台設定與中繼資料
  - name: Creation
    description: 建立新鑄幣並提交交易
  - name: Utilities
    description: 健康檢查與狀態
paths:
  /get-by-user/stats/volume:
    get:
      tags:
        - User Activity
      summary: 取得使用者交易量統計
      operationId: getGetByUserStatsVolume
      parameters:
        - name: wallet
          in: query
          required: true
          schema:
            type: string
      responses:
        '200':
          description: 交易量統計

````