All
FAQ
Announcements
Product documents
Why is my accessible balance lower than my funds unavailable for withdrawal?
USD value (Crypto asset) Accessible balance 60,000 (~1 BTC) Unavailable for withdrawal 60,000 (~1 BTC) (Protected value) 0 (Locked value) 60,000 (~1 BTC) Available for withdrawal 0 Stage 3: the user converts his 1 BTC to ETH at the price of 3,000 USDT/ETH. He receives 20 ETH at 17:10 UTC.Published on May 13, 2024Updated on Sep 8, 2025338How can I do spot trading with the Jupyter Notebook?
Learn more on how to access our market data and refer to the code below. 1 import okx.MarketData as MarketData 2 flag = "1" # live trading: 0, demo trading: 1 3 marketDataAPI = MarketData.MarketAPI(flag=flag) 4 result = marketDataAPI.get_tickers(instType="SPOT")print(result)6. How can I read the available trading pairs?Published on Sep 29, 2023Updated on Sep 10, 2025542How do I change my login password?
Self-service tool For quick access, click the button below:On the appI remember my login password Open your OKX app and go to User Center Open User Center page Select Profile and settings, find Security, and select Login password under the Authentication methods section Fill in the information below and confirm: Current login password New login password 8-32 characters long 1 lowercase character 1 uppercase character 1 number 1 symbol Complete the Security authentication (such as Phone / Email authenticationPublished on Aug 22, 2023Updated on Mar 4, 202619,524Dual Investment FAQ
If the expiration price of BTC is < $58,000, you'll receive: 10 × (1 + 0.20%) = 10.02 BTC If the BTC expiration price is ≥ $58,000, you'll receive: 10 × 58,000 × (1 + 0.20%) = 581,160 USDT If you choose a Buy low strategy, then the settlement will be as follows: Settlement scenario Settlement amount Settlement currency Expiration price > Target price Subscription amount × (1 + Term rate) Quote crypto Expiration price ≤ Target price Subscription amount × Target price × (1 + Term rate) Base cryptoPublished on Aug 18, 2025Updated on Feb 2, 20265Trading 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 Mar 3, 20261,070How 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, 2026394OKX Sub-Affiliate link rules
Links created on or after January 1, 2026 will be assessed from the fourth calendar month upon link creation. Note: Links created before January 1, 2026, will continue to be assessed starting from the first day of the third calendar month after the link is created. Examples: A link created on August 1, 2026 will be assessed starting from November 1, 2026, and subsequently on the 1st day of each calendar month.Published on Sep 28, 2023Updated on Mar 15, 2026638What'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 selection Learn more about other trading bots available here.Published on Nov 13, 2024Updated on Feb 9, 202628What are crypto-margined futures and USDT-margined futures? What are the differences?
Short position comparison Assuming 1 USDT ≈ 1 USD, when the price of BTC is $10,000: Crypto-margined perpetual futures: Use 0.1 BTC with 10x leverage to short 1 BTC, which is 100 contracts (contract size: $100 per contract). USDT-margined contract (linear contract): Use 1,000 USDT with 10x leverage to short 1 BTC, which is 100 contracts (contract size 0.01 BTC per contract).Published on Mar 20, 2023Updated on Mar 10, 2026198What are the rules for P2P order cancellation?
You'll be banned for 15 minutes, 30 minutes, 1 hour, 4 hours, or all day. It'll be cleared at 00:00 on the same day. Trigger Restriction Duration 1st time The number of cancellations reaches the upper limit of the day.Published on Aug 16, 2023Updated on Jan 28, 20261,747How do I access my rewards on Pay?
Example 1: New deposit Assume the rewards rate is 5% APR. 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 Feb 11, 202656How 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 Aug 22, 2023Updated on Nov 17, 2025413What's the risk and runtime for Smart Picks?
It’s a way to measure the level of risk or exposure in a particular trading strategy.For example: If a strategy fully invests in spot positions, the Delta value is 1, meaning the strategy is directly affected by changes in the asset’s price. A lower Delta (less than 1) means less exposure to market movements, which generally makes the strategy safer or more conservative. A higher Delta (greater than 1) means more exposure to price changes, often through leverage, making the strategy riskier.Published on Sep 26, 2024Updated on Feb 9, 2026264How do I calculate the average fill price?
For instance, if 3 contracts are filled at $39,999.98, that is Execution price 1; if 2 contracts are filled at $40,000, that is Execution price 2; and so on.Published on Mar 20, 2023Updated on Jan 30, 202610What's OKX Boost?
Calculation example: Exchange ETH (Category 1 token) for DOGE (Category 2 token) Transaction amount: $2,000 Applicable multiplier: 0.25 Boost trading volume = $2,000 × 0.25 = $500 Exchange SOL (Category 1 token) for a meme token (Other category) Transaction amount: $3,000 Applicable multiplier: 0.85 Boost trading volume = $3,000 × 0.85 = $2,550 Exchange USDT (Category 1 token) for USDC (Category 1 token) Transaction amount: $5,000 Applicable multiplier: 0 Boost trading volume = $5,000 × 0 = $0WhyPublished on Sep 10, 2025Updated on Feb 2, 202624