Skip to main content
Query unexecuted(active) conditional orders

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
market
string

Filter by specific market. Example: BTC_USDT

If not specified, returns conditional orders for all markets.

Example:

"BTC_USDT"

offset
integer
default:0

Number of records to skip for pagination.

Example:

0

limit
integer
default:50

Maximum number of records to return per page.

Example:

100

request
string
Example:

"{{request}}"

nonce
integer
Example:

1594297865000

Response

Successful response - returns paginated conditional orders (OCO and OTO types)

limit
integer

Number of records per page

Example:

100

offset
integer

Number of records skipped

Example:

0

total
integer

Total number of records

Example:

2

records
object[]

Array of conditional orders (can be OCO or OTO type)

OCO type conditional order