跳转到主要内容
GET
/
api
/
admin
/
v1
/
staking
/
products
获取管理端产品列表
curl --request GET \
  --url https://api.example.com/api/admin/v1/staking/products
{
  "code": 0,
  "msg": "ok",
  "data": {
    "items": [
      {
        "id": "base_usdc_nexfi_vault",
        "name": "NexFi USDC Yield Vault",
        "status": "active"
      }
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt

Use this file to discover all available pages before exploring further.

查询参数

status
string

产品状态过滤。

示例:

"active"

productType
string

产品类型过滤。

示例:

"vault"

响应

200 - application/json

成功返回管理端产品列表

统一响应包裹结构。

code
integer
必填

业务状态码,0 表示成功。

示例:

0

msg
string
必填

可读返回消息。

示例:

"ok"

data
object