LogoLogo
  • 👋Introduction
  • Get Started
  • Sonic rGEMs Rewards Program
  • Chart Trader
  • Index Price
  • Vaults
    • RabbitX Liquidity Pool Vault
  • Funding Rate
  • Deposit / Withdrawal
  • Fiat Deposits
  • Binance Direct Deposit
  • Profit / Loss Calculation
  • Margin Calculation
  • Market Slippage Protection
  • Liquidations
  • RabbitX Quantower
  • Fees
    • API Fees
  • Frequently Asked Questions
  • Token
    • Explore $RBX
    • Contract Details
  • API Documentation
    • Introduction
    • Rate Limits
    • Generate Your API Keys
      • Signing with API Key
    • Public Endpoints
      • Market Info
      • Trades
      • Orderbook
      • Funding Rate
      • Candles
    • Private Endpoints
      • Account Operations
      • Authentication
      • Orders
      • Fills
      • Positions
      • Profile
      • Balance History
      • Deadman Switch
    • Websocket
      • Trades
      • Orderbook
      • Market Info
      • Account
    • Responses Data Structure
  • Twitter
  • Discord
  • Audit
  • Bug Bounty
  • Bug Bounty Postmortem Report
  • Terms of Use
Powered by GitBook
On this page
  • Where can I find the RabbitX API?
  • What do I need to do to start trading?
  • Can anyone trade?
  • Why am I experiencing the "POST_CHECK_MARGIN" error?
  • How do I set a TP (Take Profit) and SL (Stop Loss)?
  • Why am I experiencing the "POST_MATCH_ERROR_WB" error?
  • Why am I experiencing the "Invalid payload signature" error?
  • Why am I experiencing the "Take Profit must be >/<x" error?
  • How does your liquidation engine work?
  • Why is my market order unfilled?
  • What is market leverage?
  • What is withdrawable balance?
  • What are fair price and market price?
  • Why hasn't my withdrawal arrived yet?
  • What if I still can't find the answer I need?

Frequently Asked Questions

Frequently Asked Questions

PreviousAPI FeesNextExplore $RBX

Last updated 4 months ago

Where can I find the RabbitX API?

Trading APIs are available at API Documentation

What do I need to do to start trading?

Simply deposit through your wallet and you're ready to start trading!

Can anyone trade?

Yes! As long as you have a wallet, you can deposit on the exchange and start trading. We're completely permissionless.

Why am I experiencing the "POST_CHECK_MARGIN" error?

Please read our documentation for more details.

How do I set a TP (Take Profit) and SL (Stop Loss)?

Take Profit (TP) and Stop Loss (SL) can be set after the opening of a position.

Why am I experiencing the "POST_MATCH_ERROR_WB" error?

This message means that placing the order would put your account in a negative margin, leading to an instant liquidation. To avoid this, you should reduce your position size or increase your leverage.

Why am I experiencing the "Invalid payload signature" error?

This error occurs when your session has expired or the payload signature is invalid. To resolve it, simply sign out and log back in to refresh your session.

Why am I experiencing the "Take Profit must be >/<x" error?

For short positions, the Take Profit (TP) must be set below the fair price (FP). Similarly, for long positions, the TP must be set above the FP. This rule prevents immediate execution of the order at an undesirable price. Adjust your TP to ensure it complies with the fair price logic.

How does your liquidation engine work?

Why is my market order unfilled?

To protect traders from adverse price movements when executing a market order, if the execution price of a market order deviates beyond 5%, the exchange will automatically place the remaining unfilled portion of the order at 5% away from the fair price.

What is market leverage?

You can choose a different leverage for each market. For example, you can choose a market leverage of 20x for BTC-USD and a market leverage of 5x for ETH-USD. Your account leverage is your current account open positions notional / account equity. Market leverage is applied to your open positions and active orders in that market.

What is withdrawable balance?

Withdrawable balance is the amount available for withdrawal. It is min(wallet balance, account equity) - order margin - position margin. You will not be able to place new orders if your withdrawable balance is 0.

What are fair price and market price?

Fair price is the price used to mark your position unrealised P&L. Market price is the mid price between the current best bid and best offer.

Why hasn't my withdrawal arrived yet?

Please note the process for withdrawals:

  • The withdrawn amount will be immediately deducted from your wallet balance on RabbitX.

  • You will see the withdrawn amount initially displayed as 'Pending' in your 'Transfers' tab.

  • In 'Transferring' status, your withdrawal is now being processed.

  • You will then be able to claim your requested withdrawal amount back to your wallet. You must initiate the claim and sign the transaction from the 'Transfers' tab.

What if I still can't find the answer I need?

RabbitX employs a partial liquidation strategy that minimises the negative impact of liquidations on users. Check out this for more information.

If you need further assistance, please open a ticket on our Discord channel , and our team will get back to you as soon as possible.

link
here
Margin Calculation