Skip to main content
POST
Query unexecuted(active) OCO 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 array of active OCO orders

id
integer

OCO order identifier

Example:

117703764513

stop_loss
object

Stop loss order details

take_profit
object

Take profit order details