---
title: "GET /api/p2p/users/trading-limits/order"
method: GET
path: "/api/p2p/users/trading-limits/order"
tags: ["ApiP2P"]
---

# GET /api/p2p/users/trading-limits/order

`GET /api/p2p/users/trading-limits/order`

## Query parameters

- `isBuyingOnExchange` boolean
- `exchangeCurrencyCode` string
- `paymentCurrencyCode` string
- `price` number, double
- `requisiteIds` string[]
- `editableOrderId` string, uuid

## Response `200`

Success

- UserOrderLimitsDto
  - `canOpenOrderWithSelectedPriceAndRequisites` boolean, nullable
  - `canOpenNewOrderAtSelectedTradingPair` boolean
  - `canOpenOrderWithinAppealLimits` boolean
  - `canOpenOrderWithinTotalLimits` boolean

---

[API](https://skmtc.dev/binibit/apis/webapp.md) · [All operations](https://skmtc.dev/binibit/apis/webapp/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/binibit/webapp/revisions/975d0a2e9e7d/schema)
