Skip to main content

XRWU Redeem Quota Query

Type: GET

Description: /v4/finance/xrwu/redeem-quota

Query XRWU product redemption quota information.

Parameters

NameTypeMandatoryDescription
productIdlongtrueXRWU Product ID

Request Example

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

Response Example

Response
{
"rc": 0,
"mc": "SUCCESS",
"ma": [],
"result": {
"property": "50000.00",
"residueIndividualDaily": "8000.00",
"residueProductDaily": "500000.00"
}
}

Response Fields

FieldTypeDescription
propertystringXRWU spot available balance
residueIndividualDailystringIndividual daily remaining quota
residueProductDailystringProduct daily remaining quota