LogoLogo
  • Introduction
  • Get started
  • Trading Account
  • Signing
  • REST API
    • Account
      • Get Account Info
      • Get Positions
      • Get ABR payments
    • Market
      • Get Markets
      • Get Assets
      • Get Orderbook
    • Trade
      • Create Order
      • Cancel Order
      • Query order
      • List historical orders
      • List active orders
      • Trade list
    • Time
  • Web Sockets
    • Authentication
    • Connectivity check
    • Subscription
    • Public topics
      • trade
      • marketInfo
      • orderBook
      • accountCreated
      • kline
    • Private topics
      • conditionalOrder
      • balance
      • order
      • fill
  • Glossary
Powered by GitBook
On this page
  1. REST API
  2. Trade

Cancel Order

PreviousCreate OrderNextQuery order

Last updated 1 year ago

post
Body
orderIdstringRequired

Should <= 32 symbols

Example: 1234567890abcdef
Responses
200Success
post
POST /v1/private/order/cancel HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 30

{
  "orderId": "1234567890abcdef"
}
200Success

No content