DESCRIPTIONCancels all open trade orders for a specific trading pair symbol. This endpoint helps users quickly adjust their trading strategy by removing all active orders for the specified pair.
Request
Query Params
symbol
string
required
Trading symbol, e.g. BTC_THB, BTC_USDT
Example:
BTC_THB
recvWindow
string
optional
[Redundant]
timestamp
string
required
UTC timestamp in ms
Example:
1718855898528
signature
string
required
Signature
Example:
{{signature}}
Header Params
Content-Type
string
required
Example:
application/json
X-MBX-APIKEY
string
required
Example:
{{maxbit-api-key}}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request PUT 'https://endpoint-gateway.maxbit.com/api/v3/openOrders?symbol=BTC_THB&recvWindow=×tamp=1718855898528&signature={{signature}}' \
--header'X-MBX-APIKEY: {{maxbit-api-key}}' \
--header'Content-Type: application/json'