Get RWUSD Quota Details (USER_DATA)
API Description
Get RWUSD quota details including subscription quota, fast redemption quota, and standard redemption quota.
HTTP Request
GET /sapi/v1/rwusd/quota
Request Weight (IP)
150
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
recvWindow | LONG | NO | The value cannot be greater than 60000 (ms) |
timestamp | LONG | YES |
Response Example
{
"subscriptionQuota": {
"assets": [
"USDT",
"USDC"
],
"leftQuota": "1000",
"minimum": "0.10000000"
},
"fastRedemptionQuota": {
"leftQuota": "2",
"minimum": "0.1",
"fee": "0.0005",
"freeQuota": "100"
},
"standardRedemptionQuota": {
"leftQuota": "2",
"minimum": "0.1",
"fee": "0.001",
"redeemPeriod": 3
},
"subscribeEnable": true,
"redeemEnable": true
}