Skip to main content

Historical funding rates

GET 

/v4/historicalfundingrates

Historical funding rates

Request

Query Parameters

    symbol stringrequired

    The symbol of the Futures.

Responses

OK

Schema
    oneOf
    serverTime string

    Server time in Coordinated Universal Time (UTC)

    result string

    Possible values: [success]

    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.

  • ]
Loading...