Skip to main content
PUT
Update 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.

Path Parameters

enum_id
string
required

Unprefixed enum ID owned by the authenticated broker

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

Body

application/json
name
string
Example:

"Grid Pro"

description
string
Example:

"Updated grid strategy orders"

default_fee_rate
number

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

pair_overrides
object | null

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.

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