Skip to main content

Pending Interest/Redeem Orders (Wealth Management)

Query Pending Interest Orders

Type: GET

Description: /v4/finance/wealth/position/pending-interest-order

Query pending interest orders for wealth management products.

Request Parameters

NameTypeRequiredDescription
productIdlongNoProduct ID

Request Example

Request
curl -G "https://sapi.xt.com/v4/finance/wealth/position/pending-interest-order" \
-d "productId=1001" \
-H "validate-appkey: $APPKEY" \
-H "validate-timestamp: $TIMESTAMP" \
-H "validate-signature: $SIGNATURE" \
-H "Content-Type: application/json"

Response Example

Response
{
"rc": 0,
"mc": "SUCCESS",
"result": [
{
"userId": 1,
"productId": 1001,
"currency": "USDT",
"amount": "500.00",
"createTime": 1700000000000,
"interestStartTime": 1700086400000,
"receiveAmount": "505.00"
}
]
}

Query Pending Redeem Orders

Type: GET

Description: /v4/finance/wealth/position/pending-redeem-order

Query pending redeem orders for wealth management products.

Request Parameters

NameTypeRequiredDescription
productIdlongNoProduct ID

Request Example

Request
curl -G "https://sapi.xt.com/v4/finance/wealth/position/pending-redeem-order" \
-d "productId=1001" \
-H "validate-appkey: $APPKEY" \
-H "validate-timestamp: $TIMESTAMP" \
-H "validate-signature: $SIGNATURE" \
-H "Content-Type: application/json"

Response Example

Response
{
"rc": 0,
"mc": "SUCCESS",
"result": [
{
"userId": 1,
"productId": 1001,
"currency": "USDT",
"amount": "500.00",
"createTime": 1700000000000,
"interestStartTime": 1700086400000,
"receiveAmount": "505.00"
}
]
}

Response Parameters

NameTypeDescription
userIdlongUser ID
productIdlongProduct ID
currencystringCurrency
amountstringAmount
createTimelongCreation timestamp
interestStartTimelongInterest start timestamp
receiveAmountstringExpected receive amount