---
title: "Get account information"
method: GET
path: "/account"
tags: ["Account"]
---

# Get account information

`GET /account`

Respond with requester's account information

## Query parameters

- `subaccount_address` string

## Response `200`

OK

- ResponsesAccountSummaryResponse
  - `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
  - `last_seen_notification` integer — Latest notification event timestamp (ms) the user has seen — used for cross-device dedup
  - `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-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/versions/6a76453d754c/schema)
