Unified funding rate history entry.
Represents a single historical funding rate record. Distinct from
CCXT.FundingRate which carries the full current funding rate snapshot
with mark/index prices and next/previous rates (17 fields). This
struct is the stripped-down version returned by fetch_funding_rate_history.
Fields
symbol- Unified symbol (e.g., "BTC/USDT:USDT")funding_rate- Historical funding rate as decimaltimestamp- Funding event timestamp in millisecondsdatetime- ISO 8601 datetime stringinfo- Raw exchange response
Summary
Types
Functions
@spec schema() :: map()
JSON Schema for the FundingRateHistory unified type.