All
FAQ
Announcements
Product documents
How 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 Sep 29, 2023Updated on Sep 10, 2025550How 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 Apr 5, 2023Updated on Sep 12, 202538How do I enable allowlist? (web)
For example, if you make a transaction at 7:00 am UTC July 4, 2024, the verification period will be extended to 7:00 am UTC August 3, 2024.How does this impact my existing verified addresses? All existing verified addresses in our withdrawal address book will be placed on a 30-day verification period now.Published on Aug 14, 2023Updated on Feb 12, 2026417Where do I find limits, fees and processing time details for cash withdrawal?
Weekly limit: The maximum amount you can withdraw over 7 consecutive days. Limit resets on a rolling basis, 7 days after the transaction that reached the limit. Monthly limit: The maximum amount you can withdraw within a 30-day period. Limit resets on a rolling basis, 30 days after the transaction that reached the limit. Maximum withdrawals: The maximum number of withdrawals you can make for a defined period.What is the withdrawal processing time?Published on May 23, 2025Updated on Mar 4, 202634Where do I find limits, fees and processing time details for cash deposit?
Weekly limit: The maximum amount you can deposit over 7 consecutive days. Limit resets on a rolling basis, 7 days after the transaction that reached the limit. Monthly limit: The maximum amount you can deposit within a 30-day period. Limit resets on a rolling basis, 30 days after the transaction that reached the limit. Maximum Deposit: The maximum number of deposits you can make for a defined period.What is the deposit processing time?Published on May 23, 2025Updated on Feb 12, 202628How can I do derivatives trading with the Jupyter Notebook?
How can I get order history for derivatives trading with the Jupyter Notebook via Get order history (last 7 days) and Get order history (last 3 months)? # Get order history (last 7 days) result = tradeAPI.get_orders_history( instType = "SWAP" ) print(result) # Get order history (last 3 months) result = tradeAPI.get_orders_history_archive( instType = "SWAP" ) print(result)12.Published on Sep 28, 2023Updated on Feb 12, 2026195How do I use the custom interval feature?
With custom interval, users can: Set personalized time intervals: customize chart intervals beyond predefined options (for example, 2-minute, 7-minute, 45-minute). Improve technical analysis: analyze price movements with more precision by using time intervals that match specific trading strategies. Enhance decision-making: gain better insights into short-term or long-term market trends that might not be visible in standard intervals.Published on Mar 5, 2025Updated on Sep 10, 20255How do I close my account? (web)
You won't be able to reuse the same phone number, email, or identity information to create a new account during this time.Getting started Log in to your account at okx.com and go to the Security center page (Profile icon > Security) Find Manage account on the Security page, select Close account Opening Close account page 3. Closing your account is permanent and irreversible.Published on Aug 22, 2023Updated on Apr 3, 2026458How do I access my rewards on Pay?
If you deposit 2,400 USDG at 10:00 on Day 1: Day 2 reward: 0 (the minimum balance on Day 1 was 0) Day 3 reward: 2,400 × (0.05 / 365) Example 2: Adding to an existing balance If you already have 1,000 USDG and add 2,400 USDG on Day 1: Day 2 reward: 1,000 × (0.05 / 365) Day 3 reward: 3,400 × (0.05 / 365)4. How can I pause/opt out? You can pause your rewards at any time, and they’ll stop accruing right away.Published on Apr 28, 2025Updated on Mar 31, 202657How do I close my account? (app)
You won't be able to reuse the same phone number, email, or identity information to create a new account during this time.Getting Started Open your OKX app and go to User Center Select '>' to view the User Center page Open user center page 3. Go to Settings, and select Close account Opening Close account page 4. Closing your account is permanent and irreversible.Published on Aug 22, 2023Updated on Apr 3, 2026890How do I enable allowlist? (app)
For example, if you make a transaction at 7:00 am UTC July 4, 2024, the verification period will be extended to 7:00 am UTC August 3, 2024. Permanent: The allowlist is initially valid for 30 days. You can manually change it to permanent by clicking 30 days > Permanent. Withdrawals to a permanent no-verification address will skip verification every time. No no-verification setting: If you do not select a verification period, each withdrawal will require verification.Published on Aug 14, 2023Updated on Mar 31, 20261,903BRC20 Trading and Inscription FAQ
You can refer to this article to learn more about how to manage assets when you have insufficient BTC tokens.7. How do I unlock Unspent Transaction Output (UTXO)?Published on Dec 20, 2023Updated on Mar 2, 2026817Affiliate FAQ
You can directly view all related signups and recalls within your affiliate portal, eliminating the need for separate verification.3. What are the common reasons my invitees fail to establish a binding affiliate relationship with me? The common reasons include: They entered the wrong invitation code during registration, preventing the establishment of the invitation relationship.Published on Dec 4, 2024Updated on Apr 6, 2026722How do I inscribe BRC-20 tokens?
Opening inscription page 3. Select your preferred network to inscribe either BRC-20, image, or text. 4. Select Mint and insert the 4-character ticker in the Ticker field 5. Insert the amount that you want to mint in the Amount field and select your preferred mint frequency in the Number of mints field 6. Insert your receiving address in the Recipient address field and select Next Fill in all the necessary information to complete your mint order 7.Published on Dec 20, 2023Updated on Feb 12, 2026153Trading Fee Rules FAQ
Trader A (Maker fee: 0.02%; Taker fee: 0.03%) bought 100 contracts of call options (notional is 1 BTC): If trader A is the taker when order filled, so the Trading fee = Min(0.03% × 0.01 × 1 × 100, 7% × 0.05 × 0.01 × 1 × 100) = 0.0003 BTC; If trader A is the maker when order filled, so the Trading fee = Min(0.02% × 0.01 × 1 × 100, 7% × 0.05 × 0.01 × 1 × 100) = 0.0002 BTC.Published on Mar 22, 2024Updated on Apr 9, 20261,077