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
  1. API Documentation
  2. Private Endpoints

Profile

Get profile

Get profile tier information.

GET /profile
Example response

{
    "success": true,
    "error": "",
    "result": 
            [
                {
                  "tier_status": {
                    "current": {
                      "tier": 2,
                      "title": "VIP 2 (Gold)",
                      "min_volume": "5000000"
                    },
                    "next": {
                      "tier": 3,
                      "title": "VIP 3 (Platinum)",
                      "min_volume": "10000000"
                    },
                    "needed_volume": "4630999.406908"
                  }
                }
            ]
}

PreviousPositionsNextBalance History

Last updated 6 months ago