Authorizations
Path Parameters
Example:
"{{walletId}}"
Example:
"55869cbe-fa3a-44d2-a7e3-d65c08355e4d"
Body
application/json
This endpoint allows you to update an existing auto-settlement rule for a specific wallet. 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}}"
"55869cbe-fa3a-44d2-a7e3-d65c08355e4d"