market_get_funding_rates
Fetch current Binance perpetual futures funding rates for a symbol or all symbols, including funding time and mark price, to track carry costs in leveraged positions.
Instructions
Deprecated: prefer ccxt_public_call and ccxt_describe_exchange for new integrations. Fetch the current perpetual futures funding rates for one or all symbols from Binance. Returns the funding rate, funding time, and mark price for each perpetual contract, which is useful for tracking carry costs in leveraged positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of funding rate entries (default: 10) | |
| symbol | Yes | Trading pair symbol (e.g., 'BTCUSDT', 'ETHUSDT') |