Skip to main content
POST
Create order tag

Headers

orderly-timestamp
string
required

Timestamp of the signed request in milliseconds.

orderly-account-id
string
required

Account ID of the authenticated account.

orderly-key
string
required

Public orderly key used to sign the request.

orderly-signature
string
required

Signature of the request payload generated with the orderly key.

Body

application/json
enum_id
string
required

Unprefixed enum ID. Uppercase letters, digits, and underscores only; unique within the authenticated owner broker and immutable. To apply it to a new order, set order_tag to enum:<owner_broker_id>:<enum_id>.

Required string length: 1 - 36
Pattern: ^[A-Z0-9_]+$
Example:

"GRID_PRO"

name
string
required

Human-readable enum name.

Example:

"Grid Pro"

default_fee_rate
number
required

Default enum fee rate. Must be 0.00001 through 0.01 (0.001% through 1%) with at most five decimal places.

Required range: 0.00001 <= x <= 0.01Must be a multiple of 0.00001
Example:

0.005

description
string

Human-readable purpose of the enum.

Example:

"Grid strategy orders"

pair_overrides
object

Optional symbol-to-fee-rate map. Every symbol must exist, and every rate must satisfy the same limits as default_fee_rate.

Example:

Response

200 - application/json

OK

success
boolean
required

Indicates whether the request was successful.

Example:

true

timestamp
integer

Server timestamp in milliseconds.

Example:

1702989203989