Blast Futures Exchange
  • Get Started
    • 👋Introduction
      • What Is Blast?
    • What are Perpetual Futures?
    • Bridging to Blast
    • Blast Points & Gold
      • Blast Gold Liquidity Program
    • BFX Points
      • Staking $RBX
      • Staking $RBX LP
    • USDB Native Yield
    • Referral Program
    • Index Price
    • Funding Rate
    • Deposit & Withdrawal
    • Trading Fees
    • BFX OTC Service
    • Dynamic Market Maker (DMM)
      • Dynamic Router
    • Profit / Loss Calculation
    • Margin Calculation
    • Insurance Fund
    • Liquidations
  • API DOCUMENTATION
    • Introduction
    • 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
    • Vault Setup
  • Frequently Asked Questions
  • Contracts
  • Telegram
  • Discord
  • Audits
Powered by GitBook
On this page
  1. API DOCUMENTATION
  2. Private Endpoints

Profile

Get profile

Get profile information.

GET /profile
Example response

{
    "success": true,
    "error": "",
    "result": 
            {'account_equity': '10100.5942298516373318',
             'account_leverage': '0.13022857567255437197804012528243472907',
             'account_margin': '7.6788062438338535850313140021256117976',
             'balance': '10037.1782298516373318',
             'cum_trading_volume': '1378.802',
             'cum_unrealized_pnl': '63.416000000000000000000000000000000088',
             'health': '1',
             'id': 7615,
             'last_liq_check': 0,
             'last_update': 1676649580751868,
             'leverage': {'BTC-USD': '20', 'ETH-USD': '1', 'SOL-USD': '1'},
             'profile_type': 'trader',
             'status': 'active',
             'total_notional': '1315.386',
             'total_order_margin': '0',
             'total_position_margin': '65.7693',
             'wallet': '0x22a06bcbe144414399117ae98be847bdc79f0dc3',
             'withdrawable_balance': '9971.4089298516373318'}
}
PreviousPositionsNextBalance History

Last updated 10 months ago