All
FAQ
Announcements
Product documents
OKX 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 202637Trading Fee Rules FAQ
Trader A (Maker fee: 0.02%; Taker fee: 0.03%) bought 100 contracts of call options (notional is 1 BTC): If trader A is the taker when order filled, so the Trading fee = Min(0.03% × 0.01 × 1 × 100, 7% × 0.05 × 0.01 × 1 × 100) = 0.0003 BTC; If trader A is the maker when order filled, so the Trading fee = Min(0.02% × 0.01 × 1 × 100, 7% × 0.05 × 0.01 × 1 × 100) = 0.0002 BTC.Published on 22 Mar 2024Updated on 17 Mar 20261,071How 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 2025543How 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 202515How 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 2026193How 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 202549How do I add margin for margin trading?
You can add 10% to 100% of the trading account funds. As the margin increases, the liquidation price will change; the more margin you have, the lower the risk of liquidation. The maximum amount you can add or reduce is displayed on the page.Increase or decrease margin in cross margin mode. In the cross margin mode, there is no additional button under the position. This is because the futures margin cross margin mode uses the entire value of a specific crypto as margin.Published on 20 Mar 2023Updated on 3 Feb 202635What 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 202668Copy trading FAQ
For example, if you make a total profit of 100 USDT when you copy a lead trader's trades, you'll give them 10% of that, which is 10 USDT. Note: for more details on lead trader profit-sharing levels, read here.5. Can I use copy trading with my sub-accounts? Copy trading is available for sub-accounts.6. Which account do I need to deposit my funds into to start copy trading? Deposit funds into your trading account to start copy trading.7. What contracts are supported for copy trading?Published on 15 Sept 2023Updated on 4 Mar 2026686What 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 2026278How 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 20265How do I use the block function in P2P trading?
OKX P2P is a peer-to-peer marketplace that supports over 100 local currencies and 700 payment methods, where people can trade crypto directly on their own terms. Sellers can set their own prices, while buyers can choose who they want to trade with. While peer-to-peer trading offers more flexibility, transactions don’t always go smoothly. Thankfully, you can use the block function to control who you want to trade with.Published on 11 Aug 2023Updated on 4 Mar 2026250What's smart sync and how do I use it?
Your copy trade investment is 1,000 USDT, which means that you invest 1,000 USDT × 10% = 100 UDST to open a long BTC USDT perpetual 5x position. To copy trade with smart sync, all you need to do is set your total investment. You don’t need to configure any other settings for your copy trade, and management of risk and profit is left to the lead trader, letting you more efficiently get returns from your copy trades.What are the benefits of using smart sync?Published on 26 Feb 2024Updated on 12 Feb 2026429