GET
/
profile
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "account_equity": 123,
      "account_leverage": 123,
      "account_margin": 123,
      "balance": 123,
      "cum_trading_volume": 123,
      "cum_unrealized_pnl": 123,
      "health": 123,
      "id": 123,
      "last_liq_check": 123,
      "last_update": 123,
      "leverage": {},
      "profile_type": "<string>",
      "status": "<string>",
      "total_notional": 123,
      "total_order_margin": 123,
      "total_position_margin": 123,
      "wallet": "<string>",
      "withdrawable_balance": 123
    }
  ],
  "success": true
}

Response

200
application/json
OK
error
string
pagination
object
result
object[]
success
boolean