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
  • General Info
  • Reference implementation
  1. API Documentation

Public Endpoints

PreviousSigning with API KeyNextMarket Info

Last updated 10 months ago

General Info

  • All endpoints return either a JSON object or an array.

  • All private endpoints require onboarding first.

Reference implementation

Python:

Examples:

Python Installation

git clone https://github.com/rabbitx-io/rabbitx-python-client.git
cd rabbitx-python-client
pip install .

Notes: The following documentation is provided as-is, RabbitX accepts no responsibility for the accuracy of the data received, and carries no liability whatsoever for any claimed losses arising in connection with inaccuracies with the API.

https://github.com/rabbitx-io/rabbitx-python-client
https://github.com/rabbitx-io/rabbitx-python-client/tree/main/examples