Skip to main content

Query Sweeping strategy

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

    金库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列表

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

    链唯一标识

    minimumCollectionAmount string

    最小归集金额:最小精度的整数值 例如:1230000000000000000

    minimumReserveAmount string

    最小保留金额 例如:1230000000000000000

    feeLimit string

    手续费限制:最小精度的整数值 例如:1230000000000000000

    enabled integer

    是否开启归集 默认0关闭,1开启;

    type integer

    0:token 1:coin

    autoFueling string

    是否开启加油 0关闭,1开启;

  • ]
Loading...