Query Investment Orders
Returns all active investment orders for the authenticated user.
Response Contentβ
| Name | Type | Description |
|---|---|---|
| id | Integer | Order ID |
| name | String | Product name |
| currency | String | Currency |
| type | String | Product type |
| rate | Double | Interest rate |
| investAmt | Double | Invested amount |
| interestEarned | Double | Interest earned to date |
| nextInterestPayoutTime | Long | Next payout timestamp |
| startTime | Long | Order start time |
| endTime | Long | Order end time |
| duration | Long | Duration in milliseconds |
| payoutLockTime | Long | Lock time before payout |
| autoRenew | Boolean | Auto-renew status |
| compounding | Boolean | Whether compounding is active |
| autoRenewSupported | Boolean | Whether product supports auto-renew |
| redemptionProcessing | Boolean | Whether a redemption is currently processing |
example
GET
https://api.btse.com/spot/api/v3.3/invest/ordersResponse
[]