All
FAQ
Announcements
Product documents
How can I do spot trading with the Jupyter Notebook?
In the example below, you are about to place a market order to buy BTC that is worth 100 USD. 1 # market order 2 result = tradeAPI.place_order( 3 instId="BTC-USDT", 4 tdMode="cash", 5 side="buy", 6 ordType="market", 7 sz="100", 8 tgtCcy="quote_ccy" # this determines the unit of the sz parameter. 9 ) 10 print(result)10.4 How can I use the client order ID parameter clOrdId?Published on 29 Sept 2023Updated on 10 Sept 2025546Trading Fee Rules FAQ
Trader A became a maker of this trade, so the Trading fee = 0.08% × 20,000 = 16 USDT, and A will receive 19,984 USDT after fee deducted.Published on 22 Mar 2024Updated on 2 Apr 20261,076Copy trading FAQ
After they reach this number, copy traders can't copy any more positions that the lead trader opens.16. What factors could cause a lead trade to fail in copy trading?Published on 15 Sept 2023Updated on 4 Mar 2026686OKX ZERO Trading Fees event FAQs
The rebate cards will be credited in nominals of 100 USDT each The maximum value of rebate card distributed per user will be 2,000 USDT, distributed in 20 instances. After trading $100,000 and using up the existing rebate card balance, you will receive the next 100 USDT rebate card within 20 minutes - up to a maximum of 2,000 USDT trading fee rebate per user.9. How do I use the fee rebate card? The rebate cards will be credited in nominals of 100 USDT each.Published on 6 Jul 2023Updated on 12 Feb 202638OKX x McLaren NFT Sweepstakes Terms & Conditions
The Sweepstakes is divided into 16 entry periods, each one of which corresponds with a race McLaren Racing’s 2024 season, starting with the Canadian Grand Prix, plus an additional 17th post-season entry period (each, an “Entry Period”). Click here for a current schedule. Each of the first 16 Entry Periods will start at 10:00 AM GMT on the Friday before the race and end at 10:00 AM GMT on the Monday after the race.Published on 25 Apr 2024Updated on 8 Sept 2025607OKX API FAQ
The rise and fall value of the latest transaction price compared to the opening price of the K-line 24 hours ago/100% of the opening price of the K-line 24 hours ago. The above formula data can be obtained through the market interface here. What's the reason for the error message "51000 Parameter posSide error" when placing an order? You need to check the account mode first; buying and selling mode/opening and closing mode, which can be viewed here to obtain posMode.Published on 20 Sept 2024Updated on 23 Mar 2026133How do I deposit USD with International Wire transfer as a Singapore user?
As a Singapore user, why did I receive less than 100 USD in my OKX account after transferring 100 USD via international wire transfer? The final amount received may be lower due to fees. We deduct a 1.5 USD processing fee per transfer, and additional charges may be applied by your bank. We recommend checking with your bank for any extra fees that may apply.6. How do I check my cash deposit history?Published on 12 Mar 2025Updated on 3 Dec 20252What's the Spot Grid bot and how do I use it?
For example, if the price range is 100-400, and you set the grid quantity to 3 with arithmetic mode, it would create three grids: 100-200, 200-300, and 300-400. Grid mode: Arithmetic: maintains a consistent difference between each grid level (e.g., 1, 2, 3, 4). Geometric: maintains a consistent ratio between each grid level (e.g., 1, 2, 4, 8). Investment amount: this is the total amount of the selected currency the bot will use to place buy and sell orders across the grids.Published on 29 Apr 2025Updated on 17 Nov 20251How do I avoid liquidation with trading tools and features?
Liquidation happens when the level reaches 100% and the margin call alert is at 300% (TBA). Always monitor your margin level Use stop-loss orders: a stop-loss order automatically closes your position when the market price reaches a predetermined level, limiting potential losses. Adjust leverage levels: modify your leverage as you prefer. As using high leverage increases the risk of liquidation, consider using lower leverage to reduce potential losses.Published on 2 Aug 2024Updated on 17 Nov 202516How can I do derivatives trading with the Jupyter Notebook?
6.1 Place a limit order via Place order Buying 100 BTC-USDT Swap contract at the price of 19000 USDT. # limit order result = tradeAPI.place_order( instId = "BTC-USDT-SWAP", tdMode = "isolated", side = "buy", posSide = "net", ordType = "limit", px = "19000", sz = "100" ) print(result) if result["code"] == "0": print("Successful order request,order_id = ",result["data"][0]["ordId"]) else: print("Unsuccessful order request,error_code = ",result["data"][0]["sCode"], ", Error_message = ", result["dataPublished on 28 Sept 2023Updated on 12 Feb 2026195How do total Profit and Loss (PnL) and Grid profits work for Spot Grid?
Example: If you started a bot with 100 USDT, and the current bot equity is 200 USDT, your Total PnL = 200 - 100 = 100 USDT. This figure includes: Realized profits from completed trades Trading fees Unrealized PnL from open positions Any applicable Earn interest (if enabled)How's the field "Grid Profits" calculated? Grid Profits represent the estimated realized gains from completed grid cycles—each cycle being one buy followed by one sell.Published on 20 Jun 2025Updated on 26 Nov 202554Trading Signal Bot FAQs
Live trading: up to 500 Demo trading: up to 100 Note: the figures above are for reference only and may be adjusted over time.Published on 9 Oct 2023Updated on 31 Mar 2026136What are the reasons for my spot copy trade order fail?
Copy trades Ongoing trade 1 Ongoing trade 2 Historical trade 1 Historical trade 2 Amount invested 50 USDT 50 USDT 10 USDT 10 USDT Amount invested in ongoing trades 50 + 50 = 100 USDT Copy trader's maximum total amount In this example, 200 USDT Does the copy trader's current investment exceed their maximum total amount? 100 < 200 No, it doesn't exceed the maximum total amount 4.Published on 13 Oct 2023Updated on 9 Feb 202669What are the spot trading guidelines for copy traders?
For example, if the lead trader's order value is 1,000 USDT and you set a multiplier of 01.x, your order value will be 100 USDT. Maximum total amount The maximum total you'll invest at one time across all copy trades under one trader. When this value is reached, you'll stop copying new buy orders until you sell spot trade crypto you're holding. Copy trade crypto You'll only copy trades that use this crypto. We recommend keeping this the same as the lead trader.Published on 6 Nov 2023Updated on 3 Mar 2026280How do I level up my trades with Mizar?
Mizar is 100% subscription free, and all tools are available for everyone. That means users pay fees based on their trading volume. Additionally, users share part of their profits when copy-trading other users. Mizar users are part of a STAR system, a tiered system where fees are discounted based on your average 30 days volume or amount of $MZR (Mizar’s utility token) staked.FAQ1. Do I get a free trial on Mizar?Published on 28 Mar 2024Updated on 2 Jan 20265