All
FAQ
Announcements
Product documents
Trade Like A Pro hype rules
Terms and Conditions The campaign (the “Campaign”) shall commence from 3 August 2023 09:00, EST to 14 August 2023, 10:30 EST. Eligible users for the reward are: New users who do not have an OKX account. Completed Identity Verification. Check your status here. Click on the "Join" button and joined successfully. Users who are eligible will successfully be given a "Ticket" to the reward which will...Published on Sep 25, 2023Updated on Aug 28, 202513How do I create passkeys? (app)
If you want to create your passkey on a different device, select Other Options Select iPhone, iPad, or Android device Select iPhone, iPad, or Android device to create a passkey with other mobile devices Use the other device to scan the QR code and complete the authentication Select Security key (only available on iOS devices) Select Security key to create a passkey with your external security key Insert your security key and follow the instructions to create your passkeyVerify with passkey Here'sPublished on Aug 16, 2023Updated on Apr 10, 202613,021What's Satoshi test and how do I complete it?
Satoshi Test Pros and Cons are as below: Pros Cons Reliable method for confirming control over a private address. Multiple criteria are required for a successful test. Supports most networks. (BTC Lightning is unsupported) Involves network fees borne by the user. How do I verify my address with the Satoshi test?Entering the Satoshi test flow During your withdrawal process, you may be prompted to specify the destination of your funds.Published on May 28, 2024Updated on Feb 17, 202662How do I level up my trades with Mizar?
On Mizar, you can create your bots or copy-trade successful pros to manage your portfolio on your account by connecting to the Mizar bot interface with your OKX API keys.Why should I use the Mizar OKX trading bot? Mizar is a safe and reliable trading platform with a user-friendly interface and advanced trading tools. Portfolio Management: Mizar users can connect to an unlimited number of exchanges, such as us, and manage all their cryptos and portfolios from one place.Published on Mar 28, 2024Updated on Jan 2, 20265X Layer upgrade and OKT/OKB asset handling FAQ
For details, please refer to the official announcement: Announcement on the PP Upgrade of X Layer and Optimisation of the OKB Gas-Token Economic ModelImplementation schedule August 13, 2025, 2:10 PM (UTC+8) OKT will stop trading on the OKX exchange. OKTChain will continue producing blocks and processing on-chain transactions. August 13, 2025, 3:00 PM (UTC+8) OKX will stop supporting OKB withdrawals to Ethereum (ETH L1).Published on Aug 13, 2025Updated on Jan 29, 202628How to transfer crypto from Bitvavo to OKX?
For beginners and pro's: The OKX app offers a very simple buy and sell interface for beginners. Advanced users can easily switch to Exchange mode to access features such as (stop)limit-orders, take-profit orders, trailing orders and even Bot trading.How to Transfer Crypto from Bitvavo to OKX? As fully compliant crypto-exchange OKX follows all regulations regarding the Travel Rule, which ensures compliance with anti-money laundering (AML) and counter-terrorist financing (CTF) laws.Published on Jun 19, 2025Updated on Mar 12, 20266How do I transfer crypto from Bybit to OKX?
For beginners and pro's: The OKX app offers a very simple buy and sell interface for beginners. Advanced users can easily switch to Exchange mode to access features such as (stop)limit-orders, take-profit orders, trailing orders and even Bot trading.How to Transfer Crypto from Bybit to OKX? As fully compliant crypto-exchange OKX follows all regulations regarding the Travel Rule, which ensures compliance with anti-money laundering (AML) and counter-terrorist financing (CTF) laws.Published on Jun 19, 2025Updated on Feb 13, 20262How to transfer crypto from Coinbase to OKX?
For beginners and pro's: The OKX app offers a very simple buy and sell interface for beginners. Advanced users can easily switch to Exchange mode to access features such as (stop)limit-orders, take-profit orders, trailing orders and even Bot trading.How to Transfer Crypto from Coinbase to OKX? As fully compliant crypto-exchange OKX follows all regulations regarding the Travel Rule, which ensures compliance with anti-money laundering (AML) and counter-terrorist financing (CTF) laws.Published on Jun 19, 2025Updated on Jun 26, 20256Tokenized 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, 20267Crypto Tax Reporting (DAC8) FAQ
-digit Format: 9999999999999 CNP (13 digits) found on identity card, passport or residence permit.Published on Feb 23, 2026Updated on Mar 16, 20263How can I do spot trading with the Jupyter Notebook?
You can also use clOrdId instead of ordId. 1 result = tradeAPI.cancel_order(instId="BTC-USDT", ordId = "489093931993509888") 2 print(result)13. How can I amend an order? For more information on how to amend an order, please read our dedicated guide. You can also use clOrdId instead of ordId. 1 result = tradeAPI.amend_order( 2 instId="BTC-USDT", 3 ordId="489103565508685824", 4 newSz="0.012" 5 ) 6 print(result)14. How can I access the list of open orders?Published on Sep 29, 2023Updated on Sep 10, 2025552OKX Web3 FAQ
Additionally, other wallet users are blocked from sending funds to any blacklisted address to prevent accidental interaction with illicit entities.13. Does OKX collect any personal information from users? The core functions of our Web3 Wallet don't collect personal data. However, when using login features, quest programs, or fiat-related services, we may collect limited data (such as IP addresses or device IDs) for security and compliance purposes.14.Published on Jan 19, 2026Updated on Feb 27, 202684Buy crypto with rewards terms and conditions
For example, if you enroll on March 11 but do not make your second buy until March 13, it is mathematically impossible to complete a 5-day streak by the March 15 deadline. Insufficient Remaining Time: If you break your streak late in the campaign (e.g., missing a buy on March 15), you will be unable to earn the Milestone Reward because the campaign window closes on March 15.Published on Feb 19, 2026Updated on Mar 16, 2026OKX x McLaren NFT Sweepstakes Terms & Conditions
The 17th Entry Period will start at 10:00 AM GMT on 13 December 2024 and end at 10:00 am GMT on 23 December 2024. OKX’s computer is the official time-keeping device for the Sweepstakes. How to Enter: Click here to log in to your OKX Web3 wallet. If you do not have an OKX Web3 Wallet, you can download the OKX mobile app or desktop app from the relevant app store and make one for free. Click here for additional instructions. Mint an NFT during any Entry Period.Published on Apr 25, 2024Updated on Sep 8, 2025607How can I do derivatives trading with the Jupyter Notebook?
# Get transaction details (last 3 days) result = tradeAPI.get_fills() print(result) # Get transaction details (last 3 months) result = tradeAPI.get_fills_history( instType = "SWAP" ) print(result)13. How can I get positions for derivatives trading with the Jupyter Notebook via Get positions?Published on Sep 28, 2023Updated on Feb 12, 2026196