Skip to main content

Query Sweeping strategy

  • Only supports "WaaS" services.
Request Body
    vaultId string required

    vault id

    pageIndex pageIndex

    Current page number, the first page is 1.

    pageSize pageSize

    Number of data items per page (not less than 1, not more than 50; default is 10)

Responses

successful operation


Schema
    code integer
    msg string
    success boolean
    data object
    pageIndex integer
    pageSize integer
    totalSize integer
    list object[]

    vin list

  • Array [
  • vaultId string
    toAddress string
    assetId string
    chainSymbol string

    Chain ID

    minimumCollectionAmount string

    Minimum Collection Amount. Integer value in smallest unit. For example:1230000000000000000

    minimumReserveAmount string

    Minimum Reserved Amount. For example:1230000000000000000

    feeLimit string

    Fee Limit. Integer value in smallest unit. For example:1230000000000000000

    enabled integer

    Enable Collection. Default 0=Off, 1=On;

    type integer

    0:token 1:coin

    autoFueling string

    Enable Gas Refill. Default 0=Off, 1=On;

  • ]
Loading...