All
FAQ
Announcements
Product documents
TradingView Subscription Codes – Terms and Conditions
Code Forfeiture: If any cancellation, change, or similar issue arises with a TradingView subscription after a code has been applied, no code refund or replacement will be given by OKX, and users cannot claim any acquired rights to reuse the code.2.17.Published on Jul 23, 2025Updated on Nov 17, 2025TradingView Subscription Codes – Terms and Conditions
Code Forfeiture: If any cancellation, change, or similar issue arises with a TradingView subscription after a code has been applied, no code refund or replacement will be given by OKX SG, and users cannot claim any acquired rights to reuse the code.2.17.Published on Jul 23, 2025Updated on Nov 17, 2025TradingView Subscription Codes – Terms and Conditions
Code Forfeiture: If any cancellation, change, or similar issue arises with a TradingView subscription after a code has been applied, no code refund or replacement will be given by OKX, and users cannot claim any acquired rights to reuse the code.2.17.Published on Jul 23, 2025Updated on Sep 9, 20255I haven't received the verification code
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. Request a code on different OKX platforms: desktop browser, desktop app, mobile browser, or mobile app.Published on Aug 16, 2023Updated on Apr 10, 202632,742I haven't received the SMS 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. Request a code on different OKX platforms: desktop browser, desktop app, mobile browser, or mobile app.Published on Aug 16, 2023Updated on Feb 9, 202624How do I use Merchant Coupon Code?
To redeem your coupon, follow these simple steps: Go to My Rewards > Coupons menu Select your coupon to view: The merchant coupon code Instructions for how and where to use it Terms and conditions specific to the offer Redeem: For online use: Copy and paste the code at checkout For in-store use: Show the code to the merchant staff Complete redemption as instructed by the merchantWhat are the important things to remember for Merchant Coupon Codes?Published on May 19, 2025Updated on Mar 24, 202619DEX Referral FAQ
Formula: Your Actual Commission = Total Commission Rate - Discount Given to Friend Examples: Example 1: Your tier: Tier 1 (20% total commission) Discount given to your friend: 10% Friend's trading fee: 10 USDC Result: Your commission: 10 USDC × (20% - 10%) = 1 USDC Friend's savings: 10 USDC × 10% = 1 USDC saved Example 2 (important warning): Your tier: Tier 1 (20% total commission) Discount given to your friend: 20% Result: Your commission = 20% - 20% = 0% (no commission) Avoid setting discountsPublished on Dec 31, 2025Updated on Feb 11, 20262What's DEX Referral program?
Example: If your total commission rate is 50% and the invitee discount rate is 10% , then your actual commission rate will be 40% . When the referee completes a DEX transaction with a fee of 10 USDC; Referrer commission = 10 USDC × (50% - 10%) = 4 USDC. The OKX DEX Referral Program consists of 6 levels.Published on Jul 21, 2025Updated on Mar 2, 2026349How do I register an account on OKX?
A six-digit registration verification code will be sent to your email and you'll have 10 minutes to enter the verification code into the Enter your email code field. When you've done so, select Next to continue.Published on May 23, 2024Updated on Apr 9, 202627,238How do I create passkeys? (web)
Select one of the available options to create your passkey: Create with this device Use another device or physical keyCreate with this device Select This Device and complete the biometric authentication/PIN code on your deviceUse another device or physical key Select USB security key Insert your security key and follow the instructions to create your passkey Select A different device Scan the QR code using your mobile device or tablet's native QR code scanner and complete the authentication on yourPublished on Jan 19, 2025Updated on Feb 9, 20262How do I create passkeys? (web)
Select one of the available options to create your passkey: Create with this device Use another device or physical keyCreate with this device Select This Device and complete the biometric authentication/PIN code on your deviceUse another device or physical key Select USB security key Insert your security key and follow the instructions to create your passkey Select A different device Scan the QR code using your mobile device or tablet's native QR code scanner and complete the authentication on yourPublished on Aug 16, 2023Updated on Jan 29, 20264,259How do I withdraw SGD with bank transfer?
Select your preferred bank account for withdrawal The minimum withdrawal amount is 10 SGD. On the preview page, review the details carefully, then select Withdraw to confirm. Enter the amount you wish to withdraw Enter your authorization code or SMS code and Confirm making cash withdrawal Note: Only bank account that has been used to make a successful deposit can be selected as withdrawal account. Deposit sent via PayLah!Published on Nov 6, 2024Updated on Dec 23, 20254How do I withdraw BRL with Pix transfer?
The minimum withdrawal amount for BRL Pix transfers is R$10.How do I add a BRL withdrawal bank account?Published on Nov 27, 2023Updated on Dec 3, 2025191Passkey FAQ
If you've changed devices, you can still log in by scanning the QR code using a device that supports iOS 18 or above, or any other compatible device. When setting up a new passkey, we recommend keeping your old device nearby. With Bluetooth enabled on both devices, scan the QR code from your old device to authorize and complete the setup.3. I updated to iOS 18 but can't create a passkey. What should I do?Published on Mar 19, 2025Updated on Mar 4, 2026118How can I do spot trading with the Jupyter Notebook?
Learn more on how to read our available trading pairs and refer to the code below. 1 import okx.Account as Account 2 3 # API initialization 4 apikey = "YOUR_API_KEY" 5 secretkey = "YOUR_SECRET_KEY" 6 passphrase = "YOUR_PASSPHRASE" 7 8 flag = "1" # Production trading: 0, Demo trading: 1 9 10 accountAPI = Account.AccountAPI(apikey, secretkey, passphrase, False, flag) 11 12 result = accountAPI.get_instruments(instType="SPOT") 13 print(result)7. How can I read my account balance?Published on Sep 29, 2023Updated on Sep 10, 2025550