All
FAQ
Announcements
Product documents
Demo trading
It'll only quote your RFQ once and leave this price live for 60 seconds before allowing it to expire. To get a new price from the trading bot, please cancel and re-price your demo RFQ. Please be reminded that quotes made by the trading bot WAGMI are for reference only and should not be considered as an offer to transact in digital assets nor should it be interpreted as the price you should expect when trading with real assets.Published on 29 Jun 2022Updated on 3 Dec 20251,742I haven't received the SMS code
Use voice verification: Wait 60 seconds, then select Voice Verification to receive a call instead of an SMS. Cooling period after failure: If you see “SMS sending failed,” wait about 2 hours before trying again. Number portability issues: If you recently switched carriers while keeping the same phone number, delivery issues may occur. Please inform customer support for further assistance.Published on 16 Aug 2023Updated on 3 Mar 202632,516How do I use OKX Wallet Trader Mode for copy trading?
It is suitable for users who want to follow trending on-chain addresses, meme traders, or traders who wish to reduce the time spent manually monitoring the market.3. What are the default token filtering rules? Copy trading will not replicate trades involving mainnet tokens, wrapped mainnet tokens, or stablecoins like USDT and USDC. It'll also automatically filter out high-risk tokens.4. How long does a copy trading task run? You may set your own task duration, up to 3 months.Published on 10 Dec 2025Updated on 23 Mar 202616How to transfer crypto from Coinbase to OKX?
If all Travel Rule requirements are met, your funds should be visible on your OKX account within 3 days.OKX Transferdays promotion From 17 June until 30 June 2025 you can join the OKX Transferdays. If you transfer a minimum of €1000,- of your crypto assets within this period of time to OKX and hold them for 90 days you will get rewarded. In total, you can earn up to €1000,- during the OKX Transferdays.Published on 19 Jun 2025Updated on 26 Jun 20256OKX DEX FAQs
But what really makes OKX's DEX unique are: Best trading price: our DEX consistently offers prices that are better than or equal to that of other DEX aggregators in the industry more than 60% of the time. This significantly reduces the time that customers need to spend on researching and comparing prices across different offers.Published on 5 Feb 2026Updated on 27 Mar 20265How do I secure my MPC wallet?
When you create an MPC wallet, 3 private key shares will be generated: Share 1 : generated by your MPC wallet Share 2 : generated and stored on your device Share 3 : generated by your device, encrypted, and backed up to your device's cloud When you're completing your transaction, you're required to have both Share 1 and Share 2 to generate a complete private key and Share 3 as your backup private key share. 3 private key shares will be generated and stored separatelyHow do I back up my wallet?Published on 22 Aug 2023Updated on 17 Nov 2025415What are Source of Funds (SoF) and Source of Wealth (SoW)?
income (past 12 months) Accountant Letter Issued within the last 3 months with business ownership confirmation Distribution Record Shows recent profit withdrawals or distributions Others Issued within the last 3 months with compensation or business ownership confirmation Investment returns Investment Account Statement Issued within the last 3 months Retirement Account Statement Issued within the last 3 months Brokerage Statement Issued within the last 3 months Bank Statement Shows investment incomePublished on 24 Dec 2024Updated on 4 Mar 2026727Index components weightage adjustment FAQ
You may refer to the table below for the changes: Changes Before After 3 or more index components are available Components are weighted equally Components are weighted by their pre-set weighted values Component's price deviation limit The deviation limit was ±3%. If a component's price deviates more than 3% from the median price of all components, the component's price will be taken at 97% or 103% The deviation limit was updated from ±3% to ±2%.Published on 14 Dec 2023Updated on 12 Feb 202613How can I do spot trading with the Jupyter Notebook?
15.1 For the last 7 days For more information on how to access the order history for the last 7 days, please read our dedicated guide. 1 result = tradeAPI.get_orders_history( 2 instType="SPOT" 3 ) 4 print(result)15.2 For the last 3 months For more information on how to access the order history for the last 3 months, please read our dedicated guide. 1 result = tradeAPI.get_orders_history_archive( 2 instType="SPOT" 3 ) 4 print(result)16.Published on 29 Sept 2023Updated on 10 Sept 2025544What are the rules for P2P order cancellation?
User types Conditions that trigger the restrictions New OKX users: Completed less than 3 P2P trading orders since registration (including both buy order and sell order) More than 5 cancellations before payment on the same day, or more than 3 cancellations after selecting Payment Completed Old OKX users: Completed 3 or more P2P trading orders since registration (including both buy order and sell order) More than 3 cancellations before payment on the same day, or more than 1 cancellation after selectingPublished on 16 Aug 2023Updated on 24 Mar 20261,761What are the reasons for my spot copy trade order fail?
If the minimum order value for a BTC-USDT trade is 3 USDT, you need to set your amount per order to at least 3 USDT. If you set lower than the minimum order value, your copy trade will fail. We recommend you to set a higher amount per order to ensure that it is sufficient to meet the minimum order value requirements.3.Published on 13 Oct 2023Updated on 9 Feb 202669How to claim my RL OKXclusive Pass?
get started today with these steps: [1] Click I already have a wallet [2] Select Seed phrase or Private keys, and enter it [3] Then, go to the Face ID verification page, and click Enable now to complete the import Step 3: Claim the RL OKXclusive Pass [1] Click the NFT Market tab in OKX Wallet > Launchpad > RLTH OKXclusive Pass Free to Claim!Published on 5 Apr 2023Updated on 12 Sept 202537How do I buy NFTs?
Search for your favorite NFTs or find your preferred collection and select the NFT. 3. You can either Make offer or Buy, fill in the details, and select Confirm to complete your order. On the app 1. Open OKX app, then select Wallet. Connect your OKX wallet, and find Explore > NFT Open Explore and select NFT Market to explore NFTs 2. Search for your favorite NFTs, or find your preferred collection and select the NFT 3.Published on 30 May 2023Updated on 12 Feb 2026530Address type upgrade FAQ
Example 2: Entry 1: (Standard) Address A Entry 2: (Universal) Address A Entry 3: (EVM) Address A These addresses will be merged to Entry 3, which allows withdrawals of any crypto selected for EVM compatible networks.How does the verification period works after the address type upgrade? If you have multiple entries for the same address with different verification statuses, examples: Entry 1: (Standard) Address A is non-verified. Entry 2: (Universal) Address A is verified until next week.Published on 26 Aug 2025Updated on 30 Dec 2025858How can I do derivatives trading with the Jupyter Notebook?
How can I get transaction details for derivatives trading with the Jupyter Notebook via Get transaction details (last 3 days) and Get transaction details (last 3 months)? # 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 28 Sept 2023Updated on 12 Feb 2026194