v2

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

Try in API console

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

jsonrpc'2.0' required

The JSON-RPC version (2.0)

idinteger

The id that was sent in the request

Example response

{
  "result": [
    {
      "id": "BTC-FS-31DEC21-PERP",
      "state_timestamp": 1536569522277,
      "creation_timestamp": 1536569522277,
      "legs": [
        {
          "instrument_name": "BTC-PERPETUAL",
          "amount": -1
        }
      ]
    }
  ]
}