Deribit Combos
deribit_get_combosQuery existing combo contracts on the exchange. Optionally provide combo_id for a single combo's details, set ids_only to true for just the combo IDs, or omit to get the full list by currency.
Instructions
查询交易所已有的组合合约。提供 combo_id 时返回单个组合详情;ids_only=true 时只返回该币种的组合 id 列表(载荷远小于完整列表);否则按 currency 返回完整组合列表。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | ||
| combo_id | No | 组合标识,例如 BTC-STRG-28JUN24-65000 | |
| currency | No | 结算币种,省略 combo_id 时必填 | |
| ids_only | No | 为 true 时只返回组合 id 列表,不返回每个组合的腿和状态 |