get_funding_rate_history
Retrieve funding rate history for perpetual contracts. Specify symbol, category, and limit to get essential data for trading analysis.
Instructions
Get funding rate history for a perpetual contract.
Args: symbol: Perpetual contract symbol, e.g., BTCUSDT. category: Product type: linear, inverse (default: linear). limit: Number of records to return (default: 100, max: 200).
Returns: Funding rate data list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| category | No | linear | |
| limit | No |