Bybit FAQ: 70+ Answers on Derivatives, Spot & API Automation

A comprehensive reference for Bybit traders — covering spot, perpetual and futures contracts, margin and funding, API access and security, and how to automate TradingView alerts into any Bybit account.

PickMyTrade + Bybit Automation

23 answers
Can I automate TradingView alerts to place trades on Bybit?
Yes. You can connect TradingView to Bybit either through PickMyTrade or through Bybit's own built-in Webhook Signal Trading feature. PickMyTrade handles the API authentication and order routing for you, so you just paste a webhook URL into your TradingView alert and PickMyTrade forwards the signal to Bybit.
Does PickMyTrade support Bybit?
Yes, Bybit is one of the supported brokers on PickMyTrade.io. You connect by generating a read/trade API key on Bybit and pasting the key and secret into PickMyTrade, which then routes TradingView webhook alerts to Bybit spot or perpetuals.
What Bybit API version does PickMyTrade use?
Bybit's current public API is v5, which unifies endpoints for spot, USDT/USDC perpetuals, inverse contracts, and options under a single category parameter. Most third-party tools including PickMyTrade build on v5 because it supports the Unified Trading Account.
Can I automate both spot and perpetual (futures) trades on Bybit?
Yes. Bybit's v5 API exposes separate categories (spot, linear, inverse, option) and you can send orders to any of them with the same API key. In your TradingView alert JSON you tell PickMyTrade whether the trade is spot or perps so it routes to the right product.
What does a Bybit webhook JSON alert look like?
At minimum it includes the action (buy/sell/close), the symbol (e.g. BTCUSDT), quantity or order size, and the product type (spot or perp). PickMyTrade auto-generates the JSON for you so you don't have to write it manually, but you can also use Bybit's native webhook feature with a payload their help center documents.
How many webhook strategies can I run at the same time on Bybit?
Bybit's native webhook feature allows up to 5 webhook strategies per symbol and up to 30 webhook strategies per UID running at once. Using PickMyTrade routes alerts through your API key instead, which sidesteps Bybit's webhook-feature caps but still respects API rate limits.
Do I need a paid TradingView plan to automate Bybit?
Yes. TradingView webhooks are only available on paid plans (Essential, Plus, or Premium). The free plan does not emit webhook alerts, so automation to Bybit through any third-party tool requires at least the entry-level paid tier.
How fast does a TradingView alert reach Bybit through PickMyTrade?
Typical end-to-end latency is a few seconds: TradingView fires the webhook, PickMyTrade receives it and calls Bybit's API, and Bybit matches the order. Exact timing varies with TradingView alert dispatch and network conditions, so it is not suitable for sub-second HFT strategies.
Can I use sub-accounts on Bybit for automated trading?
Yes. You can create sub-accounts under your master account and generate a separate API key per sub. This is a common pattern for isolating each bot or strategy so one strategy's risk does not bleed into your main balance.
Should I use a sub-account when connecting Bybit to PickMyTrade?
Many users do. A dedicated sub-account with its own API key means PickMyTrade only has access to the capital you allocate to automation, which limits blast radius if an API key is ever leaked. You can top up or drain the sub-account from your master as needed.
Do Bybit API keys expire?
An API key created without an IP whitelist expires after 90 days. If you bind the key to one or more IP addresses, it stays active until you revoke it. Automation tools typically recommend IP-whitelisting to avoid the 90-day reset.
What API permissions do I need to set for PickMyTrade or any TradingView webhook bot?
Enable Read and Trade for spot and/or contracts, depending on what you plan to trade. Do NOT enable withdrawal permissions; no order-routing tool needs them. You should also uncheck Account Transfer and Subaccount Transfer unless a specific feature requires it.
Does Bybit support hedge mode (long and short at the same time)?
Yes, Bybit supports hedge mode on perpetuals, so you can hold both a long and a short on the same contract simultaneously. Hedge mode has to be toggled on inside Bybit itself, and your bot needs to send the correct positionIdx field when placing orders.
What are Bybit's API rate limits?
Bybit enforces per-endpoint rate limits measured in requests per second, and exceeding them returns 429 errors or short IP throttles. WebSocket market-data streams are not counted against REST rate limits, which is why many bots use WS for prices and REST only for orders.
Can the same TradingView alert send to Bybit and another broker at the same time?
With PickMyTrade, yes — you can fan out one alert to multiple broker accounts, including Bybit plus a non-crypto broker on the same alert. That lets you mirror a strategy across venues for redundancy or to hedge across asset classes.
Can I run automation on Bybit while my computer is off?
Yes. PickMyTrade runs in the cloud, and TradingView sends alerts from their servers, so once both are configured you can shut down your PC and trades will still execute on Bybit. Native Bybit Webhook Signal Trading is similarly server-side.
Does Bybit have a native webhook feature, and how is it different from PickMyTrade?
Yes. Bybit has a built-in Webhook Signal Trading feature where you configure a strategy template on Bybit and paste Bybit's URL into TradingView. PickMyTrade is a separate, broker-agnostic layer that gives you more control over JSON payloads, position sizing logic, and the ability to mirror the same alert to non-Bybit brokers.
How do I avoid the common 'OrderLinkedID is duplicate' error on Bybit automation?
This error often appears when using UTA Pro sub-accounts with certain bot platforms, because duplicate client order IDs get sent within a short window. Using a standard UTA sub-account (not UTA Pro) and making sure your bot generates unique order link IDs per request usually resolves it.
Do I need to know any code to automate Bybit trades?
No. PickMyTrade is a no-code bridge — you click through a visual setup to connect your Bybit API key, and it generates the webhook URL and JSON for your TradingView alert. You only touch code if you want to customize the JSON payload yourself.
Can I backtest a strategy before automating it on Bybit?
You backtest on TradingView using Pine Script, the same way you would for any other broker. The backtest runs on TradingView's historical data, then once you are satisfied with the results you attach an alert and route it to Bybit through PickMyTrade.
Does Bybit's API support take-profit and stop-loss parameters directly?
Yes. The v5 Place Order endpoint accepts takeProfit, stopLoss, tpTriggerBy, and slTriggerBy fields, so your bot can attach TP/SL at order time instead of sending a second order. PickMyTrade exposes these as options in the alert JSON.
Can I automate Bybit options trades through TradingView?
Technically yes, because Bybit's v5 API has an 'option' category. In practice most TradingView-to-Bybit automation is for spot and perpetuals, since TradingView charts don't natively stream every option strike. Check that your automation tool explicitly supports Bybit options before attempting.
Is cloud-based automation more reliable than running a Python bot on my own server?
For most retail traders, yes. Cloud tools like PickMyTrade handle uptime, IP whitelisting, and reconnection logic. Self-hosted bots give you more control but also mean you are responsible for outages, TradingView retries, and patching the Bybit API when it changes.

