---
title: "Collateral Account Hedge Mode"
method: POST
path: "/api/v4/collateral-account/hedge-mode"
tags: ["Collateral Trading"]
---

# Collateral Account Hedge Mode

`POST /api/v4/collateral-account/hedge-mode`

The endpoint returns the current [hedge mode](/glossary#hedge-mode) status for the collateral trading account. When hedge mode is enabled (`true`), the account supports simultaneous long and short positions on the same market. When disabled (`false`), the account operates in one-way mode.

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

## Request body

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

## Response `200`

Successful response - returns hedge mode status

- object
  - `hedgeMode` boolean — Indicates whether hedge mode is active. When `true`, the account supports simultaneous long and short positions on the same market.

## Other responses

- `422` — Request validation failed
- `500` — Internal error
- `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)
