Get Funding Payments
Get funding payment history across all or filtered perpetual connectors.
This endpoint retrieves historical funding payment records including funding rates, payment amounts, and position data at time of payment.
Args: filter_request: JSON payload with filtering criteria
Returns: Paginated response with funding payment data and pagination metadata
Raises: HTTPException: 500 if there’s an error fetching funding payments
Documentation Index
Fetch the complete documentation index at: https://condor.hummingbot.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
Request model for filtering funding payments
Number of items per page
1 <= x <= 1000Start time as Unix timestamp in milliseconds
End time as Unix timestamp in milliseconds
Cursor for next page
List of account names to filter by
List of connector names to filter by
Filter by trading pair

