GET
/
v1
/
public
/
get_account_summary
curl --request GET \
  --url https://api.doppapp.com/v1/public/get_account_summary
[
  {
    "collateral": 123,
    "currency": "<string>",
    "im_health_factor": 123,
    "mm_health_factor": 123,
    "total_initial_margin": 123,
    "total_maintenance_margin": 123,
    "total_open_orders_margin": 123,
    "total_pnl": 123
  }
]

Query Parameters

wallet_address
string
required
currency
string
required

Response

200 - application/json
Retrieves user account summary.
collateral
number
required
currency
string
required
im_health_factor
number
required
mm_health_factor
number
required
total_initial_margin
number
required
total_maintenance_margin
number
required
total_open_orders_margin
number
required
total_pnl
number
required