---
title: "Get account summaries (main account + authorized accounts)"
method: GET
path: "/account/summary"
tags: ["Account"]
---

# Get account summaries (main account + authorized accounts)

`GET /account/summary`

Respond with account summaries for the account plus all authorized accounts.

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `account` string — User's starknet account
    - `account_value` string — Current account value [with unrealized P&Ls]
    - `free_collateral` string — Free collateral available (Account value in excess of Initial Margin required)
    - `initial_margin_requirement` string — Amount required to open trade for the existing positions
    - `maintenance_margin_requirement` string — Amount required to maintain exisiting positions
    - `margin_cushion` string — Acc value in excess of maintenance margin required
    - `seq_no` integer — Unique increasing number (non-sequential) that is assigned to this account update. Can be used to deduplicate multiple feeds
    - `settlement_asset` string — Settlement asset for the account
    - `status` string — Status of the acc - like ACTIVE, LIQUIDATION
    - `total_collateral` string — User's total collateral
    - `updated_at` integer — Account last updated time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api/versions/26dce0f96ab2/schema)
