Skip to main content

Latest Funding Rate

GET 

/api/v1/funding-rate/latest

Fetch the latest funding rate data for a given exchange and symbol.

Request

Query Parameters

    exchange string

    Specifies target exchange

    Example: binance
    symbol string

    Specifies symbol

    Example: BTC-USDT
    sort string

    Specifes order of time-series response

    Default value: desc
    Example: asc
    limit integer

    Specifes limit of response

    Default value: 100
    Example: 100

Header Parameters

    X-DTMX-APIKEY stringrequired

    Your DataMaxi+ API key

Responses

OK

Schema

  • Array [

  • b string

    specifies the base token

    Example: BTC
    d integer

    specifies the date and the time in UTC milliseconds

    Example: 1632960000000
    e string

    specifies the exchange name

    Example: binance

    h

    object[]

    specifies historical data

  • Array [

  • hd integer
    Example: 1632960000000
    hr number
    Example: 0.0001
  • ]

  • q string

    specifies the quote token

    Example: USDT
    r number

    specifies the funding rate

    Example: 0.0001
    s string

    specifies the symbol (base-quote)

    Example: BTC-USDT
  • ]

Loading...