企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
## 用户资产 ### 请求header需添加Authorization参数 ~~~[api] post:/api/v1/property/user <<< success { "code" : 0, "msg" : "SUCCESS", "data" : { "total": 0.42000662010158163, "list": [ { "coinid": 1, "name": "CNT", "currency": "CNY", "image": "https://www.test.com/JMf7B3p03v0PmMzV.jpg", "issuer": "jGa9J9TkqtBcUoHe2zqhVFFbgUVED6o9or", "value": 0.35344002, "freezed": 0, "cny": 0.35344002 } ] } } <<< errror { "code": 1, "msg": "具体的错误信息", "data": [] } ~~~ ### 参数说明 参数名 | 参数类型 | 说明 -|-|-| total | Number| 资产折合CNY list | Array | 货币列表 coinid | Number | 货币编号 name | String | 货币名称 currency | String | 货币代号 image | String | 图标 issuer | String | 发行方 value | Number | 数量 freezed | Number | 冻结数量 cny | Number | 折合CNY