cURL
curl --request GET \ --url https://api.example.com/api/v1/staking/products
{ "code": 0, "msg": "ok", "data": { "items": [ { "id": "base_usdc_nexfi_vault", "name": "NexFi USDC Yield Vault", "productType": "vault", "chainId": 8453, "assetSymbol": "USDC", "apy": "7.25", "tvlUsd": "1200000", "riskLevel": "medium", "status": "active", "tags": [ "Stable", "Featured" ] } ] } }
返回质押产品目录,用于列表页与筛选页展示。
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.
链 ID 过滤。
8453
产品类型过滤,例如 aggregated、vault。
aggregated
vault
"vault"
风险等级过滤。
"medium"
申购资产符号。
"USDC"
产品状态过滤。
"active"
成功返回产品列表
统一响应包裹结构。
业务状态码,0 表示成功。
0
可读返回消息。
"ok"
Show child attributes