v1

latestOpenAPI 3.1.02026-07-24690345.5 KB

Retrieve Orders (by symbol)

Gets all the current user's active orders by trading pair symbol (e.g. tBTCUSD, tLTCBTC, ...).

post/auth/r/orders/{symbol}

Path parameters

symbolstring required

The trading pair symbol you want to fetch the orders about (e.g. tBTCUSD, tLTCBTC, ...).

Request body

idinteger[]

Allows you to retrieve specific orders by order ID (can be omitted to return all active orders).

gidinteger

Filter results based on Group ID (int45)

cidinteger

Filter based on Client ID. To use this, a cid_date must also be provided (int45)

cid_datestring

Provide alongside a cid to filter based on Client ID. Format: "YYYY-MM-DD"

Response

200