v2
OpenAPI 3.0.02026-07-311824171.4 MBCombo Books
Private
Returns individual leg prices for a given combo structure based on an aggregated price of the strategy and the mark prices of the individual legs.
Note: Leg prices change dynamically with mark price fluctuations, and the algorithm is calibrated only for conventional option structures and future spreads. This method supports both inverse strategies and known linear structures within a single currency pair.
get/private/get_leg_prices
Query parameters
List of legs for which the prices will be calculated
[
{
"instrument_name": "BTC-PERPETUAL"
}
]pricenumber required
Price for the whole leg structure
Response
Success response
Example response
{
"result": {
"legs": [
{
"instrument_name": "BTC-PERPETUAL"
}
]
}
}