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

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"

default_fee_rate
number
required

0.00001 to 0.01 (0.001% to 1%)

Example:

0.005

name
string
Example:

"DCA Strategy"

description
string
Example:

"Dollar Cost Averaging strategy orders"

pair_overrides
object
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