Skip to main content
GET
/
margin
/
funding_rates
/
historical
Get Historical Funding Rates
curl --request GET \
  --url https://external-api.kalshi.com/trade-api/v2/margin/funding_rates/historical
{
  "funding_rates": [
    {
      "market_ticker": "<string>",
      "funding_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

Market ticker. Leave empty to query across all markets.

start_ts
integer<int64>

Start timestamp (Unix timestamp in seconds). If omitted, defaults to the earliest available data.

end_ts
integer<int64>

End timestamp (Unix timestamp in seconds). If omitted, defaults to the current time.

Response

Historical funding rates retrieved successfully

funding_rates
object[]
required

Array of historical funding rate entries