Skip to main content
POST
Place up to 20 orders

Authorizations

DX-ACCESS-KEY
string
header
required

The API key id (decimal string).

DX-ACCESS-TIMESTAMP
string
header
required

Request timestamp, Unix milliseconds (decimal). ±5000 ms replay window.

DX-ACCESS-SIGNATURE
string
header
required

base64(HMAC-SHA256(secret, "timestamp\nMETHOD\npath?query\nbody")). For the WS handshake the body is empty and the path is /v1/ws.

Body

application/json
orders
object[]
required
Required array length: 1 - 20 elements

Response

Per-item, index-aligned results (api.md §6.9).

The sequenced placement outcome (api.md §6.5).

order_id
string
required

A u64-domain value rendered as a decimal string (api.md §1).

Pattern: ^[0-9]+$
Example:

"182390"

client_order_id
string
required

A u64-domain value rendered as a decimal string (api.md §1).

Pattern: ^[0-9]+$
Example:

"182390"

status
enum<string>
required
Available options:
resting,
partially_filled,
executed,
canceled
seq
string
required

the NEW_ORDER's stamp

Pattern: ^[0-9]+$
Example:

"182390"

filled_qty
integer
required
resting_qty
integer
required
fills
object[]
required
reason
string | null

present when status is canceled (execution outcome