---
title: "项目列表"
method: GET
path: "/v1/stake/public/project"
tags: ["PUBLIC SERVICE"]
---

# 项目列表

`GET /v1/stake/public/project`

## Response `200`

OK

- XListProjectPayload
  - `code` integer — 成功返回0，其他均为错误
  - `msg` string — 发生错误时候返回的消息
  - `sub_code` string
  - `sub_msg` string
  - `data` ProjectPayload[]
    - `id` integer — 项目ID
    - `name_en` string — 项目英文名称
    - `name_zh` string — 项目中文名称
    - `resource_type` 'ENERGY' | 'BANDWIDTH' — 资源类型
    - `receiver` string — 接收资源地址,当前运行中的地址只能有一个
    - `quota_staked_amount_sun` integer — 资源质押数配额
    - `current_staked_amount_sun` integer — 当前资源质押数
    - `min_staked_amount_sun` integer — 每次代理最小质押数
    - `quota_quantity` integer — 资源配额
    - `current_quantity` integer — 当前资源数量
    - `min_quantity` integer — 每次代理最小数量
    - `apy` integer — 年化*100 存整数
    - `price` integer — 项目单价sun/天
    - `margin_amount_sun` integer — 买家累计保证金金额
    - `payment_amount_sun` integer — 买家累计支付金额
    - `created_at` integer — 创建时间
    - `expired_at` integer — 截止时间
    - `project_type` 'DELEGATION' | 'PERMISSION' | 'CUSTOMIZE' | 'SUBLET' — 项目类型
    - `status` 'CLOSED' | 'NORMAL' | 'WARNING' | 'DANGER' | 'FULL' — 状态

---

[API](https://skmtc.net/catfee/apis/stake-vault-api.md) · [All operations](https://skmtc.net/catfee/apis/stake-vault-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catfee/stake-vault-api/revisions/6978b1e208fa/schema)
