This endpoint allows you to update an existing auto-settlement rule for a specific address. By providing the necessary parameters in the request body, you can modify the conditions and actions for the auto-settlement process.
Parameter | Type | Required | Description |
---|---|---|---|
name | string | No | The name of the auto-settlement rule. A descriptive title reflecting its purpose. |
isActive | boolean | No | Indicates whether the rule is currently active. true = enabled, false = disabled. |
order | string | No | The order in which this rule should be processed. Possible values: FASTEST , CHEAPEST , RECOMMENDED , NO_SLIPPAGE . |
slippageTolerance | string | No | The acceptable slippage tolerance (as a percentage). Example: "5" = 5% tolerance. |
source | object | No | Details about the source of the settlement. |
├─ assets | array of strings | No | List of asset types involved (e.g., ["USDT"] ). |
├─ minAmount | string | No | The minimum amount required for settlement (e.g., "1" ). |
├─ maxAmount | string | No | The maximum amount that can be settled (e.g., "1000" ). |
├─ blockchain | string | No | The blockchain network used for the settlement. |
destination | object | No | Details about the destination of the settlement. |
├─ asset | string | No | The asset type to which the settlement is directed. |
├─ address | string | No | The address where the settlement will be sent. |
├─ blockchain | string | No | The blockchain network for the destination. |
"{{walletId}}"
"534e0480-f444-40c0-bc2e-2ef17bf7999e"
"55869cbe-fa3a-44d2-a7e3-d65c08355e4d"
200
The response is of type object
.