API ReferenceSpot TradingCancel & Query Orders

Cancel & Query Orders

Cancel, query, and list your orders.

GET/api/v1/orderWeight: 2USER_DATA

Query one order by orderId or by your clientOrderId.

ParameterTypeRequiredDescription
symbolSTRINGYesThe trading pair
orderIdLONGNo*Provide orderId or clientOrderId
clientOrderIdSTRINGNo*Your id from when the order was placed

An order's status is one of:

StatusMeaning
NEWAccepted, not yet filled
PARTIALLY_FILLEDSome quantity filled, the rest still resting
FILLEDFully filled
CANCELEDCancelled by you
EXPIREDExpired by its time-in-force (IOC/FOK)
REJECTEDNot accepted
DELETE/api/v1/orderWeight: 1TRADE

Cancel a single open order by orderId or clientOrderId.

bash
curl -X DELETE -H "X-SDX-APIKEY: $API_KEY" "https://api.spacedex.com/api/v1/order" \
  -d "symbol=BTCUSDT&orderId=288274&timestamp=$TS&signature=$SIG"
DELETE/api/v1/openOrdersWeight: 1TRADE

Cancel every open order on a symbol in one call.

GET/api/v1/openOrdersWeight: 3USER_DATA

List all currently open orders. Pass a symbol to scope it, or omit for all symbols (higher weight).

GET/api/v1/allOrdersWeight: 10USER_DATA

List orders on a symbol including filled, cancelled and expired ones. Page through history with startTime, endTime and limit.

© 2018–2026 fexwave All rights reserved
Risk Warning

Cryptocurrencies and their derivatives are innovative financial products with great volatility and high investment risks. Although fexwave is committed to providing users with easy-to-use trading tools, trading itself is still a highly sophisticated field. Trading digital assets and their derivatives are subject to high market risk and price volatility and may result in partial or total loss of account funds. You must carefully consider and exercise clear judgment to evaluate your financial situation and the aforementioned risks before using fexwave Services. You shall be responsible for all losses arising therefrom. If necessary, please consult relevant professionals to make informed decisions before investing. By accessing, downloading, using or clicking on “I agree” to accept any fexwave Services provided by fexwave, you agree that you have read, understood and accepted all of the terms and conditions stipulated in fexwave's Terms of Use as well as our Privacy Policy.

Trading by copying or replicating the trades of other traders involves a high level of risks, even when copying or replicating the top-performing traders. Past performance of a fexwave community member is not a reliable indicator of future performance. Content on fexwave's trading platform is generated by members of its community and does not contain advice or recommendations by or on behalf of fexwave.