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.

The response is of type object[].