cex_fx_get_fx_premium_index
Get premium index (mark price minus index price) history for a contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End timestamp in seconds, defaults to current time if not specified | |
| from | No | Start timestamp in seconds. Defaults to to - 100 * interval if not specified | |
| limit | No | Maximum number of data points to return. Mutually exclusive with from/to parameters | |
| settle | No | Settlement currency | |
| contract | Yes | Futures contract name | |
| interval | No | Time interval for data points |