cURL
curl --request GET \ --url https://api.example.com/api/v1/staking/products/{id}
{ "code": 0, "msg": "ok", "data": { "id": "base_usdc_nexfi_vault", "name": "NexFi USDC Yield Vault", "productType": "vault", "chainId": 8453, "apy": "7.25", "tvlUsd": "1200000", "riskLevel": "medium", "rewardSource": "Vault strategy yield", "lockRule": "No hard lock", "exitRule": "ERC-4626 redeem", "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.
产品 ID。
"base_usdc_nexfi_vault"
成功返回产品详情
统一响应包裹结构。
业务状态码,0 表示成功。
0
可读返回消息。
"ok"
质押产品详情载荷。
Show child attributes