All
FAQ
Announcements
Product documents
X Layer upgrade and OKT/OKB asset handling FAQ
Before January 1, 2026, you can deposit OKT from your wallet to the platform. The platform will automatically convert your OKT to OKB based on the average closing prices between July 13 and August 12, 2025.The current price of OKB is relatively high. Why not exchange OKB for OKT at this price?Published on Aug 13, 2025Updated on Jan 29, 202628How can I do spot trading with the Jupyter Notebook?
For more information on how to figure out what mode your current account is configured as, please read our dedicated guide and enter the acctLv parameter. 1 import okx.Account as Account 2 3 flag = "1" # live trading: 0, demo trading: 1 4 5 accountAPI = Account.AccountAPI(api_key, secret_key, passphrase, False, flag) 6 result = accountAPI.get_account_config() 7 print(result) 8 9 if result['code'] == "0": 10 acctLv = result["data"][0]["acctLv"] 11 if acctLv == "1": 12 print("Simple mode") 13 elifPublished on Sep 29, 2023Updated on Sep 10, 2025553Copy trading FAQ
You can copy up to 10 trades when using the "Open/Close" position mode, and 1 trader when using the "Buy/Sell" position mode.11. What factors could stop me from copying a trade in copy trading?Published on Sep 15, 2023Updated on Apr 20, 2026686How do I prevent double-spending scams?
One confirmation takes about 10 minutes, so this may require 30 minutes to 1 hour. Ethereum (ETH): Typically 12 to 30 confirmations are recommended. Ethereum has a shorter block time which is about 13–15 seconds so the waiting time is relatively shorter. Small transactions: For lower-value transactions, waiting for fewer confirmations or even no confirmations may involve a lower level of risk.Published on Jul 14, 2025Updated on Feb 3, 20262Spot copy trading: copy trader FAQ
Here's a quick FAQ guide for copy traders to answer any burning questions you might have.1. What happens when I copy a spot Lead trader? When you successfully copy a spot lead trader, you'll automatically replicate their spot trading buy/sell orders.2. What happens when I sell my spot copy trade crypto earlier than the lead trader? You can choose to sell their spot copy trading assets ahead of the lead trader by manually selling on the copy trade management page.Published on Oct 18, 2023Updated on Feb 9, 2026123How can I do derivatives trading with the Jupyter Notebook?
import okx.Account as Account flag = "1" # live trading:0, demo trading: 1 accountAPI = Account.AccountAPI(api_key, secret_key, passphrase, False, flag) result = accountAPI.get_account_balance() print(result)4. What account mode and margin/trade mode are eligible for derivatives trading with the Jupyter Notebook?Published on Sep 28, 2023Updated on Feb 12, 2026197Tokenized stocks FAQ
Pre-market: 08:01 – 13:29 Trading before the regular session opens, typically at a lower volume and higher volatility. Market hours: 13:31 – 19:59 Standard trading session with the highest liquidity and volume. Post-market: 20:01 – 23:59 With fewer liquidity providers active, spreads may widen and volatility may increase.Published on Feb 2, 2026Updated on Mar 16, 20267What's an OKX Flexible Loan?
Yes, you will still receive ETH2.0 rewards if BETH is your collateral in Loan.13. How do I manage my flexible loan? Easily adjust your loan and collateral amount at any time by going to the Order details page.14. How do I repay my flexible loan? On the app: 1. Open the OKX app and tap Assets 2. Under Portfolio, tap Loan and select the loan order you want to repay 3.Published on Dec 8, 2023Updated on Apr 22, 2026125Trading 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 Mar 22, 2024Updated on Apr 15, 20261,081OKX x McLaren NFT Sweepstakes Terms & Conditions
Selection of Winners: For Entry Periods 1-16 (2024 McLaren race schedule) and Entry Period 17 (year-end NFT), everybody that mints an NFT will be entered into a chance to be entered into a prize-winning opportunity. Mints for each Entry Period are open at the times listed in Sections 3-4. In other words, all eligible participants receive an NFT with its rarity to be determined.Published on Apr 25, 2024Updated on Sep 8, 2025607OKX House FAQ
With features like limited-edition apparel authenticated by NFTs, multi-chain payment options, and zero-fee trading, OKX House redefines community engagement and ownership in both the digital and physical realms.1. Why should I use OKX House?Published on Nov 29, 2024Updated on Mar 2, 202617OKX wallet FAQ
1. What should I do if I forgot my password? You can only reset your wallet password by re-importing your seed phrase or private keys. If you've forgotten your wallet password, you're unable to retrieve your assets in your wallet permanently. If you forgot your OKX account's login password, refer here for more details.2. How do I reset my wallet? You can open your OKX Wallet, and select Menu > Password > Reset wallet.Published on Aug 24, 2023Updated on Apr 22, 20262,942Pay FAQ
1. What's Pay? Pay is a seamless payment solution that enables you to instantly send and receive USDC, USDG and USDT on the X Layer network without incurring additional fees. It features a multi-signature smart wallet, ensuring enhanced security. Beyond financial transactions, Pay incorporates social features, such as integrated messaging to communicate with others and the ability to send cryptocurrency as personalized gifts, making digital payments more engaging and user-friendly.2.Published on Apr 28, 2025Updated on Apr 18, 20262,151Why is my accessible balance lower than my funds unavailable for withdrawal?
USD value (Crypto asset) Accessible balance 60,000 (~1 BTC) Unavailable for withdrawal 60,000 (~1 BTC) (Protected value) 0 (Locked value) 60,000 (~1 BTC) Available for withdrawal 0 Stage 3: the user converts his 1 BTC to ETH at the price of 3,000 USDC/ETH. He receives 20 ETH at 17:10 UTC.Published on May 13, 2024Updated on Apr 3, 2026352What's Futures DCA bot and how do I maximize my efficiency with automated crypto trading through it?
For example, if the interval is set to 1 hour, the bot will only evaluate the condition after the full 1-hour candlestick is completed. If the candlestick hasn’t closed yet, the condition won’t trigger, even if the RSI threshold is reached during that period.5. Why doesn’t a newly created futures DCA (Martingale) bot show an estimated liquidation price?Published on Apr 3, 2024Updated on Jan 28, 202681