Price Reference
Set Price Reference
Set the manual reference price for an order book
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 thetrading 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").