Skip to main content
GET
/
margin
/
funding_rates
/
estimate
Get Funding Rate Estimate
curl --request GET \
  --url https://external-api.kalshi.com/trade-api/v2/margin/funding_rates/estimate
{
  "next_funding_time": "2023-11-07T05:31:56Z",
  "market_ticker": "<string>",
  "computed_time": "2023-11-07T05:31:56Z",
  "funding_rate": 123,
  "mark_price": "0.5600"
}

Documentation Index

Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

ticker
string
required

Market ticker

Response

Funding rate estimate retrieved successfully

next_funding_time
string<date-time>
required

Timestamp of the next scheduled funding event

market_ticker
string

Ticker of the margin market

computed_time
string<date-time>

Timestamp when this estimate was computed

funding_rate
number<double>

Estimated funding rate for the in-progress period

mark_price
string

Mark price at the time the estimate was computed

Example:

"0.5600"