Account Setup & Onboarding

7 answers
Can US residents use Bybit?
No. Bybit does not offer services to users in the United States — it is explicitly listed among Bybit's service-restricted countries. Some US users use VPNs, but that violates Bybit's terms of service and puts your funds at risk of a frozen withdrawal.
Which countries are restricted on Bybit?
Bybit does not serve the United States, Mainland China, Hong Kong, Singapore, Canada, North Korea, Cuba, Iran, Syria, Sudan, sanctioned Russian-controlled regions of Ukraine, and a handful of others. The full list is published on Bybit's help center and updated periodically.
How do I sign up for a Bybit account?
Go to bybit.com, click Sign Up, and register with an email or phone number. You can start depositing and spot trading before KYC, but most features — including higher withdrawal limits and derivatives — require at least Standard (Level 1) KYC.
What are Bybit's KYC levels?
Bybit has three KYC tiers. Standard (Level 1) needs a government ID plus a selfie and usually completes in 5 to 20 minutes. Advanced (Level 2) adds a proof-of-address document. Pro (Level 3) requires enhanced due diligence including proof of income.
Can I trade on Bybit without completing KYC?
Unverified accounts can deposit crypto and spot trade, but face a daily withdrawal cap (historically 2 BTC-equivalent) and are blocked from many derivatives features. Completing Standard KYC is required to unlock the product catalog most users come to Bybit for.
Can I have a business or corporate account on Bybit?
Yes. Bybit supports institutional and business KYC, which requires corporate registration documents, beneficial-owner information, and additional due diligence. Processing takes longer than individual KYC and is handled by a separate institutional team.
Is Bybit available in the EU?
Yes, through Bybit EU GmbH, which holds a MiCA CASP authorization from Austria's FMA and can passport services across most EEA countries. EU users are onboarded onto the EU entity rather than the global platform, which changes some available products.

