Skip to main content
GET
/
api
/
v1
/
market
/
funding
/
history
Get Funding Rate History
curl --request GET \
  --url https://api.ekiden.fi/api/v1/market/funding/history
{
  "list": [
    {
      "funding_rate": "<string>",
      "funding_time": "1672531200000",
      "symbol": "BTCUSDC"
    }
  ]
}

Query Parameters

symbol
string
required
Example:

"BTCUSDC"

start_time
string<date-time> | null
end_time
string<date-time> | null
limit
integer<int32> | null
Required range: x >= 0

Response

200 - application/json

Funding rate history

Funding rate history response.

list
object[]
required