v2

OpenAPI 3.0.02026-07-311824171.4 MB
Combo 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.

Try in API console

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

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

resultComboId[] required

Example response

{
  "result": [
    "BTC-FS-31DEC21-PERP"
  ]
}