Weight: 1
Request Parameters
Parameter | Type | Required | Example Value | Description |
|---|---|---|---|---|
productId | STRING | |||
orderType | ENUM(STRING) |
| ||
orderId | STRING | One of orderId or clOrderId must be sent | ||
clOrderId | STRING | One of orderId or clOrderId must be sent | ||
limit | STRING | Default 500, Max 1000 | ||
startTime | STRING | Last 180 days - order creation time | ||
endTime | STRING | Last 180 days - order creation time | ||
timestamp | LONG | Y | Timestamp | |
signature | STRING | Y |
Response Content
Param | Type | Example | Description |
|---|---|---|---|
Array | |||
orderId | STRING | Order ID | |
clOrderId | STRING | Client Order Id | |
productId | STRING | Product ID | |
orderType | ENUM(STRING) |
| |
status | ENUM(STRING) | - | |
currency | STRING | Investment currency, e.g. BTC, USD | |
amount | STRING | - | |
price | STRING | - | |
unit | STRING | Allocated units of tokens / portion, returned only in the following cases: | |
fee | STRING | Platform commision fee calculated in the same currency. Appears only when order_type = redeem, so the actual amount received by the client = amount - fee. | |
extraFee | STRING | Fee If redemption is initiated within 1 month after purchase, an MM fee is charged, calculated in the same currency. Appears only when order_type = redeem-interest, so the actual amount received by the client = amount - extraFee. | |
transactionTime | STRING | Order purchased time, Unix timestamp format in milliseconds, e.g. 1762222502274 |