All
FAQ
Announcements
Product documents
What is Proof of Reserves (PoR) user snapshot data?
Initial: Funding account 5,000 USDT Flexible/Fix Loan: user stakes 5,000 USDT to borrow 0.1 BTC Comparison between user assets after the loan and snapshot data: Account equity Snapshot Initial assets 5,000 USDT Loan User puts down 5,000 USDT as collateral to borrow 0.1 BTC Borrowed loan? Funding account: 0.1 BTC Grow account: 3,422.46 USDT Note: This is a user's collateral equity.Published on Jan 20, 2023Updated on Mar 4, 2026FAQ488How do I submit my proof of address (POA)?
Valid bank statements Tax form, tax statement, or tax return Pay stub that contains a residential address Valid rental agreement (the remaining tenure cannot be less than 2 months) Valid utility bills such as water, electricity, gas, home-attached TV or internet bills, or landline telephone bills. Mobile phone statements are not acceptable.Published on Sep 25, 2024Updated on Nov 17, 2025FAQ3What is DEX Boost and how do I participate?
The daily balance is calculated as a 24-hour average Example: if you hold 2400 USDT for only 1 hour in a day and 0 for the rest of the time, then the daily balance = 2400 ÷ 24 = 100 USDTFAQWhat's DEX Boost data? Boost data consists of Boost trading volume and Exchange balance. This data is used to determine your eligibility to participate in activities and how much bonus you can receive.Published on Dec 13, 2025Updated on Jan 29, 2026FAQZero-Knowledge Proofs: what are zk-STARKs and how do they work? (zk-STARK V1)
To verify if the asset balance of your account has been included as a zk-STARK Merkle leaf, log in to your OKX account, visit "Audits" to view recent audits, select Details to view your audit data 2. Get the data you need for manual verification by selecting Copy data 3. After selecting Copy data, open the text editor (e.g. using notebook) then paste and save the JSON string as a file. The file must end with the name "_inclusion_proof.json."Published on May 10, 2023Updated on Sep 8, 2025FAQ178Spot index prices
When data from 2 exchanges are available, they will be weighted equally. When data from only 1 exchange is available, it will be taken as the spot index price. OKX introduces various measures at its sole discretion to control systematic risks without separate notifications.Published on Jun 16, 2022Updated on Nov 5, 2025Product documentationHow do I supercharge my trading with Alertatron's automated solutions?
Detailed data: separate log, event history, and individual PnL data are available for each client. Aggregated PnL data is available for the entire group. Chart capture High resolution captures: get a high quality HD image of almost any public chart or site and forward it on to your phone via Telegram or Discord. Latest data: we capture every chart at the moment that your alert arrives, so you always get to see the most up-to-date information, even on the go.How do I use Altertatron on OKX?Published on Mar 28, 2024Updated on Oct 8, 2025FAQ1Apple Pay – Additional Terms
Data Use We receive limited transaction data from Apple (token, merchant name, amount, and date) and use it only to authorise your purchase, prevent fraud, and comply with law. We do not share this data for marketing. Recurring Transactions (if offered) By enabling a recurring purchase in Apple Pay you authorise us to debit your Card until you cancel. Cancel anytime in the app under Settings → Recurring Buys. No Warranty Apple Pay is provided “as is” without warranties of any kind.Published on Aug 8, 2025Updated on Oct 3, 2025FAQ9How do I prevent self-trade and improve my API trading efficiency and protection?
Preserve market data integrity: the Self-Trade Prevention feature helps to uphold the integrity of market data. By reducing inadvertent self-trades, we guarantee accurate price discovery and reliable supply and demand data. This creates a more transparent trading environment, benefiting all market participants.Who can benefit from our Self-Trade Prevention? The Self-Trade Prevention feature caters to a wide range of traders on our platform.Published on Jun 11, 2024Updated on May 14, 2025FAQ11How do I download my account statements?
For account statements from specific data, you can download data from the past two years. The record time is based on the UTC time zone, with 00:00 as the default cutoff time On app, only account statement records from the past 12 months are available for download. Downloading account statements from specific data is not supported at this time.Published on Nov 6, 2024Updated on Mar 4, 2026FAQ72Google Pay – Additional Terms
Permitted Data Use We use Google Pay token data solely to complete the transaction, manage risk, and satisfy legal obligations. Aggregated or anonymised analytics may be used to improve our services. Jurisdiction Limits The Card cannot be added to Google Pay accounts registered in countries where crypto-linked cards are restricted. If you relocate, you must delete the token and re-enrol once your new address is verified.Published on Aug 8, 2025Updated on Oct 3, 2025FAQ9Why am I asked to confirm my personal details again?
is encrypted and securely stored in line with data protection laws.Published on Mar 19, 2025Updated on Oct 15, 2025FAQ136How do I switch Profit and Loss (PnL) value and percentage display?
Switching the PnL display will not affect your trading or account data. It only changes how the information is presented to you, allowing for easier analysis of your performance. For more help with PnL settings on our platform, visit here.Published on Jul 7, 2024Updated on Nov 12, 2025FAQ46How do I use the chart trading layout?
After selecting a workspace, you can modify its templates and enable/ disable widgets such as Trading data, Markets and data window and Top movers etc. Open your workplaces on the trading pagePublished on Jan 29, 2024Updated on Feb 12, 2026FAQ124Quick Guide to AI Trading Bot
You can select based on your strategy's complexity and trading frequency.Set Up Trading Strategy This is the core step, consisting of three key components:Select Trading Instrument - Determine the assets you want to trade, such as specific cryptocurrency pairs or stocks.Configure Market Data - Set the data types and timeframes the AI needs to monitor, providing an information foundation for decision-making.Describe Trading Logic - Clearly express your trading approach in natural language, includingPublished on Feb 2, 2026Updated on Feb 3, 2026Product documentationHow can I do spot trading with the Jupyter Notebook?
Here's an example of buying 0.01 BTC at the price of 19000 USDT. 1 # limit order 2 result = tradeAPI.place_order( 3 instId="BTC-USDT", 4 tdMode="cash", 5 side="buy", 6 ordType="limit", 7 px="19000", 8 sz="0.01" 9 ) 10 print(result) 11 12 if result["code"] == "0": 13 print("Successful order request,order_id = ",result["data"][0]["ordId"]) 14 else: 15 print("Unsuccessful order request,error_code = ",result["data"][0]["sCode"], ", Error_message = ", result["data"][0]["sMsg"])10.2 How can I place a marketPublished on Sep 29, 2023Updated on Sep 10, 2025FAQ542