Phemex
连接 Phemex
登录以连接您的交易所并自动追踪您的投资组合
关于 Phemex
Founded in 2019, Phemex is a centralized cryptocurrency exchange with over 10 million users across 150+ countries. The platform offers spot trading, derivatives trading, copy trading, and wealth management products.
Phemex maintains a 100% Proof-of-Reserves and provides web and mobile interfaces, along with trading tools and order types used for execution and risk management. Phemex also offers order types and trading tools commonly used for execution and risk management, alongside account features related to portfolio and product access.
Editorial summary aggregated from CoinGecko and CoinMarketCap exchange profiles for Phemex, an exchange operating since 2019.
Phemex at a Glance
Key facts about Phemex 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.
- 信任评分
- 9/10
- Rank #13
- 24h Volume (normalized)
- 10.6K BTC
- Active markets
- 100 pairs
- Available in
- 1 jurisdictions
- Samoa
- Operating since
- 2019
- 7 years
- Trading incentives
- Not offered
- CCXT integration
- Supported
- phemex
- Data source
- CoinGecko exchange registry
交易访问与集成
Phemex 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 Phemex 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 Phemex 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 Phemex 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 Phemex against newer venues.
Connection metadata is read directly from Mantapex's CCXT integration manifest — credential requirements reflect what Phemex itself exposes to read-only API consumers and may evolve as the venue updates its API.
Getting Started with Phemex
- Log in to the correspondent domain and hover over your Account name on the top right corner of the page.
- Click on API Management.
- Click the Create New API Key button on the top right side of the page.
- Choose either High Rate Limit API entry or Default API entry.
- Enter a Name and IP address.
- Select the desired level of Permission and click Confirm.
- Enter the Email Verification Code sent to you by Phemex.
NOTE: The API Key will only display one time, please make sure to copy and save it carefully.
Phemex 的账户、托管与安全
Phemex 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. Phemex has been running its custody and matching infrastructure since 2019, which gives it 7 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 Phemex — operates under some form of KYC ("Know Your Customer") and AML ("Anti-Money-Laundering") obligations imposed by the jurisdiction it serves. Phemex 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.
For the specific case of connecting Phemex 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 Phemex 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 Phemex's API until Phemex itself invalidates it.
如何安全地连接任何交易所
Enable two-factor authentication on the exchange 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, or Google Authenticator); SMS-based 2FA is the weakest common method because of SIM-swap risk. Keep the recovery phrase or backup codes in offline cold storage rather than the same password manager you sign in with. Where the venue offers a withdrawal-address whitelist, turn it on: it shrinks the blast radius of a stolen key or hijacked session because funds can only leave to a pre-approved address after a cool-down. Pair that with anti-phishing codes, a dedicated email account, and alerts for new logins, withdrawal requests and API-key creation — most exchange-related losses originate from compromised individual accounts, not platform-wide breaches.
Security guidance on this page is generic exchange hardening that applies to every centralised crypto venue. For Phemex's exchange-specific policies — fund-segregation model, proof-of-reserves cadence, insurance coverage and incident-response history — the canonical references are Phemex's own Help Centre and any audit reports or attestations the venue publishes directly.
Phemex 的 API 访问详情
Connecting Phemex as a read-only portfolio source on Mantapex relies on the credentials defined by Phemex'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 Phemex doesn't ask for that field at all.
In short, Phemex requires 2 credentials to authenticate API requests: API 密钥 and API 密钥串. 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 Phemex 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 Phemex 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 Phemex 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 Phemex'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. Phemex 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.
Phemex 的官方资源与社区
The links below point to first-party Phemex 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.
相关交易所与对比
按信任评分排名的顶级交易所
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.
Phemex 最新动态
Latest reporting from major crypto news outlets covering Phemex.
- Cryptopolitan
Phemex and HTX have launched prediction markets
Two major crypto exchanges launched prediction market features on the same day, letting users wager real money on the outcomes of world events, a move that signals a growing push…
- TheNewsCrypto
Phemex Integrates Ondo Tokenized Stocks and ETFs to Bring RWA Trading to 10M Users
Phemex added 14 tokenized stocks and ETFs through Ondo. The move expands Phemex into real-world asset (RWA) tokenization.
- Crypto news
Phemex adds 14 Ondo RWA stocks and ETFs for 10m users
Phemex integrates Ondo tokenized equities, giving 10m users onchain access to 14 major stocks and ETFs.
- TheNewsCrypto
Phemex Launches Tokenised Gold and Silver Trading Campaign
By widening access to access-supported instruments along with key crypto products, the exchange targets a more balanced portfolio. Being a part of an evolving multi-asset…
- Coingape
Phemex Crypto Exchange To Resume Withdrawals Of USDT And USDC Today: CEO
Phemex CEO Federico Variola has assured that withdrawal functions for USDT and USDC will commence shortly. This has given relief to Phemex crypto exchange users who were eagerly…
- CoinPedia
Phemex's New Round of Listing GMT, FIDA, GARI, SHILL, and 18 more coins
Cryptocurrencies are gradually making their way into the mainstream. Traders, large and small, want a piece of the action. With new initiatives and currencies regularly entering…
- Blockonomi
Phemex Exchange Adds SHIB, DYDX & FTM for Spot Trading
The post Phemex Exchange Adds SHIB, DYDX & FTM for Spot Trading appeared first on Blockonomi.
- The Block
Millions worth of stolen funds from Phemex hack are on the move, some to Tornado Cash crypto mixer
The $85 million hack in January was likely perpetrated by an experienced group of hackers due to its sophistication, experts said.
数据免责声明
交易所数据来源于第三方提供商,可能无法反映实时情况。
您的交易所投资组合——永久免费
连接只读 API 密钥,查看余额、订单和交易历史。与钱包、Polymarket 和 Kalshi 混合——一个投资组合管理一切。
