All
FAQ
Announcements
Product documents
How 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, 2025537How do I submit my proof of address (POA)?
The POA must be issued within the last 6 months. The POA must be a clear photo of your original POA or a PDF file. The POA must match with the residential information you provided during your identity verification. The acceptable types of POA may vary with different jurisdictions.Published on Sep 5, 2023Updated on Feb 23, 20264How do I update my email?
We'll send a 6-digit verification code to both your new and current email. Enter the code accordingly.Published on Sep 6, 2023Updated on Oct 15, 20251How do I change my phone number?
We'll send a 6-digit verification code to both your new and current phone numbers.Published on Sep 7, 2023Updated on Nov 3, 20251Crypto profit & loss analysis (PnL) FAQ
The historical data is recorded from November 6, 2020. Cryptos held before this date and not sold will be calculated at the price of 00:00 on November 6, 2020.10. Do Perpetual/Futures profits and Margin profits affect the profits in Crypto PnL analysis? Yes, the unrealized PnL and margins of crypto-based Perpetual/Futures will affect the number of positions currently held and will be included in the calculation of the PnL analysis.11. What are the average cost price and cumulative cost price?Published on Aug 22, 2023Updated on Mar 3, 2026103How do I migrate my email address or phone number to another account? (web)
We'll send a 6-digit verification code to both your new and current email. Enter the code accordingly Enter the 2FA code to continue (if any) If the email you entered is linked/bound with another account, you will see a pop-up message.Published on Aug 22, 2023Updated on Mar 4, 2026383What are the new trading fees for EEA users?
Assets (EUR) OR 30-day Trading Volume (EUR) New Maker Fee New Taker Fee 24h Crypto Withdrawal Limit (USD) Regular User 0 – 20,000 0 – 100,000 0.20% 0.35% 10,000,000 VIP 1 20,001 – 25,000 100,001 – 250,000 0.18% 0.30% 24,000,000 VIP 2 25,001 – 50,000 250,001 – 500,000 0.15% 0.28% 32,000,000 VIP 3 50,001 – 250,000 500,001 – 2,500,000 0.10% 0.25% 40,000,000 VIP 4 250,001 – 500,000 2,500,001 – 5,000,000 0.05% 0.23% 48,000,000 VIP 5 500,001 – 1,000,000 5,000,001 – 10,000,000 0.00% 0.20% 60,000,000 VIP 6Published on Sep 16, 2025Updated on Oct 15, 2025256OKX ZERO Trading Fees event FAQs
This event is exclusively for new users who registered a new account on OKX from 6 Jul 2023 14:00 UTC+8. You'll need to sign up and complete identity verification before selecting Join Now button to be able to participate. Ensure that the display has changed to show Joined after you've selected to confirm your participation in the activity.2. How do I participate in this ZERO Trading Fees event?Published on Jul 6, 2023Updated on Feb 12, 202637What is VIP Loan?
Example: Borrowing amount: 1,000,000 USDT Matched interest rate: 6% Loan term: 90 days Interest = 1,000,000 USDT × 6% × 90 / 365 = 14,794.5205 USDT5.2 What is the overdue fee? If you do not repay on maturity date, your loan will become overdue and an extra overdue interest will be charged on an hourly basis.Published on Dec 16, 2025Updated on Jan 29, 2026How do I close my account? (web)
Select Continue to close if you still want to close 6. 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.Published on Aug 22, 2023Updated on Feb 11, 2026452Index components weightage adjustment FAQ
The component weight (field name: "wgt") returned by "/api/v5/market/index-components" will be updated to the latest weights automatically.6. How does the updated index weighting method affect my trading strategies? After the weighting adjustments, the components that have higher volume and better liquidity will have higher weights. Thus, these components will have more impact on index prices, which means index prices will be more stable and closer to fair market prices.Published on Dec 14, 2023Updated on Feb 12, 202613How do I buy crypto?
Double check the buy preview and select Buy crypto to complete your buy order 6. After you complete the payment, you can select Review details to view your order history or select Back to home to your homepage. Where can I view my buying history? Use the same method as above to access your Buy crypto page Find Order history to view your buying orders Select order history on buy crypto pageFrequently Asked Questions 1. Why am I only able to select certain payment methods?Published on Aug 10, 2023Updated on Nov 17, 20251,781Unseen City Shirts - Blue Moon - NFT FAQ
You can connect your OKX Web3 or compatible wallet.6. How long do I have to claim my Unseen City Shirts – Blue Moon NFT? Each collectible is open for 72 hours. Opens - 29.04 10AM BST Closes - 02.05 9:59AM BST7. When will the rarity of my Unseen City Shirts – Blue Moon NFT be revealed? The rarity of your NFT will be revealed on 03.05.8. I have claimed a Rare or Ultra Rare NFT. How can I claim the associated prizes?Published on Apr 25, 2024Updated on Dec 4, 20252How do I buy crypto with BLIK?
A BLIK code is a one-time 6-digit code generated in a mobile banking app that allows you to make payments. It's only valid for 2 minutes from the time it's created. For more information, refer here.6. Can I withdraw funds in PLN if I buy crypto using BLIK? No, only EUR withdrawals via EUR banking rails are supported. If you buy with BLIK, the PLN funds will be automatically converted into crypto assets at the time of purchase — they can't be withdrawn as PLN.Published on Aug 20, 2025Updated on Dec 31, 20253Zero-Knowledge Proofs: what are zk-STARKs and how do they work? (zk-STARK V1)
Here's how the trace table is constructed (for a simple example, 3 users whose maximum usd value is less than 4^6 = 4096): We initialize a table with 32 rows and 5 columns, and we fill the user's values and IDs into row, where k % 8 = 6, and . Every 8 rows is a block, and user asset info are now in backwards of each block. The first user is given virtual 0 balances, so we can publish it to prove that the accumulation of values does not start from a negative value.Published on May 10, 2023Updated on Sep 8, 2025178