Update order tag
Limit: 1 request per second
PUT /v1/broker/order_enum/{enum_id}
Update an active custom trading fee configuration owned by the authenticated broker. enum_id cannot be changed.
For pair_overrides, omit the field or send null to leave the existing map unchanged, send {} to remove every override, or send a non-empty object to replace the map.
Common errors:
| Code | Meaning |
|---|---|
-1202 | Enum not found for the authenticated owner. |
-1203 | Enum is not active. |
-1208 | Fee rate is invalid. |
-1210 | A pair override symbol is invalid. |
Headers
Timestamp of the signed request in milliseconds.
Account ID of the authenticated account.
Public orderly key used to sign the request.
Signature of the request payload generated with the orderly key.
Path Parameters
Unprefixed enum ID owned by the authenticated broker
1 - 36^[A-Z0-9_]+$Body
"Grid Pro"
"Updated grid strategy orders"
Default enum fee rate. Must be 0.00001 through 0.01 (0.001% through 1%) with at most five decimal places.
0.00001 <= x <= 0.01Must be a multiple of 0.000010.005
Omit or send null to leave existing overrides unchanged. Send {} to remove every override, or a non-empty map to replace the existing override set. Every rate must satisfy the same limits as default_fee_rate.