v3
latestOpenAPI 3.0.02026-07-311784111.3 MBCombo Books
Public
Retrieves available combo IDs. This method can be used to get the list of all combos, or only the list of combos in the given state.
Use public/get_combo_details to retrieve detailed information about a specific combo.
get/public/get_combo_ids
Query parameters
currency'BTC' | 'ETH' | 'USDC' | 'USDT' | 'EURR' required
Currency, i.e "BTC", "ETH", "USDC"
The currency symbol
state'active' | 'inactive'
Combo state: "active", "inactive"
Combo state, if not provided combos of all states are considered
Response
Success response
Example response
{
"result": [
"BTC-FS-31DEC21-PERP"
]
}