How can I do spot trading with the Jupyter Notebook?
For more information on how to get details about a certain order, please read our dedicated guide.11.1 Using ordId 1 result = tradeAPI.get_order(instId="BTC-USDT", ordId="497819823594909696") 2 print(result)11.2 Using clOrdId 1 result = tradeAPI.get_order(instId="BTC-USDT", clOrdId="002") 2 print(result)12. How can I cancel an order? For more information on how to cancel an order, please read our dedicated guide.
Published on 29 Sept 2023Updated on 10 Sept 2025537