---
title: "Collateral Account Summary"
method: POST
path: "/api/v4/collateral-account/summary"
tags: ["Collateral Trading"]
---

# Collateral Account Summary

`POST /api/v4/collateral-account/summary`

The endpoint returns a collateral account summary including total equity, used margin, free margin, unrealized profit and loss, and the current leverage level. The `marginFraction` field indicates the ratio of used margin to total equity.

<Warning>
Rate limit: 12000 requests/10 sec.
</Warning>

## Request body

- object
  - `request` string
  - `nonce` integer

## Response `200`

Successful response - returns collateral account summary

- object
  - `equity` string — Total equity value of the collateral account
  - `margin` string — Total margin used
  - `freeMargin` string — Available margin for trading
  - `unrealizedFunding` string — Unrealized funding payments
  - `pnl` string — Unrealized profit and loss
  - `leverage` integer — Current leverage level
  - `marginFraction` string — Margin fraction ratio (margin / equity)

## Other responses

- `422` — Request validation failed
- `503` — Service temporarily unavailable

---

[API](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4.md) · [All operations](https://skmtc.net/whitebit/apis/whitebit-private-http-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/whitebit/whitebit-private-http-api-v4/revisions/76c9def9942f/schema)
