get_funding_rate_history
Retrieve historical funding rate data for a cryptocurrency instrument, with optional pagination by timestamp and limit on results.
Instructions
Get historical funding rate data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instId | Yes | Instrument ID, e.g. BTC-USDT | |
| after | No | Pagination - return records earlier than this timestamp (ms) | |
| before | No | Pagination - return records newer than this timestamp (ms) | |
| limit | No | Number of results, max 100. Default 100. |