查询投资订单
返回已认证用户的所有活跃投资订单。
响应内容
| 名称 | 类型 | 描述 |
|---|---|---|
| id | Integer | 订单编号 |
| name | String | 产品名称 |
| currency | String | 货币 |
| type | String | 产品类型 |
| rate | Double | 利率 |
| investAmt | Double | 金额 |
| interestEarned | Double | 赚取的利息 |
| nextInterestPayoutTime | Long | 下次利息支付时间 |
| startTime | Long | 开始时间 |
| endTime | Long | 结束时间 |
| duration | Long | 期限(毫秒) |
| payoutLockTime | Long | 支付锁定时间 |
| autoRenew | Boolean | 自动续约 |
| compounding | Boolean | 复利 |
| autoRenewSupported | Boolean | 是否支持自动续约 |
| redemptionProcessing | Boolean | 是否正在赎回处理 |
example
GET
https://api.btse.com/spot/api/v3.3/invest/orders