Deribit Public Settlements
deribit_get_public_settlementsRetrieve public settlement, delivery, and bankruptcy events for a specified currency or instrument.
Instructions
查询全市场的结算、交割和穿仓事件,不含个人持仓损益。currency 与 instrument_name 必须二选一。个人的期权交割和结算结果请用 deribit_get_settlement_history。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | ||
| count | No | 返回条数,最大 1000 | |
| currency | No | 结算币种,例如 BTC、ETH、USDC、USDT、EURR | |
| continuation | No | 翻页游标,取自上一次响应的 continuation | |
| instrument_name | No | 合约名,例如 BTC-PERPETUAL、BTC-27JUN25-100000-C | |
| search_start_timestamp | No | 毫秒 UNIX 时间戳 |