Set up a Sweeping strategy
- Only supports "WaaS" services.
application/json
Request Body
vaultId string
vault id
toAddress string
to address
assetId string
asset id
minimumCollectionAmount string
Required,Minimum Collection Amount
minimumReserveAmount string
Optional, Minimum Reserved Amount;If it's TRON (TRX), it's recommended to set it above 2,000,000 (2 TRX)
feeLimit string
Optional, Skip collection when estimated fee exceeds threshold
enabled integer
Default 0 (Off), 1 (On); When disabled
autoFueling integer
Required, 0=Off; 1=On
Responses
- 200
successful operation
application/json
Schema
Example (from schema)
Schema
code integer
msg string
success boolean
{
"code": 200,
"msg": "ok",
"success": true
}
Loading...