v2
latestOpenAPI 3.0.02026-07-311824171.4 MBCombo Books
Public
Retrieves detailed information about a specific combo, including its leg structure, state, and other properties.
Use public/get_combo_ids to get a list of available combo IDs.
get/public/get_combo_details
Query parameters
combo_idstring required
Unique combo identifier
Example:BTC-FS-31DEC21-PERP
Combo ID
Response
Success response
Example response
{
"result": {
"id": "BTC-FS-31DEC21-PERP",
"state_timestamp": 1536569522277,
"creation_timestamp": 1536569522277,
"legs": [
{
"instrument_name": "BTC-PERPETUAL",
"amount": -1
}
]
}
}