Skip to main content
GET
/
v1
/
info
/
funding
Get Historical Funding
curl --request GET \
  --url https://api.perpetuals.polymarket.com/v1/info/funding
{
  "data": [
    {
      "funding_rate": "0.0001",
      "timestamp": 1767225600000
    }
  ],
  "more": true
}
Request Weight: 10

Query Parameters

instrument_id
integer
required

Instrument ID

start_timestamp
integer

Start timestamp in milliseconds

Example:

1767225600000

end_timestamp
integer

End timestamp in milliseconds

Example:

1767229200000

Response

Funding rate history response.

data
object[]
required
more
boolean
required

More data available