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
Request body
Response
Successful Response
Example response
{
"data": [],
"pagination": {
"has_more": true,
"limit": 100,
"next_cursor": "2024-01-10T12:00:00",
"total_count": 500
}
}Changes
Changed in 2 of the 13 revisions of this API.3
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○