---
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
  - `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.net/tradeparadex/apis/paradex-rest-api-2.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api-2/revisions/e8fca3e578c7/schema)
