CoinEx
Connect CoinEx
Sign in to connect your exchange and track your portfolio automatically
CoinEx at a Glance
Key facts about CoinEx compiled from verified market data and CoinGecko's exchange registry. These metrics help you evaluate liquidity, regulatory footprint and operational maturity before connecting a portfolio.
- Trust Score
- 8/10
- Rank #36
- 24h Volume (normalized)
- 2.1K BTC
- Active markets
- 100 pairs
- Available in
- 1 jurisdictions
- Samoa
- Operating since
- 2017
- 9 years
- Trading incentives
- Not offered
- CCXT integration
- Supported
- coinex
- Data source
- CoinGecko exchange registry
Trading access & integration
CoinEx is wired into Mantapex through the CCXT integration layer, so importing balances and trade history into a read-only portfolio requires an API key and a secret that you generate inside your own CoinEx account. Because Mantapex never custodies your funds, the keys you create should be scoped to read access only — withdrawal, transfer and trading permissions are unnecessary for portfolio tracking and should remain disabled. The trust score and rank shown in the Quick Facts above are sourced from CoinGecko's exchange framework, which blends reported liquidity, web traffic patterns, regulatory posture and API health into a single signal — useful when comparing CoinEx to peer venues, but never a substitute for your own due diligence. The headquarters jurisdiction shown above determines the regulatory framework, KYC tier and product mix CoinEx can offer a given user, and that scope can change as licensing evolves. Verify eligibility and the local terms of service on the official site before opening an account. The operating history reflected above means there is a comparatively deep public trail of incidents, audits, fee schedules and product launches you can review when sizing CoinEx against newer venues.
Connection metadata is read directly from Mantapex's CCXT integration manifest — credential requirements reflect what CoinEx itself exposes to read-only API consumers and may evolve as the venue updates its API.
Getting Started with CoinEx
1. Visit CoinEx official website (https://www.coinex.com), log in to your account and click [Account] - [API Management] in the upper right corner.
2. Click [Create API] after entering the “API Management” page.
3. Set [API Remark] (ie. API name) and [Applicable IP address] accordingly, tick [Withdraw] and/or [Trade] as needed, enter 2FA code, and then click [Create] after confirming.
4. After creating the API successfully, please keep your [Access ID] and [Secret Key] safe and do not share this page with others.
How to Extend the API Validity Period?
An API not linked to an IP address has a validity period of 90 days.
To extend this, simply click [Renew] on the “API Management” page. After passing the 2FA verification, a pop-up will show that the renewal was successful.
Account, custody & security on CoinEx
CoinEx operates as a custodial trading venue: when you fund an account, the deposited assets are held in wallets controlled by the exchange and credited to your balance as a book-entry until you withdraw them. That trade-off — convenience and order-book liquidity in exchange for counterparty risk — is the central design choice of every centralised exchange and is what makes platform-level security so important to evaluate. CoinEx has been running its custody and matching infrastructure since 2017, which gives it 9 years of operational track record for users to review when judging incident history, fund-recovery policy and any insurance or reserve-fund coverage.
Almost every major centralised exchange — including CoinEx — operates under some form of KYC ("Know Your Customer") and AML ("Anti-Money-Laundering") obligations imposed by the jurisdiction it serves. CoinEx is reported with its operating entity in Samoa, so its baseline KYC programme follows that jurisdiction's rules — additional verification may still be requested for higher-tier withdrawal or fiat-on-ramp limits, and access to specific products can be restricted depending on where the user resides. Expect to provide a government-issued ID document and a recent proof-of-address at minimum; higher verification tiers may add liveness checks, source-of-funds questionnaires and accredited-investor confirmations.
Enable two-factor authentication on the CoinEx account itself before generating any API keys. The strongest options are hardware security keys (FIDO2 / WebAuthn devices such as YubiKey or Solo) where supported, followed by an authenticator app on a dedicated device (Aegis, Raivo, 1Password, Authy in offline-only mode, or Google Authenticator). SMS-based 2FA is widely available but is the weakest of the common methods because of SIM-swap risk — if CoinEx only offers SMS, treat the account as more exposed and consider keeping balances on the venue smaller than you otherwise would. The 2FA factor should be different from anything you use to sign in elsewhere, and the recovery phrase or backup codes belong in offline cold storage, not in the same password manager you use to log in.
Use CoinEx's withdrawal-address whitelist if the feature is available. Whitelists turn a stolen API key or hijacked session into a much smaller blast radius: even with full account access, an attacker cannot send funds to an address that wasn't pre-approved and cleared a cool-down window. Combine this with anti-phishing codes (a short string that the exchange embeds in every legitimate email), a separate email account that's not used for anything else, and notification alerts for new logins, withdrawal requests and API-key creation. The same hygiene applies whether you actively trade or simply hold a long-term balance on CoinEx — most exchange-related losses originate from compromised individual accounts rather than platform-wide breaches.
For the specific case of connecting CoinEx to Mantapex, the additional hardening layer is straightforward: generate a dedicated API key for read-only portfolio sync, label it clearly (for example "Mantapex read-only sync"), disable every permission except the minimum the exchange exposes for balance and trade-history queries, and store the secret in a password manager so you can rotate it on a schedule. If CoinEx supports IP whitelisting and you connect from a stable address, restrict the key to that address. If you ever stop using Mantapex — or any other third-party dashboard — revoke the key on the exchange side rather than just deleting it from the dashboard, because the credential continues to authenticate against CoinEx's API until CoinEx itself invalidates it.
Security guidance on this page is generic exchange hardening that applies to every centralised crypto venue. For CoinEx's exchange-specific policies — fund-segregation model, proof-of-reserves cadence, insurance coverage and incident-response history — the canonical references are CoinEx's own Help Centre and any audit reports or attestations the venue publishes directly.
API access details for CoinEx
Connecting CoinEx as a read-only portfolio source on Mantapex relies on the credentials defined by CoinEx's own API. The matrix below mirrors exactly what the CCXT integration layer asks for — ticked rows mean the field is required to authenticate, untouched rows mean CoinEx doesn't ask for that field at all.
In short, CoinEx requires 2 credentials to authenticate API requests: API key and API secret. All of these are generated from inside the exchange's own dashboard — Mantapex never asks you to share your account password or to set up an API key with withdrawal permissions enabled.
When you create the key on CoinEx for use with Mantapex, restrict its permissions to read-only access (sometimes labelled "view", "read", "query" or "info"). Mantapex only needs to fetch balances, trade history and open positions. Withdrawal, trade-execution and transfer scopes should remain disabled. If CoinEx offers a granular permission model, the safest combination is: enable "Read" or "View", disable "Trade" or "Spot trade", disable "Withdraw" or "Universal Transfer", and leave any margin / futures permission switched off unless you specifically want those positions visible inside your portfolio dashboard.
Some exchanges — Binance, OKX, Bybit, Bitget, KuCoin and several Asia-Pacific venues — offer an optional IP whitelist when you create the API key. Leaving the whitelist empty lets the key authenticate from any address, which is the simplest setup for use with a cloud-hosted dashboard such as Mantapex. If CoinEx forces you to enter at least one IP and you don't have a static address, you can usually use a placeholder value the exchange recognises (for example "0.0.0.0/0" or the wildcard option) — consult CoinEx's API documentation before relying on that workaround. Either way, the credentials remain in a read-only scope and cannot be used to move funds off the venue.
Credential schema sourced directly from the CCXT integration manifest used by Mantapex. CoinEx may rotate or extend its API in the future — if the exchange asks for a credential not listed here when you create the key, you can safely ignore it for the purpose of a read-only Mantapex import.
Official resources & community for CoinEx
The links below point to first-party CoinEx properties. We track them so you can verify announcements, support channels and operator-published policies directly at the source rather than from third-party copies. External destinations open in a new tab and are marked nofollow per our resource-link policy.
Related exchanges & comparisons
Top exchanges by trust score
Other exchanges in Samoa
Peer sets sourced from CoinGecko's trust-score ranking and CCXT's exchange manifest. Inclusion here is not an endorsement — it simply means Mantapex tracks the venue with current trust / volume data.
Recent CoinEx news
Latest reporting from major crypto news outlets covering CoinEx.
- The Currency Analytics
CoinEx Launches Dual Investment Product as Bitcoin Swings Wildly
CoinEx just rolled out its Dual Investment offering. The crypto exchange announced the new product Monday, targeting traders who want to make money during these crazy market…
- BeInCrypto
CoinEx CEO Haipo Yang: Why do I believe Ethereum will surpass Bitcoin
As the cryptocurrency market continues its impressive rally, BeInCrypto sat down with Haipo Yang, the driving force behind CoinEx, to explore the dynamics between Ethereum and…
- Bitcoinist
CoinEx | How to Buy CET: The Most Comprehensive Tutorial!
What are the ways to buy CET? Today, we will introduce the specific steps of how to buy CET on CoinEx, a CEX, and OneSwap, a DEX.
- CoinPedia
Pi Coin Listed on CoinEx Amid Price Drop and Rising Concerns
Recently, Pi Coin (PI), has been listed on the CoinEx exchange, marking a significant milestone for the project. The listing, which took place on March 18, 2025, comes at a time…
- BeInCrypto
Pi Coin Gains CoinEx Listing Amid Market Woes and Transparency Demands
Pi Network's cryptocurrency, Pi Coin (PI), has secured another exchange listing with CoinEx, marking a notable milestone for the project.
- BeInCrypto
L2 Revolution: CoinEx Research's Take on Ethereum's Dencun Upgrade
The Ethereum Cancun-Deneb, also known as Dencun, is the next significant upgrade to the world's second-largest blockchain. BeInCrypto sat down with CoinEx VP and Lead of CoinEx…
- Coingape
Bitcoin.ℏ Goes Live on CoinEx—Details Here!
Bitcoin.ℏ, a leading quantum-resistant and greener alternative to mainstream crypto, is now officially listed on CoinEx. With this move, the crypto has joined the list of other…
- UToday
How Can Decun Change Ethereum's L2: CoinEx Research Position
Ahead of the mainnet activation of Cancun-Deneb (or Dencun), the most anticipated Ethereum upgrade of 2024, CoinEx describes its major elements.
Data Disclaimer
Exchange data is sourced from third-party providers and may not reflect real-time conditions.
Your Exchange Portfolio — Free Forever
Connect read-only API keys to see balances, orders & trade history. Mix with wallets, Polymarket & Kalshi — one portfolio for everything.
