futures_margin_history
Retrieve historical margin changes for a Binance futures symbol, filtered by time range and type (increase or decrease). Useful for tracking margin adjustments.
Instructions
获取期货保证金变更历史
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | 交易对符号 | |
| startTime | No | 起始时间戳(ms) | |
| endTime | No | 结束时间戳(ms) | |
| type | No | 1:追加 2:减少 | |
| limit | No | 数量限制 |