Skip to main content

Configure advanced trading strategies

  • Only supports "WaaS" services.
Request Body
    fromAddress string

    Specify from addresses, separated by commas

    assetId string

    Specify token

    toAddress string

    Specify to addresses, separated by commas

    limits object[]

    Transaction limit rules

  • Array [
  • type integer

    Limit type 1-All users cumulative; 2-Individual cumulative; 3-Per transaction

    chargeUnit string

    Asset valuation unit:usdt、eth、btc

    limit24TimeAmount string

    Amount limit:This value represents the amount after precision processing and can include decimal points. For example, if the limit is 5 USDT, simply set the amount here to 5.

  • ]
  • hitResult integer required

    Hit results 1 - Transaction triggers approval;2 - Transaction is prohibited

    vaultId string required

    vault id

    state integer required

    state 0-close;1-open

Responses

successful operation


Schema
    code integer
    msg string
    success boolean
Loading...