v3
latestOpenAPI 3.0.02026-07-311784111.3 MBCombo Books
Public
Retrieves information about active combos for the specified currency. Returns detailed information including leg structures and combo properties.
For a list of combo IDs only, use public/get_combo_ids. For details about a specific combo, use public/get_combo_details.
get/public/get_combos
Query parameters
currency'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR' | 'any' required
Currency name or "any" if don't care
The currency symbol or "any" for all
Response
Success response
Example response
{
"result": [
{
"id": "BTC-FS-31DEC21-PERP",
"state_timestamp": 1536569522277,
"creation_timestamp": 1536569522277,
"legs": [
{
"instrument_name": "BTC-PERPETUAL",
"amount": -1
}
]
}
]
}