Skip to main content
POST
Query unexecuted(active) conditional orders

Authorizations

X-TXC-APIKEY
string
header
required

API Key authentication for private endpoints.

Required headers:

  • X-TXC-APIKEY: API key
  • X-TXC-PAYLOAD: Base64 encoded JSON payload
  • X-TXC-SIGNATURE: HMAC SHA512 signature

Body

application/json
market
string
Example:

"BTC_USDT"

offset
integer
default:0
Example:

0

limit
integer
default:50
Example:

100

request
string
Example:

"{{request}}"

nonce
string
Example:

"{{nonce}}"

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