cURL
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 IndexFetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txtUse this file to discover all available pages before exploring further.
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.
产品状态过滤。
"active"
产品类型过滤。
"vault"
成功返回管理端产品列表
统一响应包裹结构。
业务状态码,0 表示成功。
0
可读返回消息。
"ok"
Show child attributes