Skip to main content

Historical funding rates

GET 

/v4/historicalfundingrates

Returns list of historical funding rates for given market.

Request

Query Parameters

    symbol MarketSymbolrequired

    Possible values: Value must match regular expression [A-Z0-9_.]+

    Market symbol.

Responses

OK

Schema
    oneOf
    rates object[]

    A list containing structures with historical funding rate information. The list is sorted ascending by timestamp.

  • Array [
  • fundingRate number

    The absolute funding rate for the listed time period

    relativeFundingRate number

    The relative funding rate for the listed time period

    timestamp date-time

    The date and time UTC of the one-hour period to which the funding rate applies.

  • ]
  • result stringrequired

    Possible values: [success]

    serverTime date-timerequired

    Server time in Coordinated Universal Time (UTC)

Loading...