v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-03113163377.5 KB
Markets

Get market impact price

get/orderbook/{market}/impact-price

Path parameters

marketstring required

Market symbol - ex: BTC-USD-PERP

Query parameters

sizeinteger required

Size

Response

OK

impact_pricestring

The calculated impact price

marketstring

Symbol of the market

sidestring

Trade side (BUY or SELL)

sizestring

Size of the order

Example response

{
  "impact_price": "30130.15",
  "market": "BTC-USD-PERP",
  "side": "BUY",
  "size": "0.05"
}