Orders

Place an order group

Creates a group of related orders that are linked together. Currently supports BRACKET orders (entry order with linked take-profit and stop-loss orders). All orders in the group must trade the same market and be signed individually.

Requires authentication.

POST
/orders/group

Authorization

ApiKeyAuth ApiSignatureAuth ApiTimestampAuth
x-api-key<token>

API key for authentication

In: header

x-api-signature<token>

HMAC-SHA256 signature: base64(HMAC(timestamp + method + path + body, secret))

In: header

x-api-timestamp<token>

Unix timestamp in seconds

In: header

Request Body

application/json

PlaceOrderGroupRequest creates a group of related orders.

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json