Skip to main content
GET
/
api
/
public
/
v1
/
funding
/
markets
/
{marketId}
/
history
Funding history
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
  }
]
Use this endpoint to fetch funding history for a specific marketId.

Path Parameters

marketId
integer
required

Target market ID.

Required range: x >= 1

Query Parameters

days
integer
default:30

History window size. Allowed range: 1..30. Default: 30.

Required range: 1 <= x <= 30

Response

200 - application/json

Funding history response

funding_time
string<date-time>
apr
number