Skip to main content

Historical funding rate

GET 

/api/v1/funding-rate/historical

Get historical funding rate data for a given exchange and symbol.

Request

Query Parameters

    exchange stringrequired

    Specifes exchange

    Example: binance
    symbol stringrequired

    Specifies symbol

    Example: BTC-USDT
    page string

    Specifies page

    Default value: 1
    Example: 1
    limit string

    Specifies limit

    Default value: 1000
    Example: 1000
    from string

    Specifies from

    Example: 2021-01-01
    to string

    Specifies to

    Example: 2021-01-01
    sort string

    Possible values: [asc, desc]

    Specifies sort

    Default value: asc
    Example: asc

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

    data

    object[]

  • Array [

  • d integer

    specifies the date and time in unix timestamp format

    Example: 1739100021
    f number

    specifies the funding rate

    Example: 0.0000782
    m number

    specifies the mark price

    Example: 58813.19
  • ]

  • exchange string
    limit integer
    page integer
    sort string
    symbol string
Loading...