cURL
curl --request GET \ --url https://bendbasis.com/api/public/v1/funding/markets/{marketId}/history
[ { "funding_time": "2026-03-04T12:00:00+00:00", "apr": 10.95 }, { "funding_time": "2026-03-04T08:00:00+00:00", "apr": 3.09 } ]
Historical funding values for a specific market
marketId
Target market ID.
x >= 1
History window size. Allowed range: 1..30. Default: 30.
1 <= x <= 30
Funding history response
Was this page helpful?