---
title: "Get market impact price"
method: GET
path: "/orderbook/{market}/impact-price"
tags: ["Markets"]
---

# Get market impact price

`GET /orderbook/{market}/impact-price`

## Path parameters

- `market` string, required

## Query parameters

- `size` integer, required

## Response `200`

OK

- ResponsesImpactPriceResp
  - `encoded` string — Opaque signed impact price for attaching to a market order
  - `impact_price` string — The calculated impact price
  - `market` string — Symbol of the market
  - `side` string — Trade side (BUY or SELL)
  - `size` string — Size of the order

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/tradeparadex/apis/paradex-rest-api-2/revisions/d9fe8cd16a85?raw)
