Skip to main content

Set up a Sweeping strategy

  • Only supports "WaaS" services.
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

successful operation


Schema
    code integer
    msg string
    success boolean
Loading...