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 29 Sept 2023Updated on 10 Sept 2025544What should I do if the T+N security protection is triggered and I can't trade?
If you continue with the order, the system will limit withdrawals and crypto resales for 1, 3, 7, 15, or 30 days (check the on-screen message for details). Note: If you do not see any T+N-related prompts, you can sell or withdraw the crypto immediately after the transaction is complete.What should I do if I trigger T+N protection? If your order triggers T+N protection, we recommend that you wait patiently. The restriction will be automatically lifted after N days.Published on 17 Mar 2023Updated on 23 Mar 20262,532How 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 14 Aug 2023Updated on 12 Feb 2026416Trading 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 22 Mar 2024Updated on 21 Mar 20261,073What is the New User Full Rebate Program?
Reward Distribution Rewards are distributed daily over 7 days following completion of the First Qualifying Trade. Each day's reward is dispatched at the scheduled daily dispatch time (based on local time or SGT, as configured). Rewards are distributed in equal installments unless otherwise specified herein. Rounding adjustments may be applied on the final day to account for fractional amounts.Published on 16 Mar 2026Updated on 24 Mar 2026How 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 5 Mar 2025Updated on 10 Sept 20255How do I close my account? (web)
Select I understand after checking what'll happen to Your account, Your personal information, and Your orders after closing your account and select Next Read the information about what'll happen after you close your account 7. Review your account assets in Trading, Grow, OKX account balance, Web3 wallet balance (if your wallet is connected to your exchange account), untradable assets, and select Continue 8. Close account after your reconfirmation 9.Published on 22 Aug 2023Updated on 11 Feb 2026454Where 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 23 May 2025Updated on 4 Mar 202634How do I close my account? (app)
Select Continue to close if you still want to close 7. Select I understand after checking what'll happen to Your account, Your personal information and Your orders after closing your account and select Continue Read the information about what'll happen after you close your account 8. Review your account assets in Trading, Grow, OKX account balance, Web3 wallet balance (if your wallet is connected to your exchange account), untradable assets, and select Continue 9.Published on 22 Aug 2023Updated on 11 Feb 2026885Why do I need to fill in tags (tag/memo) when I withdraw or deposit certain cryptos?
Note: deposit tag/memo are typically 7–8 digits long. Please refer to the tag/memo number displayed on the deposit page and enter it exactly as shown. For example, you can find both the deposit address and tag/memo on the deposit page in the screenshot below: Deposit page with both deposit address and tagHow do I fill in the tag/memo?Published on 22 Aug 2023Updated on 4 Mar 2026413Where 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 23 May 2025Updated on 12 Feb 202627How 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 14 Aug 2023Updated on 12 Feb 20261,897Convert FAQ
If the asset has an open margin position that is currently at a loss, the actual available balance may be negative and will be displayed as such. 7. Why is convert not working? The platform may perform maintenance or upgrades to the convert feature from time to time, which can cause the convert function to be temporarily unavailable. During maintenance, you can still exchange assets via spot trading.Published on 27 Sept 2023Updated on 3 Mar 20261,494How 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 28 Sept 2023Updated on 12 Feb 2026194Affiliate FAQ
As an affiliate, you can recall your invitees if they haven't made any deposits, trades, or logged in for over 180 days.7. Can invitee delete their account and re-sign up to attribute it to a different affiliate? No, they aren't permitted to change their channel by deleting and re-creating accounts for different affiliate attributes.8. My invitee noticed that a default invitation code for the Affiliate Program is already filled in and can't be edited during registration.Published on 4 Dec 2024Updated on 19 Mar 2026720