---
title: "Query Cross Margin Account Details (USER_DATA)"
method: GET
path: "/sapi/v1/margin/account"
tags: ["Margin"]
---

# Query Cross Margin Account Details (USER_DATA)

`GET /sapi/v1/margin/account`

Weight(IP): 10

## Query parameters

- `recvWindow` integer
- `timestamp` integer, required
- `signature` string, required

## Response `200`

Margin account details

- object
  - `created` boolean, required
  - `borrowEnabled` boolean, required
  - `marginLevel` string, required
  - `collateralMarginLevel` string, required
  - `totalAssetOfBtc` string, required
  - `totalLiabilityOfBtc` string, required
  - `totalNetAssetOfBtc` string, required
  - `TotalCollateralValueInUSDT` string, required
  - `tradeEnabled` boolean, required
  - `transferInEnabled` boolean, required
  - `transferOutEnabled` boolean, required
  - `accountType` string, required
  - `userAssets` object[], required
    - `asset` string, required
    - `borrowed` string, required
    - `free` string, required
    - `interest` string, required
    - `locked` string, required
    - `netAsset` string, required

## Other responses

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

## Changes

- **2024-10-08** `0dd2f133e12d` — 1 breaking, 6 info
  - removed the required property `transferEnabled` from the response with the `200` status
  - added the required property `TotalCollateralValueInUSDT` to the response with the `200` status
  - added the required property `accountType` to the response with the `200` status
  - added the required property `collateralMarginLevel` to the response with the `200` status
  - …3 more
- **2021-10-25** `a484ce871a72` — 2 breaking, 18 info
  - for the `query` request parameter `recvWindow`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - for the `query` request parameter `timestamp`, the type/format was changed from `integer`/`` to `integer`/`int64`
  - the response property `borrowEnabled` became required for the status `200`
  - the response property `code` became required for the status `400`
  - …16 more

[Change history](https://skmtc.dev/binance/apis/binance-public-spot-api/changes/sapi/v1/margin/account/get.md)

---

[API](https://skmtc.dev/binance/apis/binance-public-spot-api.md) · [All operations](https://skmtc.dev/binance/apis/binance-public-spot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binance/binance-public-spot-api/revisions/0dd2f133e12d/schema)
