All
FAQ
Announcements
Product documents
How can I do spot trading with the Jupyter Notebook?
For more information on how to get details about a certain order, please read our dedicated guide.11.1 Using ordId 1 result = tradeAPI.get_order(instId="BTC-USDT", ordId="497819823594909696") 2 print(result)11.2 Using clOrdId 1 result = tradeAPI.get_order(instId="BTC-USDT", clOrdId="002") 2 print(result)12. How can I cancel an order? For more information on how to cancel an order, please read our dedicated guide.Published on Sep 29, 2023Updated on Sep 10, 2025552X Layer upgrade and OKT/OKB asset handling FAQ
Before January 1, 2026, you can deposit OKT from your wallet to the platform. The platform will automatically convert your OKT to OKB based on the average closing prices between July 13 and August 12, 2025.The current price of OKB is relatively high. Why not exchange OKB for OKT at this price?Published on Aug 13, 2025Updated on Jan 29, 202628Why is my accessible balance lower than my funds unavailable for withdrawal?
Here's an example to illustrate how both values can diverge: Stage 1: the user deposits 1 BTC at 17:00 UTC and a snapshot of its 60,000 USD equivalent value is taken. This value is locked for withdrawal confirmation. USD value (Crypto asset) Accessible balance 0 Unavailable for withdrawal 60,000 (~1 BTC) (Protected value) 0 (Locked value) 60,000 (~1 BTC) Available for withdrawal 0 Stage 2: deposit is confirmed and goes to trade. The BTC deposit can be traded but not withdrawn.Published on May 13, 2024Updated on Apr 3, 2026350World Cup VIP Exclusive Gift Set FAQ
Eligible Users must (1) pass or have passed OKX's advanced identity verification, (2) reach or maintain OKX VIP status as of 25 March 2026 at 10:00 (UTC+8), (3) join the Promotion by providing all of the required information (such as delivery address) on the Promotion's landing page. The Promotion consists of an OKX swag item. Limit one (1) Gift Set per Eligible User. Sub-accounts will not be eligible to participate or receive any Gift Sets.Published on Dec 19, 2025Updated on Apr 18, 2026316How do I buy crypto and earn rewards?
1. How do I receive rewards from this campaign? You can earn rewards by following these steps: Opt in to the campaign through the app Buy at least €100 or $100 of any eligible crypto to lock in €5 in BTC reward. You may use USD, EUR, USDC, or USDG for the purchase.Published on Feb 19, 2026Updated on Apr 6, 20263How 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, 20255OKX x McLaren NFT Sweepstakes Terms & Conditions
Ltd., 12 Marina Boulevard, #36-01/02 Marina Bay Financial Centre, Singapore 018982.Published on Apr 25, 2024Updated on Sep 8, 2025607Passkey FAQ
1. Why can't I verify my passkey with my original device and Apple ID? If you're asked to scan a QR code even when using your original device and Apple ID, it may be because your iOS version is outdated and doesn't support the passkey feature. To resolve this, please update your iPhone to the latest version of iOS. Once updated, you'll be able to complete the verification process smoothly.2. How do I log in with passkey if I've switched to a new iPhone?Published on Mar 19, 2025Updated on Mar 4, 2026119How do I verify OKX's ownership and balance of the wallet address?
1. Open the verification tool, select the zip file to download You can see the following two tools in the folder: VerifyAddress: verify ownership of reserve address. CheckBalance: verify reserves address balance (Note: rpc.json needs to be configured, in order to configure node RPC or OKLink open API and other related information.) You can see VerifyAddress and CheckBalance in the folder 2. Open the audit files and download the Proof of Reserves 3.Published on Sep 26, 2023Updated on Jan 26, 2026997Trading Fee Rules FAQ
For example, if a user’s last 30-day spot trading volume is 10,000,000 USD (meeting VIP 2), the total trading volume for perpetual and expiry futures in the last 30 days is 200,000,000 USD (meeting VIP 3), the last 30-day options trading volume is 5,000,000 USD (meeting VIP 1), the last 30-day spreads trading volume is 150,000,000 USD (meeting VIP 2), and the asset amount is 5,000,000 USD (meeting VIP 4), then the user enjoys the VIP 4 fee level, and all trading across instruments can enjoy the VIPPublished on Mar 22, 2024Updated on Apr 15, 20261,080A beginner's guide to identity verification
1. How can I increase my transaction and withdrawal limits? After you've successfully completed identity verification to meet Know Your Customer (KYC) requirements, you can increase your deposit and withdrawal limits. Note: your 24 hour crypto withdrawal limit is determined by your fee tier, kindly refer to the Fees table.2. I have multiple nationalities. Which nationality should I use to pass identity verification?Published on Sep 25, 2023Updated on Mar 25, 20266,461How can I do derivatives trading with the Jupyter Notebook?
You can also replace instType with EXPIRY or OPTION for your information. import okx.MarketData as MarketData flag = "1" # live trading: 0, demo trading: 1 marketDataAPI = MarketData.MarketAPI(flag = flag) result = marketDataAPI.get_tickers(instType = "SWAP") print(result)2. How can I get available trading pairs for derivatives trading with the Jupyter Notebook using Get instruments?Published on Sep 28, 2023Updated on Feb 12, 2026196Forced Loan Repayment, Credit Line Liquidation and Risk Unit Terms and Conditions
Note: Kindly refer to the [Image 1] and [Image 2] below For the purpose of this example, assume current value of BTC is 100,000, current value of ETH is 2,600.Published on Mar 12, 2025Updated on Dec 9, 202531How long does it take for a deposit to be completed?
OKX completes the deposit process based on the final Layer 1 status and block confirmations. [1 Bundle Verification]: the deposit only requires verification on Layer 2. [2 Bundle Verifications]: the deposit requires verification on both Layer 1 and Layer 2.Blockchain Network Congestion When the blockchain network is congested, transaction confirmation times may be extended, which can delay the deposit arrival time.Published on Oct 17, 2024Updated on Jan 1, 2026420What's Spot DCA (Martingale) bot and how to use it?
Safety orders will be placed when the price changes: 1% = (0 + 1 × 2*0)% 3% = (1 + 1 × 2*1)% 7% = (3 + 1 × 2*2)%, and many more Multiple parameters are available for selectionHow does Spot DCA bot Smart Strategies work? Spot DCA bot Smart Strategies offer preset configurations—Conservative, Moderate, and Aggressive—to match different trading styles and risk preferences. Each strategy determines how actively the bot places safety orders as prices fluctuate.Published on Oct 21, 2025Updated on Apr 3, 2026