> ## 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/api-reference/openapi/launch-mint-v1.yaml get /vesting/by/owner
openapi: 3.0.3
info:
  title: Raydium Launch Mint 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:
  /vesting/by/owner:
    get:
      tags:
        - Vesting
      summary: 获取所有者归属期
      operationId: getVestingByOwner
      parameters:
        - name: id
          in: query
          required: true
          schema:
            type: string
      responses:
        '200':
          description: 所有者归属期

````