Novopus GPT Other Problems
  • Deposit/Withdrawal
    • 🪙Recharge
    • ⛓️how to transfer money
    • 💡How to propose a cryptocurrency
    • ✨The deposit has not arrived?
  • 🔓How to view account assets
  • Tax related
    • 📪Tax Calculator
  • Other problems
    • 🛠️Unable to create policy
    • ❤️Strategy error problem
    • 💰Team advertising revenue
  • Open platform
    • ⚖️Conditional Order
      • 1️⃣Place a conditonal order
      • 2️⃣Cancel conditional orders (before triggering)
      • 3️⃣Query open conditional orders (before triggering)
      • 4️⃣Query conditional order history
      • 5️⃣Query a specific conditional order
      • 6️⃣Error Code
Powered by GitBook
On this page
  1. Open platform
  2. Conditional Order

Cancel conditional orders (before triggering)

PreviousPlace a conditonal orderNextQuery open conditional orders (before triggering)

Last updated 1 year ago

  • POST /v2/algo-orders/cancellation

API Key Permission: Trade Rate Limit (NEW): 20times/2sec This endpoint only supports order cancellation for those conditional orders which have not triggered yet. To cancel a triggered order, please refer to the endpoints in "Trading" section. Before a conditional order triggering, it can be only cancelled via this endpoint instead of any endpoint in "Trading" section.

Request

{
    "clientOrderIds": [
        "zy0002","zy0003"
    ]
}

Request Parameter

Response Content

⚖️
2️⃣

Field

Data Type

Required

Default Value

Description

Valid Value

clientOrderIds

string[]

TRUE

Client order ID (maximum 50 orders are allowed, Transfer in the form of as array)

Field

Data Type

Required

Description

code

integer

TRUE

Status code

message

string

FALSE

Error message (if any)

<data>

object

TRUE

accepted

string[]

FALSE

Accepted clientOrderId list

rejected

string[]

TRUE

Rejected clientOrderId list

</data>