Fees, Commissions & Pricing

7 answers
What are Bybit's spot trading fees?
The base spot fee is 0.10% maker and 0.10% taker for regular users. VIP 1 drops to roughly 0.06% maker / 0.08% taker, and higher VIP tiers can reach 0.01% / 0.03%. Paying fees with BB (Bybit's native token) can reduce the effective rate further.
What are Bybit's perpetual futures fees?
Base futures fees are approximately 0.020% maker and 0.055% taker. VIP tiers reduce this to 0.00% / 0.03% at the highest levels. These are applied per fill, not per order.
What is a funding rate on Bybit perpetuals?
Perpetual contracts have no expiry, so a funding rate keeps their price anchored to spot. Every 8 hours (00:00, 08:00, 16:00 UTC) longs pay shorts or vice versa, depending on whether the perpetual trades above or below the index price. Some high-volatility contracts settle more frequently.
How much does a Bybit crypto withdrawal cost?
Network fees vary by coin and chain. For example, withdrawing USDT on Tron (TRC-20) can cost around 1 USDT, while the same USDT on Ethereum (ERC-20) is closer to 10 USDT because Ethereum gas is more expensive. Bybit publishes the current fee for each coin/chain pair on the withdrawal page.
Does Bybit charge a deposit fee?
On-chain crypto deposits are free — Bybit does not add a platform fee. You still pay the network's transaction cost to move the coin onto the chain. Fiat deposits via card or bank can carry fees from the payment processor or P2P counterparty.
Are there fees on Bybit P2P trading?
Bybit's P2P platform generally charges zero platform fees for takers buying or selling crypto peer-to-peer. You still need to account for any payment-method fees your bank or provider charges, and makers have separate rules.
Are Bybit's fees cheaper than Binance?
On spot the base rates are similar (~0.1%), but Bybit's futures taker fee (0.055%) is slightly higher than Binance's (0.04%). At VIP tiers the gap narrows. Fee competitiveness depends heavily on your volume and whether you use token-based discounts.

Platform Features & Trading Tools

7 answers
What is the Bybit Unified Trading Account (UTA)?
The UTA merges your spot, futures, and options balances into a single account with shared margin. Unrealized profits on one position can act as margin for another, and more than 70 coins can be used as collateral. Upgrading to UTA is one-way — you can't revert to a classic account after the upgrade.
What products can I trade on Bybit?
Bybit supports spot trading, USDT and USDC perpetual futures, inverse (coin-margined) contracts, options on BTC and ETH, and a margin-trading mode on spot. There is also P2P, a Launchpad for new token sales, copy trading, and several Earn products.
How does Bybit copy trading work?
You browse a leaderboard of Master Traders, allocate capital (minimum ~100 USDT), and their trades mirror into your account automatically. Classic mode copies positions 1:1, Pro mode pools into a NAV-style strategy product, and TradFi copy trading covers MT5 forex and commodity signals.
What is Bybit Launchpad?
Launchpad is Bybit's token-sale platform where you can commit USDT (or stake BB) for a chance at early allocations of newly listed projects. It works through a lottery-style subscription model rather than a first-come-first-served model.
What Earn products does Bybit offer?
Bybit Earn bundles flexible and fixed-term savings, Dual Asset, liquid staking, and on-chain staking into one menu. APRs and lock-up periods vary by product, and some products carry principal risk even though the headline yield looks attractive.
How does options trading work on Bybit?
Bybit offers USDC-settled options on BTC and ETH with expiries ranging from daily to quarterly. You can buy or sell calls and puts, see Greeks, and view a P&L probability chart in the trading UI. Sellers face margin requirements; buyers pay a premium up front and cannot be liquidated.
What leverage can I use on Bybit perpetuals?
Bybit offers up to 100x leverage on major pairs like BTCUSDT perpetual, with lower caps on smaller altcoins. Higher leverage tightens your liquidation price, so most experienced traders keep effective leverage well below the maximum.

Deposits, Withdrawals & Funding

6 answers
How do I deposit crypto into Bybit?
Log in, go to Assets → Deposit, pick the coin and the network (e.g. USDT on TRC-20), and send from your wallet to the generated address. Deposits are free at the platform level; you pay only the network gas fee.
Can I buy crypto with a credit or debit card on Bybit?
Yes, where regulation allows. Bybit supports Visa and Mastercard purchases via One-Click Buy across 50+ fiat currencies. Fees and limits depend on the processor and your region, and some countries don't have card payments enabled.
How does P2P deposit work on Bybit?
P2P lets you buy or sell crypto directly from another user using a local payment method (bank transfer, wallet, etc.). Bybit escrows the crypto and releases it after the seller confirms fiat receipt. The platform supports 57+ fiat currencies and 550+ payment methods.
Which stablecoins can I use on Bybit?
USDT and USDC are the two dominant stablecoins on Bybit and settle most of its markets. USDT supports multiple chains including TRC-20 and ERC-20; USDC is mainly on Ethereum and a handful of other networks. Always pick the right chain on both sender and Bybit or funds can be lost.
How long do Bybit withdrawals take?
Bybit usually processes withdrawal requests within minutes after review, but it can take longer during high-volume periods or if risk checks are triggered. Once broadcast, arrival time depends on the blockchain — Tron and Solana withdrawals land fast, Ethereum can take longer during congestion.
Is there a minimum withdrawal on Bybit?
Yes, each coin and network has its own minimum, set slightly above the network fee so withdrawals don't net to zero. You can see the minimum on the withdraw screen before confirming; attempting to withdraw below it gets rejected.

Security, Regulation & Safety

6 answers
How does Bybit secure user funds?
Bybit uses a mix of cold and hot wallets, multi-sig approval workflows, and insurance funds on the derivatives side. Publicly it runs monthly Merkle-tree Proof of Reserves audits — verified by Hacken since mid-2024 — showing reserves of 100% or more against user balances.
What is Bybit's Proof of Reserves?
It's a Merkle-tree-based cryptographic audit that lets you verify your individual balance is included in the reported total, without exposing other users' balances. Bybit publishes a fresh report roughly monthly and has consistently shown >100% coverage on major assets.
What happened with the February 2025 Bybit hack?
On February 21, 2025, attackers (attributed to the DPRK-linked Lazarus Group) compromised a Safe{Wallet} developer workstation and manipulated a transaction UI, draining roughly $1.5B in ETH from a Bybit cold wallet. Bybit said users would not bear losses and backed balances with reserves while pursuing recovery. Customer-facing trading was not directly breached.
What 2FA options does Bybit support?
Bybit requires 2FA for login, withdrawal, and sensitive settings. You can bind Google Authenticator (or another TOTP app), SMS, and email codes. An authenticator app is strongly recommended because SMS is vulnerable to SIM-swap attacks.
Can I whitelist withdrawal addresses on Bybit?
Yes. Turning on Withdrawal Address Whitelist restricts outgoing transfers to addresses you have explicitly pre-approved. Combined with the New Address Lock — which delays a newly added address from being used for 24 hours — it's the single best guardrail against drain-style attacks.
What is the Bybit anti-phishing code?
It's a short string you set in your security settings that Bybit then embeds in all its legitimate emails and SMS. If an alleged Bybit email arrives without your code, it's a phishing attempt and you should not click links inside it.

Prop Firm Support

3 answers
Can I use Bybit for prop firm automation through PickMyTrade?
Not applicable — Bybit is a retail crypto exchange, not a prop firm. For prop firm automation via PickMyTrade, look at Tradovate, Rithmic, TradeLocker, Match-Trader, or ProjectX. These are the platforms that host the major futures and CFD prop firms.
Does Bybit offer funded or challenge accounts like a prop firm?
No. Bybit has copy trading and Master Trader programs, but it doesn't sell evaluation challenges or funded-trader accounts in the prop-firm sense. If you want evaluations-to-funded, that lives in the traditional futures/CFD ecosystem.
Are there any prop firms that run on Bybit infrastructure?
A handful of small crypto-focused 'prop' programs use Bybit-compatible APIs or copy trading, but none are household names comparable to the big futures prop firms. For automation, stick to Bybit's own retail and copy-trading products, or use a futures-focused prop firm on Tradovate / Rithmic / ProjectX.

Common Issues & Troubleshooting

6 answers
Why was my Bybit KYC rejected?
The most common reasons are: the ID photo is blurry or expired, your proof-of-address document is older than three months, you submitted a scanned/e-copy instead of a clean photo of a physical document, or Bybit detected another verified account with the same ID. You can re-submit after checking the email Bybit sends with the rejection reason.
Why didn't my deposit show up on Bybit?
Usual causes: wrong network selected (e.g. sent USDT on BEP-20 to a TRC-20 address), the coin needs more block confirmations, or you forgot a required tag/memo on coins like XRP or XLM. Bybit offers a self-service deposit recovery form for missing-memo cases; wrong-network sends are sometimes unrecoverable.
Why is my Bybit withdrawal rejected or pending?
Withdrawals get held when the address and chain don't match, the amount is below the minimum, the balance is locked by open orders, you've hit the 24-hour withdrawal limit, or risk systems flag the transaction. Canceling active orders and moving funds to the Funding wallet often unlocks a pending request.
I get an 'Invalid Code' error on 2FA — what do I do?
That error almost always comes from clock drift: your phone's time isn't synced with the authenticator. Go to Google Authenticator → Settings → Time correction for codes → Sync now, or enable automatic time zone on your device and retry.
I lost my phone with Google Authenticator — how do I recover my Bybit account?
Log in, click 'Having problems with verification', pick 'Google Authenticator not working', and Bybit emails/SMSes you a recovery code. If you also lost access to your email and phone, you can file a manual support case — expect a 1-3 business day response. Saving your Recovery Key Phrase when you first set up 2FA makes this much faster.
Why is my Bybit API key suddenly returning auth errors?
Common causes: the key hit its 90-day expiry (keys without an IP whitelist auto-expire), your server IP changed and isn't on the whitelist, system time on the machine making the request is off by more than a few seconds, or you accidentally unchecked Trade permissions. Re-generate the key and IP-whitelist it to avoid the 90-day reset.

Bybit vs Alternatives

5 answers
Bybit vs Binance — which is better?
Binance wins on breadth: more listings, deeper spot liquidity, and a larger fiat on-ramp network. Bybit is widely seen as more focused on derivatives UX, with a cleaner perpetuals interface, competitive futures fees, and strong copy trading. Both restrict US users; Binance has a separate Binance.US entity, Bybit does not.
Bybit vs OKX — which is better for futures?
Both are top-tier derivatives venues with deep liquidity on BTC and ETH perps. OKX typically edges Bybit on spot liquidity and a wider range of trading products (including DEX integrations), while Bybit is often preferred for the UTA experience and copy trading. Fee structures are close at retail tiers.
Bybit vs BingX — which should I pick?
BingX is best known as a copy-trading-first platform with a large social trading community and slightly cheaper base futures taker fees. Bybit has deeper derivatives liquidity, more institutional tooling, and a broader product range (options, Launchpad, UTA). Most high-volume traders pick Bybit; beginners focused on copy trading often start with BingX.
Bybit vs Bitget — what's the difference?
Bitget has a larger registered user base and a flagship copy-trading product, plus a well-funded protection pool. Bybit tends to be rated higher for pro traders thanks to stronger derivatives liquidity, UTA, and options. Fees are broadly similar at entry tiers.
Bybit vs Coinbase for non-US users?
For non-US traders who want derivatives and leverage, Bybit is the obvious choice — Coinbase's international derivatives offering is narrower and geared more to institutional users. Coinbase is stronger for regulated fiat rails and custody comfort, while Bybit is stronger for active trading and low derivatives fees.