v2

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

Try in API console

get/public/get_combo_details

Query parameters

combo_idstring required

Unique combo identifier

Example:BTC-FS-31DEC21-PERP

Combo ID

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
      }
    ]
  }
}