Skip to main content
POST
Sets the manual reference price for an order book. This applies when priceRefMode is MANUAL: the submitted price becomes the new reference around which the spread band is computed. Each update is recorded in the price reference history.

Authentication

Requires an instance API key with the trading service enabled.

Path Parameters

string
required
The order book identifier. Max 100 characters.

Request Body

string
required
The reference price as a decimal string. 1-64 characters, matching ^\d+\.?\d*$ (for example "100.25").

Error Codes