cURL
curl --request GET \ --url https://api.example.com/api/v1/prices
{ "code": 0, "msg": "ok", "data": { "currency": "USD", "updatedAt": "2026-05-11T10:00:00.000Z", "items": [ { "symbol": "ETH", "usdPrice": 3500.12, "usdChange24h": -1.24 }, { "symbol": "USDC", "usdPrice": 1, "usdChange24h": 0 } ] } }
返回资产价格,供资产估值和行情展示使用。
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.
资产符号列表,例如 ETH,USDC。
ETH,USDC
"ETH,USDC"
资产标识列表,可扩展为链+地址键。
"8453:0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
展示币种。
USD
CNY
"USD"
成功返回价格结果
统一响应包裹结构。
业务状态码,0 表示成功。
0
可读返回消息。
"ok"
Show child attributes