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

# Get account margin configuration

`GET /account/margin`

Get margin configuration for an account and market

## Query parameters

- `market` string, required

## Response `200`

OK

- ResponsesGetAccountMarginConfigsResp
  - `account` string — Account ID
  - `configs` ResponsesAccountMarginEntry[] — List of margin configurations per market
    - `isolated_margin_leverage` integer — Isolated margin leverage
    - `leverage` integer — Leverage value
    - `margin_type` string — Margin type (CROSS/ISOLATED)
    - `market` string — Market symbol
  - `margin_methodology` string — Margin methodology (cross_margin/portfolio_margin)

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2025-12-24** `e0dd7ef9404f` — 3 info
  - added the media type `application/json` for the response with the status `200`
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `404`

[Change history](https://skmtc.dev/tradeparadex/apis/paradex-rest-api/changes/account/margin/get.md)

---

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