Create order tag
Order tag admin
Create order tag
Limit: 1 request per second
POST /v1/broker/order_enum
Create a new order tag fee config. The fee config identifier is enum_id; the order tag value sent on orders is enum:<enum_id>.
POST
Create order tag
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.
Body
application/json
Fee config ID. UPPERCASE alphanumeric + underscores, max 31 chars. To apply it to an order, set order_tag to enum:<enum_id>.
Example:
"STRATEGY_DCA"
0.00001 to 0.01 (0.001% to 1%)
Example:
0.005
Example:
"DCA Strategy"
Example:
"Dollar Cost Averaging strategy orders"
Example:
{ "PERP_BTC_USDC": 0.003 }