Get funding information for a perpetual trading pair.
Args: request: Funding info request with connector name and trading pair market_data_manager: Injected market data feed manager
Returns: Funding information including rates, timestamps, and prices
Raises: HTTPException: 400 for non-perpetual connectors, 500 for other errors
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.