Get Funding Info
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
Request body
Response
Successful Response
Changes
Changed in 4 of the 13 revisions of this API.47
- ○
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
- ○
- ○
the response property
funding_ratebecame required for the status200response-property-became-required
- ○
the response property
index_pricebecame required for the status200response-property-became-required
- ○
the response property
mark_pricebecame required for the status200response-property-became-required
- ○
the response property
next_funding_timebecame required for the status200response-property-became-required
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the response property
funding_ratebecame optional for the status200response-property-became-optional
- ▲
the response property
index_pricebecame optional for the status200response-property-became-optional
- ▲
the response property
mark_pricebecame optional for the status200response-property-became-optional
- ▲
the response property
next_funding_timebecame optional for the status200response-property-became-optional
- ▲
- ○
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
- ○