All
FAQ
Announcements
Product documents
How do I use Minimum copy amount feature?
When enabling this setting, consider setting the amount to around $1000. Customizing for different strategies: you can set different minimum copy trading amounts for Smart Sync Mode and Custom Mode based on your strategy.Published on 16 Jul 2024Updated on 9 Feb 2026213How to transfer crypto from Coinbase to OKX?
If all Travel Rule requirements are met, your funds should be visible on your OKX account within 3 days.OKX Transferdays promotion From 17 June until 30 June 2025 you can join the OKX Transferdays. If you transfer a minimum of €1000,- of your crypto assets within this period of time to OKX and hold them for 90 days you will get rewarded. In total, you can earn up to €1000,- during the OKX Transferdays.Published on 19 Jun 2025Updated on 26 Jun 20256How do I buy USDT with Belarusbank?
It also has in-built access to our NFT Marketplace and over 1000 decentralized applications (DApps) through OKX Discover.Published on 12 Mar 2024Updated on 17 Nov 202538Building RFQs
An RFQ must have an absolute notional value of at least US$1000 equivalent value. For instance, this can take the form of long one leg of US$800 and short one leg of US$200 equivalent value. The US$ amount will be calculated using current order book data.I selected counterparties, created my RFQ, and now my counterparties have vanished. What happened? The various makers on Block Trading by OKX have the ability to designate which products and currencies they are able to provide quotes for.Published on 30 Jun 2022Updated on 12 Feb 202630What are Source of Funds (SoF) and Source of Wealth (SoW)?
SoF/SoW Document Type Description Salary Payslip Issued within the last 3 months Bank Statement Shows salary deposits/employment income (past 3 months) Tax Document Shows employment income (past 12 months) Letter of employment Issued within the last 3 months, with employment confirmation and salary details Others Issued within the last 3 months, with employment confirmation and salary/compensation details Business ownership Bank Statement Shows income payments (past 3 months) Tax Document Shows businessPublished on 24 Dec 2024Updated on 17 Nov 20251How 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 2025543Index components weightage adjustment FAQ
You may refer to the table below for the changes: Changes Before After 3 or more index components are available Components are weighted equally Components are weighted by their pre-set weighted values Component's price deviation limit The deviation limit was ±3%. If a component's price deviates more than 3% from the median price of all components, the component's price will be taken at 97% or 103% The deviation limit was updated from ±3% to ±2%.Published on 14 Dec 2023Updated on 12 Feb 202613What are the rules for P2P order cancellation?
User types Conditions that trigger the restrictions New OKX users: Completed less than 3 P2P trading orders since registration (including both buy order and sell order) More than 5 cancellations before payment on the same day, or more than 3 cancellations after selecting Payment Completed Old OKX users: Completed 3 or more P2P trading orders since registration (including both buy order and sell order) More than 3 cancellations before payment on the same day, or more than 1 cancellation after selectingPublished on 16 Aug 2023Updated on 28 Jan 20261,749What are the reasons for my spot copy trade order fail?
If the minimum order value for a BTC-USDT trade is 3 USDT, you need to set your amount per order to at least 3 USDT. If you set lower than the minimum order value, your copy trade will fail. We recommend you to set a higher amount per order to ensure that it is sufficient to meet the minimum order value requirements.3.Published on 13 Oct 2023Updated on 9 Feb 202668Accredited Investor Trading Fees
Opt in as an Accredited Investor to unlock these preferential rates.Spot Markets - Trading Fees Tier Qualification Group 1 Group 2 Group 3 Asset (SGD) 30-day Trading Volume (SGD) Maker Fee Taker Fee Maker Fee Taker Fee Maker Fee Taker Fee Regular user < 125,000 or < 1,250,000 0.0800% 0.1000% 0.0800% 0.1000% 0.0800% 0.1000% VIP 1 ≥ 125,000 or ≥ 1,250,000 0.0675% 0.0800% 0.0675% 0.0800% 0.0675% 0.0800% VIP 2 ≥ 300,000 or ≥ 6,250,000 0.0600% 0.0700% 0.0600% 0.0700% 0.0600% 0.0700% VIP 3 ≥ 625,000 orPublished on 8 Dec 2025Updated on 27 Feb 2026USDG Convert Fees Change Announcement
If you hold USDG for only 3 days in a given week, you will receive rewards for those 3 days on the following Wednesday. Disclaimer This Rewards program is not (i) investment advice or an investment recommendation; (ii) an offer or solicitation, buy or sell crypto/digital assets; or (iii) financial, accounting, legal or tax advice. You should carefully consider whether trading or holding crypto/digital assets is suitable for you in light of your financial condition and risk tolerance.Published on 20 Feb 2026Updated on 21 Feb 20264Learn & Earn Campaign that is only for Turkish users event rules
If all event rewards are distributed before the event ends, the event will end early.Terms & Conditions The promotion starts on 24 October, 2023 (10:00 UTC+3) and ends on 14 November, 2023 (23:59 UTC+3).Published on 24 Oct 2023Updated on 9 Feb 202637Address type upgrade FAQ
Example 2: Entry 1: (Standard) Address A Entry 2: (Universal) Address A Entry 3: (EVM) Address A These addresses will be merged to Entry 3, which allows withdrawals of any crypto selected for EVM compatible networks.How does the verification period works after the address type upgrade? If you have multiple entries for the same address with different verification statuses, examples: Entry 1: (Standard) Address A is non-verified. Entry 2: (Universal) Address A is verified until next week.Published on 26 Aug 2025Updated on 30 Dec 2025858How can I do derivatives trading with the Jupyter Notebook?
How can I get transaction details for derivatives trading with the Jupyter Notebook via Get transaction details (last 3 days) and Get transaction details (last 3 months)? # Get transaction details (last 3 days) result = tradeAPI.get_fills() print(result) # Get transaction details (last 3 months) result = tradeAPI.get_fills_history( instType = "SWAP" ) print(result)13. How can I get positions for derivatives trading with the Jupyter Notebook via Get positions?Published on 28 Sept 2023Updated on 12 Feb 2026194How do I verify OKX's ownership and balance of the wallet address?
The balance of all addresses of ETH at the specified height is displayed based on the returned result The balance of all addresses of ETH at the specified height 3.Published on 26 Sept 2023Updated on 26 Jan 2026996