All
FAQ
Announcements
Product documents
USDⓈ contract FAQ
Forced liquidation P&L, penalties, etc., are all calculated in the settlement currency.12. Will open orders be canceled during forced liquidation? Yes, the system will cancel all USD futures orders under that settlement currency.13. How is the position handled after forced liquidation? The position is taken over by the system and enters the forced liquidation process. P&L are credited to the risk reserve fund (denominated in the settlement currency).14.Published on 17 Oct 2025Updated on 4 Jun 20265TradingView Subscription Codes – Terms and Conditions
Sub-accounts are not allowed for code distribution or redemption.1.3. Eligible TradingView Subscriptions: The specific TradingView plan type (e.g., Essential, Plus, Premium), duration (e.g., 1 month, 3 months, 1 year), and any associated percentage or value discount offered by each coupon code will be clearly communicated to the eligible user at the time of code distribution.Published on 23 Jul 2025Updated on 29 May 2026I haven't received the verification code
1. Why am I not receiving the SMS authentication code? We send SMS codes to the mobile phone linked to your OKX account. Codes may take some time to arrive, and each is valid for 10 minutes. Your account will be locked if you enter incorrect codes 6 times within a period of time. If you're not receiving codes, try these solutions: Clear your browser or mobile app cache, then request a new code.Published on 16 Aug 2023Updated on 3 Jun 202633,202How do I use the liquidation price calculator?
Follow the steps below to make the most of your calculations.How do I calculate the required margin, P&L, and P&L ratio?Published on 3 Jul 2024Updated on 29 May 202639How do I use the Account long/short ratio indicator?
L/S indicator and set your preference on the details before proceeding For App: select Trade > Spot > Chart (logo) > Indicators > Top Acc. L/S Learn more on how you can explore the chart trading layout here.Published on 16 May 2024Updated on 29 May 202620How 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 29 Sept 2023Updated on 29 May 2026561What should I do if the T+N (T+1/T+3/T+7) security protection is triggered and I can't trade?
Note: T+1 restrictions cannot be appealed for early unfreezing.Published on 17 Mar 2023Updated on 29 May 20263,090Why did my perpetual futures open or close order fail?
Isolated margin unrealized P&L cannot be used to open new positions Unrealized return in isolated margin cannot be used to open a position 6. Insufficient available balance You need to have sufficient available balance when placing an order. The formula for calculating available balance is: Available Balance = Account Balance + Unrealized P&L - Position Margin.Published on 31 Oct 2025Updated on 29 May 20261Passkey FAQ
1. Why can't I verify my passkey with my original device and Apple ID? If you're asked to scan a QR code even when using your original device and Apple ID, it may be because your iOS version is outdated and doesn't support the passkey feature. To resolve this, please update your iPhone to the latest version of iOS. Once updated, you'll be able to complete the verification process smoothly.2. How do I log in with passkey if I've switched to a new iPhone?Published on 19 Mar 2025Updated on 4 Jun 2026136Zero-Knowledge Proofs: what are zk-STARKs and how do they work? (zk-STARK V1)
For example, if we want to prove that p0(x), p1(x) and p2(x) are not more than D degrees, we can generate 2 random coefficients from the Merkle root generated in number 3, and calculate the linear-polynomial l(x) as: k0 = hash(root + "0") k1 = hash(root + "1") l(x) = k0 * p0(x) + k1 * p1(x) + p2(x) If l(x) could be proved to be not more than D degree, then the chance that the degree of any 6. Total balance verification: firstly, we verify the low-degree proof generated in number 5.Published on 10 May 2023Updated on 8 Sept 2025181How do I use the Top account long/short ratio indicator?
L/S indicator and set your preference on the details before proceeding Learn more on how you can explore the chart trading layout here.Published on 16 May 2024Updated on 29 May 202621How do I use the Top position long/short ratio indicator?
L/S indicator and set your preference on the details before proceeding Learn more on how you can explore the chart trading layout here.Published on 16 May 2024Updated on 29 May 202616How do I change my login password?
address and select Confirm Fill in the below information and select Next: New login password 8-32 characters long 1 lowercase character 1 uppercase character 1 number 1 symbol Confirm new password You'll be prompted to complete the Security authentication by inserting your 2-factor authentication code and select Confirm Your New password will be updated and direct you to the login page to re-enter your account info and new login password An email/SMS notification will be sent out once the changePublished on 22 Aug 2023Updated on 5 Jun 202619,712How do I update my login password?
or email address and select Confirm Fill in the below information and select Next: New login password 8-32 characters long 1 lowercase character 1 uppercase character 1 number 1 symbol Confirm new password You'll be prompted to complete the Security authentication by inserting your 2-factor authentication code and select Confirm Your New password will be updated and direct you to the login page to re-enter your account info and new login password An email/SMS notification will be sent out once thePublished on 22 Aug 2023Updated on 2 Jun 202630How can you protect yourself from a phishing attack?
1. What's a phishing attack? A phishing attack is a prevalent online scamming method where perpetrators use various techniques to mimic the URL address and webpage contents of a legitimate website.Published on 17 Aug 2023Updated on 29 May 20263,763