v3
latestOpenAPI 3.0.02026-07-311784111.3 MBCombo Books
Matching Engine
Private
Verifies and creates a combo book or returns an existing combo matching the given trades. Combos allow trading on multiple instruments (futures and options) simultaneously as a single strategy.
If a combo matching the provided trades already exists, this method returns the existing combo. Otherwise, it creates a new combo book with the specified leg structure.
Scope: trade:read_write
get/private/create_combo
Query parameters
List of trades used to create a combo
[
{
"instrument_name": "BTC-PERPETUAL"
}
]Response
Success response
Example response
{
"result": {
"id": "BTC-FS-31DEC21-PERP",
"state_timestamp": 1536569522277,
"creation_timestamp": 1536569522277,
"legs": [
{
"instrument_name": "BTC-PERPETUAL",
"amount": -1
}
]
}
}