---
title: "Get Position Mode"
method: GET
path: "/trading/{account_name}/{connector_name}/position-mode"
tags: ["Trading"]
---

# Get Position Mode

`GET /trading/{account_name}/{connector_name}/position-mode`

Get current position mode for a perpetual connector.

Args:
    account_name: Name of the account
    connector_name: Name of the perpetual connector

Returns:
    Dictionary with current position mode, connector name, and account name

Raises:
    HTTPException: 400 if not a perpetual connector

## Path parameters

- `account_name` string, required
- `connector_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.net/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/versions/5347fe79537f/schema)
