pub fn parse_borrow_rate(
data: &Value,
currency: &str,
symbol: Option<&str>,
) -> Result<BorrowRate>Expand description
Parse borrow interest rate data from Binance margin API.
§Arguments
data- Binance borrow rate data JSON objectcurrency- Currency code (e.g., “USDT”, “BTC”)symbol- Trading pair symbol (required for isolated margin only)
§Returns
Returns a CCXT BorrowRate structure.