All
FAQ
Announcements
Product documents
TradingView Subscription Codes – Terms and Conditions
Risk Disclaimer: The value of digital assets is highly volatile and carries investment risk. The use of financial charting platforms like TradingView involves inherent risks related to market data and financial analysis. Users should assess their own risk tolerance before making any investment decisions based on information or tools obtained through TradingView.2.7.Published on Jul 23, 2025Updated on Sep 9, 2025FAQ4I 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, 2026FAQ23How 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, 2026FAQ19Crypto gift FAQ
Crypto gift allows you to effortlessly send digital currency to your contacts, and is exclusively available through our app. Whether you want to create random token amounts for a surprise or fixed amounts for precision, you can easily distribute these gifts to multiple recipients simultaneously. They can then redeem their digital currency using a simple code, which is entered directly in our app.Published on Sep 26, 2024Updated on Mar 4, 2026FAQ1,090How do I update my email?
We'll send a 6-digit verification code to both your new and current email. Enter the code accordingly. Enter the two-factor authentication (2FA) code to continue Note: select Unable to verify if you can't complete the verification You'll receive an email confirmation in your new email upon successfully changing your email Note: you're not allowed to perform withdrawals within 24 hours after you've changed your email address.Published on Sep 6, 2023Updated on Oct 15, 2025FAQ1How do I change my phone number?
Select Send code in both the SMS code from new phone number and SMS code from current phone number fields. We'll send a 6-digit verification code to both your new and current phone numbers.Published on Sep 7, 2023Updated on Nov 3, 2025FAQ1How do I change my email?
Select Send code in both the New email authentication and Current email authentication fields. We'll send a 6-digit verification code to both your new and current email. Enter the code accordingly.Published on Sep 6, 2023Updated on Feb 9, 2026FAQ4,067How 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 Aug 22, 2023Updated on Oct 15, 2025FAQ28How do I register an account on OKX?
Enter the verification code to move on to the next step Insert your phone number in the Phone number field, and select Verify now Insert your phone number with your country code to verify your phone number A six-digit registration verification code will be sent to your phone number and you'll have 10 minutes to enter the verification code into the Enter your phone code field. When you've done so, select Next to continue.Published on May 23, 2024Updated on Mar 3, 2026FAQ27,144How do I register for an OKX account?
Enter the verification code to continue your account registration Insert your phone number in the Phone number field, and select Verify now Insert your phone number with your country code to verify your phone number A six-digit registration verification code will be sent to your phone number and you'll have 10 minutes to enter the verification code into the Enter your phone code field. When you've done so, select Next to continue.Published on Sep 6, 2024Updated on Dec 29, 2025FAQ39Introduction of rules on OKX Connect
OKX US is one of the most trusted digital asset trading platforms globally, mainly engaged in providing spot trading and derivative trading services of digital assets for US users. OKX has been promoting the Connect Scheme to provide institutions with the account management system, order management system, matching system, and settlement system. Also, it has shared fluidity and depth throughout its network to assist connect in promoting their businesses. Click here: Apply to join1.Published on Feb 9, 2026Updated on Mar 2, 2026Product documentationALL-IN Campaign terms and conditions
To qualify, you must enter your ALL-IN event confirmation access code in the OKX app during the Campaign Period. Only valid access codes associated with registered ALL-IN attendees will be eligible. Please note: Access codes may not be shared publicly. Any access code found to be publicly distributed (for example, via social media or forums) will be invalidated. In order to participate and receive the rewards, winners must pass or have previously passed OKX's advanced identity verification.Published on Aug 18, 2025Updated on Nov 17, 2025FAQ1How do I link an authenticator app?
Once your authenticator app is ready, select I've downloaded one to continue Use your authenticator app to scan the QR code, or manually enter the setup code in the authenticator app Note: As different applications may have different interfaces or settings, you may follow the instructions in your authenticator app Once you've added your OKX account to the authenticator app, select Continue Verify new authenticator app by obtaining the 6-digit verification code from your app and Confirm to completePublished on Aug 29, 2023Updated on Apr 4, 2026FAQ16,024How do I buy crypto with debit cards?
I received a verification code while trying to complete a transaction. Where do I get this code from? This code is generated by the issuing bank and is part of the 3-D secure authentication process, which helps to keep your card secure. You can enter the code you received from your bank to complete the transaction.7. My card transaction was declined, but I still see money deducted. When will I get my refund?Published on Sep 13, 2024Updated on Feb 19, 2026FAQ5How 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, 2025FAQ546